| Commit message (Expand) | Author | Age | Files | Lines |
* | prosody.cfg.lua.dist: Fix missing quote in commented proxy config example | Matthew Wild | 2010-02-25 | 1 | -1/+1 |
* | Merge with 0.6 | Matthew Wild | 2010-02-25 | 2 | -5/+7 |
|\ |
|
| * | tests/test_core_s2smanager.lua: Fix to compare SRV weights correctly | Matthew Wild | 2010-02-25 | 1 | -4/+4 |
| * | s2smanager: Log and fail gracefully when unable to create socket for outgoing... | Matthew Wild | 2010-02-25 | 1 | -0/+5 |
| * | s2smanager: Fix for the logic SRV record priority comparison (thanks darkrain) | Matthew Wild | 2010-02-25 | 1 | -1/+3 |
| * | net.adns: Trailing whitespace | Matthew Wild | 2010-01-20 | 1 | -2/+2 |
| * | mod_vcard: Stricter matching of vcard stanzas with vcard_compatibility enable... | Matthew Wild | 2009-12-09 | 1 | -1/+1 |
* | | net.server_event: Add lock_read() method to connections | Matthew Wild | 2010-02-25 | 1 | -0/+4 |
* | | prosodyctl: Fix addplugin to support --help, and hide from the help listing (... | Matthew Wild | 2010-02-22 | 1 | -2/+6 |
* | | prosodyctl: Fix 'restart' command to not report itself as the 'stop' command ... | Matthew Wild | 2010-02-22 | 1 | -1/+1 |
* | | prosodyctl.man: Update email address | Dwayne Bent | 2010-02-21 | 1 | -1/+1 |
* | | prosodyctl.man: Include new restart command | Dwayne Bent | 2010-02-21 | 1 | -0/+4 |
* | | mod_console: Uncomment the help for server:shutdown() - thanks darkrain | Matthew Wild | 2010-02-22 | 1 | -1/+1 |
* | | prosodyctl: Add restart command for KSid and johnny :) | Matthew Wild | 2010-02-21 | 1 | -0/+13 |
* | | prosody.cfg.lua.dist: Update config for 0.7, most improvements from the Arch ... | Matthew Wild | 2010-02-21 | 1 | -75/+103 |
* | | ejabberd2prosody: Don't print passwords of imported accounts | Matthew Wild | 2010-02-21 | 1 | -1/+1 |
* | | Merge 0.7 with 0.7 | Matthew Wild | 2010-02-21 | 2 | -0/+13 |
|\ \ |
|
| * | | mod_iq: Fire sub-events for iq/self events. | Waqas Hussain | 2010-02-21 | 1 | -0/+12 |
| * | | stanza_router: Make sure /self events are fired when the 'to' attribute is mi... | Waqas Hussain | 2010-02-21 | 1 | -0/+1 |
* | | | ejabberdsql2prosody: Don't print password of imported accounts (thanks azerttyu) | Matthew Wild | 2010-02-21 | 1 | -1/+1 |
|/ / |
|
* | | mod_debug: Obsoleted by mod_console | Matthew Wild | 2010-02-20 | 1 | -191/+0 |
* | | mod_selftests: Obsolete, remove | Matthew Wild | 2010-02-20 | 1 | -61/+0 |
* | | mod_offline: Remove from 0.7 (offline messages are handled in core at the mom... | Matthew Wild | 2010-02-20 | 1 | -56/+0 |
* | | s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo) | Matthew Wild | 2010-02-19 | 1 | -1/+1 |
* | | net.http: Update print()s to log()s - don't ask how this came to be, I have n... | Matthew Wild | 2010-02-19 | 1 | -8/+7 |
* | | net.httpclient_listener: Don't notify request of closed connection if the clo... | Matthew Wild | 2010-02-19 | 1 | -1/+1 |
* | | net.http: destroy_request(): Remove update for new server API, pass request.h... | Matthew Wild | 2010-02-19 | 1 | -2/+3 |
* | | net.http: Close connection when invalid status line is received from the server | Matthew Wild | 2010-02-19 | 1 | -1/+4 |
* | | net.http: Don't re-destroy a request when the connection is closed | Matthew Wild | 2010-02-19 | 1 | -0/+1 |
* | | net.http: Port commit 2f235c57d713 to net.http to fix headers in responses (t... | Matthew Wild | 2010-02-19 | 1 | -5/+14 |
* | | MUC: Allow role changes based on JIDs. | Waqas Hussain | 2010-02-18 | 1 | -0/+3 |
* | | README: Update URL for installation docs | Matthew Wild | 2010-02-18 | 1 | -1/+1 |
* | | HACKERS: Update | Matthew Wild | 2010-02-18 | 1 | -3/+5 |
* | | TODO: Update | Matthew Wild | 2010-02-18 | 1 | -2/+13 |
* | | net.adns: Don't treat locally-initiated disconnects as fatal with libevent ba... | Matthew Wild | 2010-02-18 | 1 | -6/+8 |
* | | net.server_event: Pass false as connection error to disconnect handler if clo... | Matthew Wild | 2010-02-18 | 1 | -1/+1 |
* | | modulemanager: Fix traceback on unloading global modules (thanks KSid) | Matthew Wild | 2010-02-18 | 1 | -2/+2 |
* | | net.server_event: Increase SSL handshake timeout to 30s, make handshake round... | Matthew Wild | 2010-02-17 | 1 | -4/+4 |
* | | mod_tls: Only negotiate TLS on outgoing s2s connections if we have an SSL con... | Matthew Wild | 2010-02-16 | 1 | -1/+3 |
* | | net.adns: Fix potential traceback on DNS responses with libevent enabled (tha... | Matthew Wild | 2010-02-16 | 1 | -1/+3 |
* | | Makefile: Remove fallbacks/ | Matthew Wild | 2010-02-15 | 1 | -2/+1 |
* | | util.sasl.scram: Removed unnecessary dependency on bitlib. | Waqas Hussain | 2010-02-16 | 1 | -1/+0 |
* | | mod_saslauth: Log debug message with full error if cyrussasl couldn't be loaded | Matthew Wild | 2010-02-15 | 1 | -0/+1 |
* | | mod_saslauth: Correct syntax for gracefully handling a missing cyrussasl library | Matthew Wild | 2010-02-15 | 1 | -2/+2 |
* | | net.server: Remove redundant commented code and some trailing whitespace | Matthew Wild | 2010-02-15 | 1 | -2/+1 |
* | | mod_presence: Added config option 'bare_message_delivery_policy'. Allowed val... | Waqas Hussain | 2010-02-15 | 1 | -11/+30 |
* | | mod_presence: Reflect the user's own presence back to them. | Waqas Hussain | 2010-02-15 | 1 | -0/+3 |
* | | mod_saslauth: Warn and fallback gracefully when Cyrus SASL is requested, but ... | Waqas Hussain | 2010-02-15 | 1 | -5/+12 |
* | | net.server_event: Fire onincoming() callback for new connections as opposed t... | Matthew Wild | 2010-02-14 | 1 | -1/+2 |
* | | configmanager: Remove debugging code accidentally committed | Matthew Wild | 2010-02-14 | 1 | -2/+0 |