| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | stanza_router: Changed to use the prosody.events object directly, rather than... | Waqas Hussain | 2009-05-31 | 1 | -1/+1 |
* | core.eventmanager2: Now uses the new prosody.events object | Waqas Hussain | 2009-05-31 | 1 | -1/+1 |
* | Added new prosody.events object | Waqas Hussain | 2009-05-31 | 1 | -0/+2 |
* | mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure() | Matthew Wild | 2009-05-30 | 1 | -0/+47 |
* | mod_console: Allow restricting results to matching JIDs in s2s:show() | Matthew Wild | 2009-05-30 | 1 | -27/+32 |
* | prosody: Remove global functions | Matthew Wild | 2009-05-30 | 1 | -7/+1 |
* | mod_posix: Use global prosody object | Matthew Wild | 2009-05-30 | 1 | -6/+8 |
* | prosody: (un)lock_globals() -> prosody.(un)lock_globals() | Matthew Wild | 2009-05-30 | 1 | -2/+2 |
* | prosody: New global 'prosody' object | Matthew Wild | 2009-05-30 | 1 | -2/+21 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-05-30 | 2 | -5/+5 |
|\ |
|
| * | stanza_router: Fix syntax errors | Matthew Wild | 2009-05-29 | 1 | -2/+2 |
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-05-29 | 1 | -3/+3 |
| |\ |
|
| | * | httpclient_listener: Don't use print()... | Matthew Wild | 2009-05-29 | 1 | -3/+3 |
* | | | mod_message, mod_iq: A little cleanup | Waqas Hussain | 2009-05-30 | 2 | -1/+4 |
* | | | mod_iq: Initial commit | Waqas Hussain | 2009-05-30 | 1 | -0/+30 |
* | | | mod_message: Initial commit | Waqas Hussain | 2009-05-30 | 1 | -0/+41 |
* | | | modulemanager: Added hook(event, handler) to the plugin API | Waqas Hussain | 2009-05-30 | 1 | -0/+8 |
|/ / |
|
* / | stanza_router: Fire per-host stanza events | Waqas Hussain | 2009-05-30 | 1 | -0/+31 |
|/ |
|
* | sessionmanager: Removed a redundant check | Waqas Hussain | 2009-05-29 | 1 | -4/+2 |
* | sessionmanager: Fixed an old FIXME: A problem caused by an error on an authen... | Waqas Hussain | 2009-05-29 | 1 | -17/+10 |
* | sessionmanager: Add/remove sessions from full_sessions and bare_sessions when... | Waqas Hussain | 2009-05-29 | 1 | -1/+6 |
* | sessionmanager: Added reference to globals full_sessions and bare_sessions | Waqas Hussain | 2009-05-29 | 1 | -0/+2 |
* | sessionmanager: Removed reference to global 'sessions' | Waqas Hussain | 2009-05-29 | 1 | -1/+0 |
* | Added globals bare_sessions and full_sessions, which map bare and full JIDs t... | Waqas Hussain | 2009-05-29 | 1 | -1/+2 |
* | Removed unused global 'session' | Waqas Hussain | 2009-05-29 | 1 | -3/+0 |
* | mod_tls: Add <required/> to stream feature when TLS is required | Matthew Wild | 2009-05-29 | 1 | -1/+9 |
* | mod_legacyauth: Hide stream feature when secure auth is enabled, and session ... | Matthew Wild | 2009-05-29 | 1 | -1/+6 |
* | mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) ... | Matthew Wild | 2009-05-29 | 1 | -1/+4 |
* | 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 |