mod_message: mod_message now handles all cases
|
Waqas Hussain |
2009-06-01 |
stanza_router: Reply with an error on groupchat messages to bare JID
|
Waqas Hussain |
2009-06-01 |
mod_message: Added code to handle error groupchat and headline messages to bare JID
|
Waqas Hussain |
2009-06-01 |
mod_message: Move bare JID processing to it's own function
|
Waqas Hussain |
2009-06-01 |
stanza_router: Don't reply with an error on invalid JIDs in error or result stanzas
|
Waqas Hussain |
2009-06-01 |
stanza_router: Proper error for clients sending stanzas after auth but before resource binding
|
Waqas Hussain |
2009-06-01 |
mod_iq: Correctly handle the lack of 'to' on IQs
|
Waqas Hussain |
2009-06-01 |
mod_iq: Immediately return an error for IQs to non-existing bare JIDs
|
Waqas Hussain |
2009-06-01 |
mod_iq: Include event data in sub-events
|
Waqas Hussain |
2009-06-01 |
mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'iq/full' cases
|
Waqas Hussain |
2009-06-01 |
componentmanager: Create events object for configured hosts, and carry it over to a new component if one is registered with no events object
|
Matthew Wild |
2009-06-01 |
Merge backout with following commits
|
Matthew Wild |
2009-06-01 |
Backed out changeset 98f0e9eadf3b (better fix on the way)
|
Matthew Wild |
2009-06-01 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-06-01 |
mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts
|
Waqas Hussain |
2009-06-01 |
modulemanager: Keep track of event handlers added by module:hook, and remove them on module unload
|
Waqas Hussain |
2009-05-31 |
stanza_router: Don't route before firing events... waqas, is this safe?
|
Matthew Wild |
2009-05-31 |
componentmanager: Add events object to registered components if they don't already have one
|
Matthew Wild |
2009-05-31 |
stanza_router: Fire global event if host doesn't have events, fixes #103
|
Matthew Wild |
2009-05-31 |
net.xmppclient_listener: Add small comment
|
Matthew Wild |
2009-05-31 |
stanza_router: Fire events for non-jabber:client and pre-auth stanzas
|
Waqas Hussain |
2009-05-30 |
modulemanager: Stopped using core.eventmanager in module:fire_event
|
Waqas Hussain |
2009-05-30 |
mod_welcome: Use module:hook instead of module:add_event_hook
|
Waqas Hussain |
2009-05-30 |
mod_watchregistrations: Use module:hook instead of module:add_event_hook
|
Waqas Hussain |
2009-05-30 |
modulemanager: module:fire_event now fires on the global and host-specific events objects as well
|
Waqas Hussain |
2009-05-30 |
xmppcomponent_listener: Removed unused reference to core.eventmanager
|
Waqas Hussain |
2009-05-30 |
modulemanager: Made some code more concise
|
Waqas Hussain |
2009-05-30 |
modulemanager: module:hook now allows global modules to hook events on the prosody.events object
|
Waqas Hussain |
2009-05-30 |
Removed core.eventmanager2
|
Waqas Hussain |
2009-05-30 |
mod_presence: Changed to use the prosody.events object directly, rather than through eventmanager2
|
Waqas Hussain |
2009-05-30 |
stanza_router: Changed to use the prosody.events object directly, rather than through eventmanager2
|
Waqas Hussain |
2009-05-30 |
core.eventmanager2: Now uses the new prosody.events object
|
Waqas Hussain |
2009-05-30 |