Commit Graph

574 Commits (eaa2143f8b42b4770111bc54811684d2410ea89e)

Author SHA1 Message Date
Matthew Wild fd3ddd9222 mod_tls: Catch s2s-stream-features and add starttls feature if possible 16 years ago
Matthew Wild 07c6450563 mod_dialback: Catch s2s-stream-features and add dialback feature 16 years ago
Matthew Wild 7e1eb15667 mod_console: Add a space before '(encrypted)' in s2s:show() 17 years ago
Matthew Wild f13dfe04be mod_tls: Mark sessions as not secure when negotiating outward TLS, so they get marked secure later. Fixes missing (encrypted) for outgoing sessions in s2s:show(). Thanks albert, McKael :) 17 years ago
Matthew Wild 0a48665170 mod_console: Also search piggy-backed, er, multiplexed domains when passing a filter to s2s:show() 17 years ago
Matthew Wild 6fa482aafa mod_console: s2s:show(): Indicate when a connection is encrypted 17 years ago
Matthew Wild 9ea966ae38 mod_tls: require_s2s_encryption -> s2s_require_encryption 17 years ago
Matthew Wild de057a2b2b require_encryption deprecated, use c2s_require_encryption instead 17 years ago
Matthew Wild 57d6a05e83 mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is enabled 17 years ago
Matthew Wild 6e6adedce2 mod_tls: Mark session as not secure before negotiating TLS 17 years ago
Matthew Wild 0bb9aa8797 mod_console: Add module:list() to help 17 years ago
Matthew Wild b2e6c42ea0 mod_console: Add module:list() to help 17 years ago
Matthew Wild c32c45aeaa mod_console: Add module:list() command to show modules loaded on a host 17 years ago
Matthew Wild 737705b68e mod_console: Add module:list() command to show modules loaded on a host 17 years ago
Matthew Wild 0737347176 mod_tls: Only advertise TLS if the server told us which host they are connecting to 17 years ago
Matthew Wild c6ec71bee0 mod_tls: :up() out of the starttls tag in stream:features 17 years ago
Paul Aurich 02d5993f79 Minor changes; outgoing TLS works. 17 years ago
Matthew Wild 98486d8800 mod_dialback: Initiate dialback on incoming stream:features 17 years ago
Matthew Wild 2f436e1b7f mod_tls: Advertise and handle TLS for s2s connections 17 years ago
Matthew Wild 649fe9f272 mod_httpserver: Update to use new httpserver.new_from_config syntax 17 years ago
Matthew Wild 0c362cbf8d mod_bosh: Update to use new httpserver.new_from_config syntax 17 years ago
Matthew Wild 26b86f46a9 mod_bosh: Fix for 'invalid key to next' error when 2 clients lose connection at the same time 17 years ago
Waqas Hussain 993f735255 MUC: Prep given JID when changing affiliation. 17 years ago
Waqas Hussain 498421b3ba mod_register: Added helpful text to registration error responses. 17 years ago
Waqas Hussain 27b8833ce2 mod_register: Changed error type for hitting registration rate limit from 'cancel' to 'wait'. 17 years ago
Waqas Hussain de9cac43cc mod_register: Fixed: No error was returned if username failed nodeprep. 17 years ago
Matthew Wild d937a3e043 mod_saslauth: Prep username used for authenticating a session 17 years ago
Waqas Hussain be102693fa mod_legacyauth: Don't allow server-generated resource identifiers, as these are not support by legacy auth. 17 years ago
Waqas Hussain aa65ea57bd mod_legacyauth: Undo auth on bind fail. Legacy auth is atomic. 17 years ago
Waqas Hussain fba5b67403 mod_legacyauth: Added node and resource prepping. 17 years ago
Waqas Hussain 02cc814424 MUC: Added multi-session support to the room-exiting occupant use case. 17 years ago
Waqas Hussain 9547770360 MUC: Renamed a variable name. 17 years ago
Waqas Hussain 567fc4966c MUC: Refactored to remove some duplicate code. 17 years ago
Matthew Wild 467f2e52aa mod_console: s2s:close: Use session:close() if that exists, otherwise just destroy the session 17 years ago
Waqas Hussain c0f6d946e1 MUC: Added legacy error code to the presence error returned when a banned user attempts to join. 17 years ago
Waqas Hussain 8ab6d1e464 MUC: Added legacy error codes to nickname conflict presence errors. 17 years ago
Matthew Wild 5d726e1c28 mod_welcome: Change $user to $username in default welcome message (thanks to neustradamus for spotting) 17 years ago
Waqas Hussain 0b8360b9a1 MUC: Added MUC feature to the disco#info replies of rooms. 17 years ago
Matthew Wild 3c22160354 mod_httpserver: Configurable filesystem path to serve from 17 years ago
Waqas Hussain 092dceea08 mod_vcard: Handle vcard requests from local components. 17 years ago
Waqas Hussain 4556776542 MUC: Removed some debug logging. 17 years ago
Waqas Hussain 77b771fe15 MUC: Added a send() method to the component. Fixes issues with local mod_vcard. 17 years ago
Waqas Hussain 6d05213bd0 mod_vcard: Handle vcard requests from local components. 17 years ago
Waqas Hussain b23082d22a MUC: Correct routing of vCard requests to bare JID. 17 years ago
Waqas Hussain 174cad9a16 mod_offline: Fixed undefined global access. 17 years ago
Matthew Wild d8d4b7409c mod_httpserver: Backport from trunk more thorough validation of URLs prior to processing 17 years ago
Waqas Hussain e4eeb59cec MUC: Preserve stanza attributes for private messages. 17 years ago
Waqas Hussain 603b4ce368 MUC: Don't kick on errors in private messages. 17 years ago
Waqas Hussain cc8dac48bc MUC: Discard non-persistent rooms as soon as they become empty. 17 years ago
Waqas Hussain f718d5c5ef Removed legacy mod_muc (replaced by new one). 17 years ago