Log

description author age
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
Added new prosody.events object Waqas Hussain 2009-05-30
mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure() Matthew Wild 2009-05-30
mod_console: Allow restricting results to matching JIDs in s2s:show() Matthew Wild 2009-05-30
prosody: Remove global functions Matthew Wild 2009-05-30
mod_posix: Use global prosody object Matthew Wild 2009-05-30
prosody: (un)lock_globals() -> prosody.(un)lock_globals() Matthew Wild 2009-05-30
prosody: New global 'prosody' object Matthew Wild 2009-05-30
Automated merge with http://waqas.ath.cx:8000/ Matthew Wild 2009-05-30
mod_message, mod_iq: A little cleanup Waqas Hussain 2009-05-30
mod_iq: Initial commit Waqas Hussain 2009-05-30
mod_message: Initial commit Waqas Hussain 2009-05-30
modulemanager: Added hook(event, handler) to the plugin API Waqas Hussain 2009-05-30
stanza_router: Fix syntax errors Matthew Wild 2009-05-29
Automated merge with http://waqas.ath.cx:8000/ Matthew Wild 2009-05-29
stanza_router: Fire per-host stanza events Waqas Hussain 2009-05-29
httpclient_listener: Don't use print()... Matthew Wild 2009-05-29
sessionmanager: Removed a redundant check Waqas Hussain 2009-05-29
sessionmanager: Fixed an old FIXME: A problem caused by an error on an authenticated but unbound session Waqas Hussain 2009-05-29
sessionmanager: Add/remove sessions from full_sessions and bare_sessions when binding/unbinding sessions Waqas Hussain 2009-05-29
sessionmanager: Added reference to globals full_sessions and bare_sessions Waqas Hussain 2009-05-29
sessionmanager: Removed reference to global 'sessions' Waqas Hussain 2009-05-29
Added globals bare_sessions and full_sessions, which map bare and full JIDs to sessions. Waqas Hussain 2009-05-29
Removed unused global 'session' Waqas Hussain 2009-05-29
mod_tls: Add <required/> to stream feature when TLS is required Matthew Wild 2009-05-29
mod_legacyauth: Hide stream feature when secure auth is enabled, and session isn't secure Matthew Wild 2009-05-29
mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) [thanks albert, again...] Matthew Wild 2009-05-29
mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true Matthew Wild 2009-05-29
xmppclient_listener: A connection is also secure when it uses legacy SSL Matthew Wild 2009-05-29
net.server: A connection is not secure if we delay the TLS handshake Matthew Wild 2009-05-29
sessionmanager, mod_tls: Mark a session as secure when TLS is active Matthew Wild 2009-05-29
stanza_router: Break off resource selection for messages into a standalone function Matthew Wild 2009-05-28
mod_presence: Lower some log levels to their correct values Matthew Wild 2009-05-28
mod_presence: Use logger supplied by modulemanager Matthew Wild 2009-05-28
mod_presence: Leave alone the from attribute of session.presence. Big thanks to albert for figuring out the steps to reproduce this bug, and for giving us a ([very] slight) performance increase! Matthew Wild 2009-05-28
Add log message when DNS lookup is cancelled Matthew Wild 2009-05-28
net.adns: Fix for calling handler when cancelling DNS lookup Matthew Wild 2009-05-28
mod_watchregistrations: admin -> admins Matthew Wild 2009-05-27
prosodyctl: Add error message for no-pidfile Matthew Wild 2009-05-26
s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config) Matthew Wild 2009-05-26
net.adns: Add support for cancelling a non-blocking lookup, optionally calling the handler Matthew Wild 2009-05-26
net.dns: Add support for cancelling a coroutine-based request Matthew Wild 2009-05-26
mod_watchregistrations: New plugin to send a message to admins when a new user registers Matthew Wild 2009-05-26