Commit Graph

424 Commits (041209a264222c8261ccff51df5f73bbbc23d6b8)

Author SHA1 Message Date
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 9a0d700321 mod_console: Show status and priority of clients 17 years ago
Waqas Hussain ad44e163c8 mod_xmlrpc: Remove file and line number from XML-RPC errors 17 years ago
Waqas Hussain 5eff54b937 mod_xmlrpc: Fixed typos 17 years ago
Waqas Hussain 66d7dbfd0e mod_xmlrpc: Added support for secure calls by non-admins 17 years ago
nick f842b8417a Switch to using a more generic credentials_callback/handler for SASL auth. 17 years ago
Nick Thomas e8ed97e6d6 mod_saslauth, usermanager: Fetch list of mechanisms from usermanager 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 b95a1a48f4 mod_muc: Expose rooms table to the host and plugins 17 years ago
Matthew Wild 331d09deb3 mod_console: Add server:shutdown() command 17 years ago
Matthew Wild 857dd641dc mod_console: Add config:reload() command 17 years ago
Matthew Wild 1919f4288c mod_console: Rename server:reload() to server:insane_reload() (basically no-one should use it except me...) 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
Waqas Hussain 44ba02eef0 Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence 17 years ago
Waqas Hussain 4fecbc0bbf mod_presence: Broadcast presence to resources before contacts 17 years ago
Waqas Hussain d7fd01bb42 mod_presence: Prevented normal presence from non-interested resources from being dropped 17 years ago
Waqas Hussain 25a62bae4e mod_presence: Changed handle_normal_presence to use a local roster rather than origin's roster 17 years ago
Waqas Hussain 0d35651c13 mod_presence: Simplified roster iteration 17 years ago
Waqas Hussain b5bf437c6f mod_presence: Eliminated a jid_split 17 years ago
Waqas Hussain 720184a0b5 mod_presence: Removed some unnecessary code 17 years ago
Matthew Wild 6d2714d32f mod_presence: Declare t_insert, fixes a potential traceback 17 years ago
Waqas Hussain 11e4a5fa67 mod_presence: Removed dead code 17 years ago
Matthew Wild f101f253b4 mod_pep: Escape + in pattern 17 years ago