aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* mod_presence: Lower some log levels to their correct valuesMatthew Wild2009-05-281-2/+2
|
* mod_presence: Use logger supplied by modulemanagerMatthew Wild2009-05-281-3/+1
|
* mod_presence: Leave alone the from attribute of session.presence. Big thanks ↵Matthew Wild2009-05-281-2/+0
| | | | to albert for figuring out the steps to reproduce this bug, and for giving us a ([very] slight) performance increase!
* Add log message when DNS lookup is cancelledMatthew Wild2009-05-281-0/+1
|
* net.adns: Fix for calling handler when cancelling DNS lookupMatthew Wild2009-05-281-1/+1
|
* mod_watchregistrations: admin -> adminsMatthew Wild2009-05-271-1/+1
|
* prosodyctl: Add error message for no-pidfileMatthew Wild2009-05-261-0/+1
|
* s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config)Matthew Wild2009-05-261-2/+14
|
* net.adns: Add support for cancelling a non-blocking lookup, optionally ↵Matthew Wild2009-05-261-1/+8
| | | | calling the handler
* net.dns: Add support for cancelling a coroutine-based requestMatthew Wild2009-05-261-2/+10
|
* mod_watchregistrations: New plugin to send a message to admins when a new ↵Matthew Wild2009-05-261-0/+25
| | | | user registers
* mod_roster: Add some comments for the error cases to improve readabilityMatthew Wild2009-05-261-0/+6
|