aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from workingMatthew Wild2009-05-181-2/+4
* | mod_welcome: New plugin to welcome users who register on the serverMatthew Wild2009-05-191-0/+23
* | mod_register: Fire events and log on account creation/deletionMatthew Wild2009-05-191-0/+5
* | modulemanager: Add module:fire_event() to module APIMatthew Wild2009-05-191-0/+4
* | stanza_router: Handle outbound presence if inbound handlers don't catch itWaqas Hussain2009-05-191-1/+3
* | util.events: Dispatch code now accepts a variable number of argumentsWaqas Hussain2009-05-171-4/+4
* | util.events: Much more efficient index buildingWaqas Hussain2009-05-171-12/+11