| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_message: Move bare JID processing to it's own function | Waqas Hussain | 2009-06-01 | 1 | -16/+20 |
* | stanza_router: Don't reply with an error on invalid JIDs in error or result s... | Waqas Hussain | 2009-06-01 | 1 | -2/+6 |
* | stanza_router: Proper error for clients sending stanzas after auth but before... | Waqas Hussain | 2009-06-01 | 1 | -2/+3 |
* | mod_iq: Correctly handle the lack of 'to' on IQs | Waqas Hussain | 2009-06-01 | 1 | -2/+3 |
* | mod_iq: Immediately return an error for IQs to non-existing bare JIDs | Waqas Hussain | 2009-06-01 | 1 | -1/+11 |
* | mod_iq: Include event data in sub-events | Waqas Hussain | 2009-06-01 | 1 | -2/+2 |
* | mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'i... | Waqas Hussain | 2009-06-01 | 1 | -2/+6 |
* | componentmanager: Create events object for configured hosts, and carry it ove... | Matthew Wild | 2009-06-01 | 1 | -2/+4 |
* | Merge backout with following commits | Matthew Wild | 2009-06-01 | 1 | -3/+3 |
|\ |
|
| * | Backed out changeset 98f0e9eadf3b (better fix on the way) | Matthew Wild | 2009-06-01 | 1 | -3/+3 |
* | | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-06-01 | 3 | -6/+10 |
|\ \ |
|
| * | | stanza_router: Don't route before firing events... waqas, is this safe? | Matthew Wild | 2009-05-31 | 1 | -3/+0 |
| * | | componentmanager: Add events object to registered components if they don't al... | Matthew Wild | 2009-05-31 | 1 | -0/+6 |
| |/ |
|
| * | stanza_router: Fire global event if host doesn't have events, fixes #103 | Matthew Wild | 2009-05-31 | 1 | -3/+3 |
| * | net.xmppclient_listener: Add small comment | Matthew Wild | 2009-05-31 | 1 | -0/+1 |
* | | mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts | Waqas Hussain | 2009-06-01 | 1 | -2/+10 |
* | | modulemanager: Keep track of event handlers added by module:hook, and remove ... | Waqas Hussain | 2009-05-31 | 1 | -0/+9 |
|/ |
|
* | stanza_router: Fire events for non-jabber:client and pre-auth stanzas | Waqas Hussain | 2009-05-31 | 1 | -0/+14 |
* | modulemanager: Stopped using core.eventmanager in module:fire_event | Waqas Hussain | 2009-05-31 | 1 | -3/+1 |
* | mod_welcome: Use module:hook instead of module:add_event_hook | Waqas Hussain | 2009-05-31 | 1 | -1/+1 |
* | mod_watchregistrations: Use module:hook instead of module:add_event_hook | Waqas Hussain | 2009-05-31 | 1 | -1/+2 |
* | modulemanager: module:fire_event now fires on the global and host-specific ev... | Waqas Hussain | 2009-05-31 | 1 | -0/+2 |
* | xmppcomponent_listener: Removed unused reference to core.eventmanager | Waqas Hussain | 2009-05-31 | 1 | -1/+0 |
* | modulemanager: Made some code more concise | Waqas Hussain | 2009-05-31 | 1 | -5/+1 |
* | modulemanager: module:hook now allows global modules to hook events on the pr... | Waqas Hussain | 2009-05-31 | 1 | -1/+2 |
* | Removed core.eventmanager2 | Waqas Hussain | 2009-05-31 | 1 | -6/+0 |
* | mod_presence: Changed to use the prosody.events object directly, rather than ... | Waqas Hussain | 2009-05-31 | 1 | -5/+2 |
* | stanza_router: Changed to use the prosody.events object directly, rather than... | Waqas Hussain | 2009-05-31 | 1 | -1/+1 |
* | core.eventmanager2: Now uses the new prosody.events object | Waqas Hussain | 2009-05-31 | 1 | -1/+1 |
* | Added new prosody.events object | Waqas Hussain | 2009-05-31 | 1 | -0/+2 |
* | mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure() | Matthew Wild | 2009-05-30 | 1 | -0/+47 |
* | mod_console: Allow restricting results to matching JIDs in s2s:show() | Matthew Wild | 2009-05-30 | 1 | -27/+32 |
* | prosody: Remove global functions | Matthew Wild | 2009-05-30 | 1 | -7/+1 |
* | mod_posix: Use global prosody object | Matthew Wild | 2009-05-30 | 1 | -6/+8 |
* | prosody: (un)lock_globals() -> prosody.(un)lock_globals() | Matthew Wild | 2009-05-30 | 1 | -2/+2 |
* | prosody: New global 'prosody' object | Matthew Wild | 2009-05-30 | 1 | -2/+21 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-05-30 | 2 | -5/+5 |
|\ |
|
| * | stanza_router: Fix syntax errors | Matthew Wild | 2009-05-29 | 1 | -2/+2 |
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-05-29 | 1 | -3/+3 |
| |\ |
|
| | * | httpclient_listener: Don't use print()... | Matthew Wild | 2009-05-29 | 1 | -3/+3 |
* | | | mod_message, mod_iq: A little cleanup | Waqas Hussain | 2009-05-30 | 2 | -1/+4 |
* | | | mod_iq: Initial commit | Waqas Hussain | 2009-05-30 | 1 | -0/+30 |
* | | | mod_message: Initial commit | Waqas Hussain | 2009-05-30 | 1 | -0/+41 |
* | | | modulemanager: Added hook(event, handler) to the plugin API | Waqas Hussain | 2009-05-30 | 1 | -0/+8 |
|/ / |
|
* / | stanza_router: Fire per-host stanza events | Waqas Hussain | 2009-05-30 | 1 | -0/+31 |
|/ |
|
* | sessionmanager: Removed a redundant check | Waqas Hussain | 2009-05-29 | 1 | -4/+2 |
* | sessionmanager: Fixed an old FIXME: A problem caused by an error on an authen... | Waqas Hussain | 2009-05-29 | 1 | -17/+10 |
* | sessionmanager: Add/remove sessions from full_sessions and bare_sessions when... | Waqas Hussain | 2009-05-29 | 1 | -1/+6 |
* | sessionmanager: Added reference to globals full_sessions and bare_sessions | Waqas Hussain | 2009-05-29 | 1 | -0/+2 |
* | sessionmanager: Removed reference to global 'sessions' | Waqas Hussain | 2009-05-29 | 1 | -1/+0 |