aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 authen...Waqas Hussain2009-05-291-17/+10
* sessionmanager: Add/remove sessions from full_sessions and bare_sessions when...Waqas Hussain2009-05-291-1/+6
* 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 t...Waqas Hussain2009-05-291-1/+2
* 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
* mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) ...Matthew Wild2009-05-291-1/+4
* mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_e...Matthew Wild2009-05-292-1/+11
* 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 fu...Matthew Wild2009-05-281-14/+20
* 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
* 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 callin...Matthew Wild2009-05-261-1/+8
* 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 use...Matthew Wild2009-05-261-0/+25
* mod_roster: Add some comments for the error cases to improve readabilityMatthew Wild2009-05-261-0/+6
* s2smanager: Only send reply </stream:stream> when connection is still openMatthew Wild2009-05-261-1/+3
* mod_roster: Don't send a query element in roster response if roster is unchangedMatthew Wild2009-05-261-2/+2
* Merge with 0.4Matthew Wild2009-05-221-2/+2
|\
| * Tagging 0.4.2Matthew Wild2009-05-220-0/+0
| * Close std{in,out,err} when daemonizingvault/0.4.20.4.2Matthew Wild2009-05-221-2/+2
| * Tagging 0.4.2Matthew Wild2009-05-220-0/+0
* | Merge with 0.4Matthew Wild2009-05-222-0/+106
|\|
| * Finally add README and INSTALL filesMatthew Wild2009-05-222-0/+106
* | Merge with 0.4Matthew Wild2009-05-210-0/+0
|\|
| * stanza_router: Fix for subscriptions to users on components [0.4 branch only]Matthew Wild2009-05-211-2/+2
* | mod_register: Attach session to user-registered and user-deregistered eventsMatthew Wild2009-05-211-2/+3
* | core: hosts[*].eventsWaqas Hussain2009-05-202-2/+4
* | Merge with 0.4Matthew Wild2009-05-191-2/+4
|\|