Commit Graph

519 Commits (dbf5462378e9cdfbba714b5bcbe676d4f63fa135)

Author SHA1 Message Date
Waqas Hussain 4e638d3c1a stanza_router: Removed unnecessary xmlns check 17 years ago
Waqas Hussain 0d54b3f88f stanza_router: Don't fire preprocessing events if stanza is not from full JID 17 years ago
nolan f7672bd507 Log stanza if stanza.to isn't set for some component errors. 17 years ago
Matthew Wild ccec4fa3df stanza_router: Fire events also for stanzas to components 17 years ago
Waqas Hussain 4730388db7 xmlhandlers: Remove numeric attributes 17 years ago
Waqas Hussain bc6907dfa8 stanza_router: Remove unused variables and code 17 years ago
Waqas Hussain d87a664b7e stanza_router: A little refactoring 17 years ago
Waqas Hussain edb012e99f stanza_router: Remove unused variables 17 years ago
Waqas Hussain b5c58a84a1 stanza_router: Remove even more old routing code 17 years ago
Waqas Hussain e1fbd45630 stanza_router: Remove some more old routing code 17 years ago
Waqas Hussain b1b3a40522 stanza_router: Call core_post_stanza from core_route_stanza in place of old routing code 17 years ago
Waqas Hussain bd3915d382 stanza_router: Removed unused function: select_best_resources 17 years ago
Waqas Hussain 67560bdcc6 stanza_router: Removed old routing code 17 years ago
Waqas Hussain 737636d65a sessionmanager: Fire event on resource unbind 17 years ago
Matthew Wild a977acec89 modulemanager: Expose api table to allow others to extend the module API 17 years ago
Waqas Hussain 3f141a44c2 modulemanager: Enabled access to the module API from plugin libraries 17 years ago
Matthew Wild 4e32c53614 modulemanager: Fix copy/paste error, should be name instead of module_name 17 years ago
Matthew Wild 5983be0564 rostermanager: Fire event on roster load 17 years ago
Matthew Wild 04d4fb4a73 sessionmanager: Fire event on resource bind 17 years ago
Matthew Wild e418f8a9c6 modulemanager: Call 'load' method when loading a module 17 years ago
Waqas Hussain dc5b5334b8 modulemanager: Added simple module:require implementation 17 years ago
Waqas Hussain 0119d74802 stanza_router: Skip prepping 'to' in many common cases - #optimization 17 years ago
Waqas Hussain 2753815a11 stanza_router: Skip prepping 'from' on c2s origins - #optimization 17 years ago
Waqas Hussain c0eca64393 stanza_router: Fixed a corner case where processing could continue after an error reply 17 years ago
Waqas Hussain 2c226d6219 stanza_router: A little refactoring 17 years ago
Waqas Hussain 50c7a5297c componentmanager: Using prosody.events instead of core.eventmanager 17 years ago
Matthew Wild cd970ddf0d s2smanager: Remove srv_hosts from session when connected, this fixes attempting to reconnect s2s sessions when they are closed during shutdown 17 years ago
Matthew Wild 7d12a19107 loggingmanager: Log timestamps when using default file logging 17 years ago
Matthew Wild fcb0996a5f loggingmanager: Enable debug level for default file logging when 'debug' mode is enabled in the config 17 years ago
Waqas Hussain 547e4f28d6 modulemanager: Removed unused function get_module_filename(name) 17 years ago
Waqas Hussain 376256439e modulemanager: Changed to use util.pluginloader 17 years ago
Waqas Hussain 41134c93ce stanza_router: Remove unused variables 17 years ago
Waqas Hussain f043ab1495 Removed core.presencemanager. This has been superseded by mod_presence. 17 years ago
Waqas Hussain 29b48ea220 stanza_router: Remove all traces of presencemanager 17 years ago
Waqas Hussain cdea8358b2 stanza_router: Use stanza.attr.from's host instead of origin.host when routing stanzas to remote hosts (fixes problem with sending from node@host components) 17 years ago
Waqas Hussain 100822df21 modulemanager: Change the ideitity attribute typ to type 17 years ago
Waqas Hussain cfb4654a31 modulemanager: Added function add_identity(category, type) to the modules API 17 years ago
Matthew Wild aa79672dbd modulemanager: Use module_name in log entry to fix 'error initialising module "nil"' error 17 years ago
Waqas Hussain 1878c49948 modulemanager: Allow setting a priority while adding an event handler via the module:hook API 17 years ago
Matthew Wild 78259b97be modulemanager: Don't require xmlns to be non-nil 17 years ago
Matthew Wild 650013e7ec modulemanager: module:log() -> self:log() fix 17 years ago
Matthew Wild ca4e395f0c modulemanager: Allow setting priority of stanza handlers 17 years ago
Matthew Wild 114a89b664 modulemanager: Add module:hook([xmlns, ] name, handler) which uses new stanza events 17 years ago
Waqas Hussain 8805419906 modulemanager: Load mod_message, mod_iq and mod_presence implicitly 17 years ago
Waqas Hussain 6028056446 s2smanager: Use a UUID as the dialback secret 17 years ago
Waqas Hussain 8a14b5d231 stanza_router: Remove unused s2s dialback functions 17 years ago
Waqas Hussain 4b6c2ce142 sessionmanager: It really is username@host, not host@username :) 17 years ago
Waqas Hussain 193f981279 stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result 17 years ago
Waqas Hussain b17e2aad5b stanza_router: Remove the 'to' attribute when it's value is the bare JID of the local user sending the stanza 17 years ago
Matthew Wild d6d2af95bd sessionmanager: It's username@host, not host@username :) 17 years ago