aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-013-6/+10
|\
| * stanza_router: Don't route before firing events... waqas, is this safe?Matthew Wild2009-05-311-3/+0
| |
| * componentmanager: Add events object to registered components if they don't ↵Matthew Wild2009-05-311-0/+6
| | | | | | | | already have one
| * stanza_router: Fire global event if host doesn't have events, fixes #103Matthew Wild2009-05-311-3/+3
| |
| * net.xmppclient_listener: Add small commentMatthew Wild2009-05-311-0/+1
| |
* | mod_iq: Fire sub-events for IQs directed at bare JIDs and hostsWaqas Hussain2009-06-011-2/+10
| |
* | modulemanager: Keep track of event handlers added by module:hook, and remove ↵Waqas Hussain2009-05-311-0/+9
|/ | | | them on module unload
* stanza_router: Fire events for non-jabber:client and pre-auth stanzasWaqas Hussain2009-05-311-0/+14
|
* modulemanager: Stopped using core.eventmanager in module:fire_eventWaqas Hussain2009-05-311-3/+1
|
* mod_welcome: Use module:hook instead of module:add_event_hookWaqas Hussain2009-05-311-1/+1
|
* mod_watchregistrations: Use module:hook instead of module:add_event_hookWaqas Hussain2009-05-311-1/+2
|
* modulemanager: module:fire_event now fires on the global and host-specific ↵Waqas Hussain2009-05-311-0/+2
| | | | events objects as well
* xmppcomponent_listener: Removed unused reference to core.eventmanagerWaqas Hussain2009-05-311-1/+0
|
* modulemanager: Made some code more conciseWaqas Hussain2009-05-311-5/+1
|
* modulemanager: module:hook now allows global modules to hook events on the ↵Waqas Hussain2009-05-311-1/+2
| | | | prosody.events object
* Removed core.eventmanager2Waqas Hussain2009-05-311-6/+0
|
* mod_presence: Changed to use the prosody.events object directly, rather than ↵Waqas Hussain2009-05-311-5/+2
| | | | through eventmanager2
* stanza_router: Changed to use the prosody.events object directly, rather ↵Waqas Hussain2009-05-311-1/+1
| | | | than through eventmanager2
* core.eventmanager2: Now uses the new prosody.events objectWaqas Hussain2009-05-311-1/+1
|
* Added new prosody.events objectWaqas Hussain2009-05-311-0/+2
|
* mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure()Matthew Wild2009-05-301-0/+47
|
* mod_console: Allow restricting results to matching JIDs in s2s:show()Matthew Wild2009-05-301-27/+32
|
* prosody: Remove global functionsMatthew Wild2009-05-301-7/+1
|
* mod_posix: Use global prosody objectMatthew Wild2009-05-301-6/+8
|
* prosody: (un)lock_globals() -> prosody.(un)lock_globals()Matthew Wild2009-05-301-2/+2
|
* prosody: New global 'prosody' objectMatthew Wild2009-05-301-2/+21
|
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-05-302-5/+5
|\
| * stanza_router: Fix syntax errorsMatthew Wild2009-05-291-2/+2
| |
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-05-291-3/+3
| |\
| | * httpclient_listener: Don't use print()...Matthew Wild2009-05-291-3/+3
| | |
* | | mod_message, mod_iq: A little cleanupWaqas Hussain2009-05-302-1/+4
| | |
* | | mod_iq: Initial commitWaqas Hussain2009-05-301-0/+30
| | |
* | | mod_message: Initial commitWaqas Hussain2009-05-301-0/+41
| | |
* | | modulemanager: Added hook(event, handler) to the plugin APIWaqas Hussain2009-05-301-0/+8
|/ /
* / stanza_router: Fire per-host stanza eventsWaqas Hussain2009-05-301-0/+31
|/
* sessionmanager: Removed a redundant checkWaqas Hussain2009-05-291-4/+2
|
* sessionmanager: Fixed an old FIXME: A problem caused by an error on an ↵Waqas Hussain2009-05-291-17/+10
| | | | authenticated but unbound session
* sessionmanager: Add/remove sessions from full_sessions and bare_sessions ↵Waqas Hussain2009-05-291-1/+6
| | | | when binding/unbinding sessions
* sessionmanager: Added reference to globals full_sessions and bare_sessionsWaqas Hussain2009-05-291-0/+2
|
* sessionmanager: Removed reference to global 'sessions'Waqas Hussain2009-05-291-1/+0
|
* Added globals bare_sessions and full_sessions, which map bare and full JIDs ↵Waqas Hussain2009-05-291-1/+2
| | | | to sessions.
* Removed unused global 'session'Waqas Hussain2009-05-291-3/+0
|
* mod_tls: Add <required/> to stream feature when TLS is requiredMatthew Wild2009-05-291-1/+9
|
* mod_legacyauth: Hide stream feature when secure auth is enabled, and session ↵Matthew Wild2009-05-291-1/+6
| | | | isn't secure
* mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) ↵Matthew Wild2009-05-291-1/+4
| | | | [thanks albert, again...]
* mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when ↵Matthew Wild2009-05-292-1/+11
| | | | require_encryption config option is true
* xmppclient_listener: A connection is also secure when it uses legacy SSLMatthew Wild2009-05-291-0/+4
|
* net.server: A connection is not secure if we delay the TLS handshakeMatthew Wild2009-05-291-0/+5
|
* sessionmanager, mod_tls: Mark a session as secure when TLS is activeMatthew Wild2009-05-292-0/+7
|
* stanza_router: Break off resource selection for messages into a standalone ↵Matthew Wild2009-05-281-14/+20
| | | | function