Commit Graph

430 Commits (53295e052d0b5fde8f2d94cb8f41427876c82935)

Author SHA1 Message Date
Matthew Wild 26b86f46a9 mod_bosh: Fix for 'invalid key to next' error when 2 clients lose connection at the same time 16 years ago
Waqas Hussain 498421b3ba mod_register: Added helpful text to registration error responses. 16 years ago
Waqas Hussain 27b8833ce2 mod_register: Changed error type for hitting registration rate limit from 'cancel' to 'wait'. 16 years ago
Waqas Hussain de9cac43cc mod_register: Fixed: No error was returned if username failed nodeprep. 16 years ago
Matthew Wild d937a3e043 mod_saslauth: Prep username used for authenticating a session 16 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
Matthew Wild 467f2e52aa mod_console: s2s:close: Use session:close() if that exists, otherwise just destroy the session 17 years ago
Matthew Wild 5d726e1c28 mod_welcome: Change $user to $username in default welcome message (thanks to neustradamus for spotting) 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
Matthew Wild 2724c95722 mod_console: Show status and priority of clients 17 years ago
Matthew Wild d8d4b7409c mod_httpserver: Backport from trunk more thorough validation of URLs prior to processing 17 years ago
Waqas Hussain 55f1133e4e mod_presence: Fixed: Don't recursively handle inbound presence directed at local host 17 years ago
Tobias Markmann 563d1911f2 Use NODEprep for prepping usernames used during SASL logins. 17 years ago
Waqas Hussain 158acca704 Fixed: Outbound subscription requests silently dropped (regression in hg:7f17d0d00fbb) 17 years ago
Matthew Wild fef360b4dd mod_bosh: Fix error reply for host-unknown errors 17 years ago
Waqas Hussain a9648ac8e3 Fixed: Self-references could be added to rosters via presence subscriptions 17 years ago
Waqas Hussain 2cf8f39ec1 Fixed: IQ replies are not sent back on publishing a PEP event 17 years ago
Waqas Hussain e55c192465 mod_pep: Added support for pubsub item retraction 17 years ago
Matthew Wild 9e4f7f3b3a mod_console: Finally add in the missing 'help' command \o/ 17 years ago
Matthew Wild a0b8648d1f mod_presence: Tag outgoing unavailables generated by a disconnect with a from attribute 17 years ago
Matthew Wild 59c0104106 pposix, mod_posix: Bump pposix version number 17 years ago
Matthew Wild 49705c8ca4 mod_console: Set default_interface to 127.0.0.1 17 years ago
Matthew Wild 3be56d2e6e mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback (thanks Deepspawn) 17 years ago
Matthew Wild 40f2dda03d mod_httpserver: Update to use new new_from_config() too 17 years ago
Matthew Wild f498cea754 mod_bosh: Update to use new new_from_config() 17 years ago
Matthew Wild f0ac98b789 mod_bosh: Mark a session as secure if it is created with HTTPS 17 years ago
Matthew Wild 4117259212 mod_httpserver: Use new httpserver helper to initialise ports 17 years ago
Matthew Wild ca69ee8922 mod_bosh: Use new httpserver helper to initialise ports 17 years ago
Matthew Wild d51286cbf6 mod_uptime: Fix bad uptime if module is loaded at startup 17 years ago
Matthew Wild 118883d655 Remove version number from copyright headers 17 years ago
Matthew Wild e45610ce6e Add copyright header to those files missing one 17 years ago
Matthew Wild f6567941af mod_time Convert from Windows line endings 17 years ago
Matthew Wild 3bd8271d09 mod_ping: Convert from Windows line endings 17 years ago
Matthew Wild 6ce464add2 mod_disco: Convert from Windows line endings 17 years ago
Matthew Wild 73ab70b38b mod_presence: Convert from Windows line endings 17 years ago
Matthew Wild 7fcac49c78 mod_console: Expose commands and environment table 17 years ago
Matthew Wild 8460bb4079 mod_console: Add quit and exit as aliases for 'bye' command 17 years ago
Matthew Wild 46b622576d mod_console: Check for commands when not executing in the global environment 17 years ago
Matthew Wild 4300741747 mod_console: server:version() and server:uptime() commands 17 years ago
Matthew Wild b64754ac04 mod_uptime: Use time of server start rather than module load 17 years ago
Matthew Wild aa77dac9da mod_uptime: Convert to unix line endings 17 years ago
Matthew Wild 1b554164a0 mod_console: Add c2s:close() command 17 years ago
Waqas Hussain bfba1b141b mod_presence: Fixed: Presence probe replies now get sent to the full JID of the probe sender 17 years ago
Tobias Markmann 4ce313959b Remove to-unicode conversion because it's done in sasl.lua now. 17 years ago
Tobias Markmann f80cf5ff59 Fixed decoding of parameters. 17 years ago
Matthew Wild 2c3ccf5674 mod_console: Allow customisation/suppression of the banner 17 years ago
Waqas Hussain d1ee8e0f53 mod_presence: Send unavailable presence to resources from non-available resources on disconnect 17 years ago