| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_e... | Matthew Wild | 2009-05-29 | 2 | -1/+11 |
* | xmppclient_listener: A connection is also secure when it uses legacy SSL | Matthew Wild | 2009-05-29 | 1 | -0/+4 |
* | net.server: A connection is not secure if we delay the TLS handshake | Matthew Wild | 2009-05-29 | 1 | -0/+5 |
* | sessionmanager, mod_tls: Mark a session as secure when TLS is active | Matthew Wild | 2009-05-29 | 2 | -0/+7 |
* | stanza_router: Break off resource selection for messages into a standalone fu... | Matthew Wild | 2009-05-28 | 1 | -14/+20 |
* | mod_presence: Lower some log levels to their correct values | Matthew Wild | 2009-05-28 | 1 | -2/+2 |
* | mod_presence: Use logger supplied by modulemanager | Matthew Wild | 2009-05-28 | 1 | -3/+1 |
* | mod_presence: Leave alone the from attribute of session.presence. Big thanks ... | Matthew Wild | 2009-05-28 | 1 | -2/+0 |
* | Add log message when DNS lookup is cancelled | Matthew Wild | 2009-05-28 | 1 | -0/+1 |
* | net.adns: Fix for calling handler when cancelling DNS lookup | Matthew Wild | 2009-05-28 | 1 | -1/+1 |
* | mod_watchregistrations: admin -> admins | Matthew Wild | 2009-05-27 | 1 | -1/+1 |
* | prosodyctl: Add error message for no-pidfile | Matthew Wild | 2009-05-26 | 1 | -0/+1 |
* | s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config) | Matthew Wild | 2009-05-26 | 1 | -2/+14 |
* | net.adns: Add support for cancelling a non-blocking lookup, optionally callin... | Matthew Wild | 2009-05-26 | 1 | -1/+8 |
* | net.dns: Add support for cancelling a coroutine-based request | Matthew Wild | 2009-05-26 | 1 | -2/+10 |
* | mod_watchregistrations: New plugin to send a message to admins when a new use... | Matthew Wild | 2009-05-26 | 1 | -0/+25 |
* | mod_roster: Add some comments for the error cases to improve readability | Matthew Wild | 2009-05-26 | 1 | -0/+6 |
* | s2smanager: Only send reply </stream:stream> when connection is still open | Matthew Wild | 2009-05-26 | 1 | -1/+3 |
* | mod_roster: Don't send a query element in roster response if roster is unchanged | Matthew Wild | 2009-05-26 | 1 | -2/+2 |
* | Merge with 0.4 | Matthew Wild | 2009-05-22 | 1 | -2/+2 |
|\ |
|
| * | Tagging 0.4.2 | Matthew Wild | 2009-05-22 | 0 | -0/+0 |
| * | Close std{in,out,err} when daemonizingvault/0.4.20.4.2 | Matthew Wild | 2009-05-22 | 1 | -2/+2 |
| * | Tagging 0.4.2 | Matthew Wild | 2009-05-22 | 0 | -0/+0 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-22 | 2 | -0/+106 |
|\| |
|
| * | Finally add README and INSTALL files | Matthew Wild | 2009-05-22 | 2 | -0/+106 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-21 | 0 | -0/+0 |
|\| |
|
| * | stanza_router: Fix for subscriptions to users on components [0.4 branch only] | Matthew Wild | 2009-05-21 | 1 | -2/+2 |
* | | mod_register: Attach session to user-registered and user-deregistered events | Matthew Wild | 2009-05-21 | 1 | -2/+3 |
* | | core: hosts[*].events | Waqas Hussain | 2009-05-20 | 2 | -2/+4 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-19 | 1 | -2/+4 |
|\| |
|
| * | mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working | Matthew Wild | 2009-05-18 | 1 | -2/+4 |
* | | mod_welcome: New plugin to welcome users who register on the server | Matthew Wild | 2009-05-19 | 1 | -0/+23 |
* | | mod_register: Fire events and log on account creation/deletion | Matthew Wild | 2009-05-19 | 1 | -0/+5 |
* | | modulemanager: Add module:fire_event() to module API | Matthew Wild | 2009-05-19 | 1 | -0/+4 |
* | | stanza_router: Handle outbound presence if inbound handlers don't catch it | Waqas Hussain | 2009-05-19 | 1 | -1/+3 |
* | | util.events: Dispatch code now accepts a variable number of arguments | Waqas Hussain | 2009-05-17 | 1 | -4/+4 |
* | | util.events: Much more efficient index building | Waqas Hussain | 2009-05-17 | 1 | -12/+11 |
* | | stanza_router: s/conn/stream/ in log message | Matthew Wild | 2009-05-16 | 1 | -1/+1 |
* | | stanza_router: Remove FIXME and replace with meaningful comment | Matthew Wild | 2009-05-16 | 1 | -1/+3 |
* | | componentmanager: Don't error on stanzas to bare component JID | Matthew Wild | 2009-05-16 | 1 | -2/+4 |
* | | prosody.cfg.lua.dist: Update example to a better one | Matthew Wild | 2009-05-16 | 1 | -1/+1 |
* | | util.events: handler priorities | Waqas Hussain | 2009-05-16 | 1 | -3/+5 |
* | | modulemanager: require util.stanza | Waqas Hussain | 2009-05-16 | 1 | -0/+1 |
* | | modulemanager: Don't close the stream on unhandled stream:features | Waqas Hussain | 2009-05-16 | 1 | -1/+1 |
* | | stanza_router: Added global function core_post_stanza | Waqas Hussain | 2009-05-16 | 1 | -16/+24 |
* | | util.jid: Eliminate global method use | Waqas Hussain | 2009-05-16 | 1 | -5/+7 |
* | | util.muc: Made internal methods local | Waqas Hussain | 2009-05-16 | 1 | -3/+3 |
* | | stanza_router: Improved message routing order | Waqas Hussain | 2009-05-16 | 1 | -5/+3 |
* | | Dropped support for resource based components | Waqas Hussain | 2009-05-16 | 2 | -6/+1 |
* | | stanza_router: Removed global function core_handle_stanza | Waqas Hussain | 2009-05-16 | 2 | -20/+12 |