Log

description author age
util.uuid: More uniqueness! Waqas Hussain 2009-06-04
sessionmanager: It really is username@host, not host@username :) Waqas Hussain 2009-06-04
Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent] Matthew Wild 2009-06-04
Makefile: Specify permissions on installed executables [thanks mhavela] Matthew Wild 2009-06-04
prosody: Add support for general 'interface' option which is used as the default network interface Matthew Wild 2009-06-04
net.server: Display server port in error messages Matthew Wild 2009-06-04
Adding .hgignore Matthew Wild 2009-06-04
My merge!!!! Waqas Hussain 2009-06-04
stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result Waqas Hussain 2009-06-03
mod_privacy: Initial commit Waqas Hussain 2009-06-03
stanza_router: Remove the 'to' attribute when it's value is the bare JID of the local user sending the stanza Waqas Hussain 2009-06-03
prosody.cfg.lua.dist: Enable mod_register by default, but with registration disabled, and add a comment about it Matthew Wild 2009-06-02
sessionmanager: It's username@host, not host@username :) Matthew Wild 2009-06-02
mod_message: Fix global access Waqas Hussain 2009-06-02
mod_iq: Limit sub-events to get and set IQs Waqas Hussain 2009-06-02
mod_presence: Fix a global access Waqas Hussain 2009-06-02
mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas Waqas Hussain 2009-06-02
mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas Waqas Hussain 2009-06-02
mod_presence: return true from incoming presence handlers to prevent further processing Waqas Hussain 2009-06-02
mod_presence: Handle non-subscription presence and routing Waqas Hussain 2009-06-02
mod_presence: Handle subscriptions and probes Waqas Hussain 2009-06-02
mod_presence: Add hooks for inbound presence Waqas Hussain 2009-06-02
mod_presence: Fix a comment Waqas Hussain 2009-06-02
mod_presence: Handle all outbound presence stanzas Waqas Hussain 2009-06-02
mod_presence: A little cleanup Waqas Hussain 2009-06-02
mod_presence: Remove JIDs from directed presence list on sending error or unavailable presence Waqas Hussain 2009-06-02
mod_presence: Handle outbound presence to full JIDs Waqas Hussain 2009-06-02
mod_message: A little cleanup Waqas Hussain 2009-06-01
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