| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | xmpp{client,server,component]_listener: Open stream if sending an error and i... | Matthew Wild | 2009-07-28 | 3 | -0/+15 |
| * | mod_console: Finally add in the missing 'help' command \o/ | Matthew Wild | 2009-07-28 | 1 | -0/+45 |
| * | configmanager: Default options appearing before Host "*" to global (fixes pot... | Matthew Wild | 2009-07-28 | 1 | -0/+1 |
| * | hostmanager: Warn when user puts port configuration under vhost section | Matthew Wild | 2009-07-28 | 1 | -0/+5 |
| * | core.loggingmanager: Enable timestamps by default for file log sinks | Matthew Wild | 2009-07-28 | 1 | -1/+1 |
| * | net.server: Much improve SSL/TLS error reporting, do our best to understand a... | Matthew Wild | 2009-07-28 | 1 | -6/+27 |
* | | ejabberdsql2prosody: Allow for multiple INSERTs to the same table | Waqas Hussain | 2009-07-28 | 1 | -1/+8 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-27 | 2 | -6/+2 |
|\| |
|
| * | Fixed: Possible duplicate error replies for unhandled stanzas | Waqas Hussain | 2009-07-28 | 1 | -5/+1 |
| * | net.httpserver: Reduce log level of 'request left open' message | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
|\| |
|
| * | mod_presence: Tag outgoing unavailables generated by a disconnect with a from... | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
* | | xmpp{client,server}_listener: Report contents of packets containing invalid XML | Matthew Wild | 2009-07-26 | 2 | -0/+2 |
* | | mod_console: Show status and priority of clients | Matthew Wild | 2009-07-26 | 1 | -2/+11 |
* | | ejabberdsql2prosody: Fixed a nil global access error | Waqas Hussain | 2009-07-26 | 1 | -1/+1 |
* | | ejabberdsql2prosody: Add support for rosterusers.ask == "B" (both pending in ... | Waqas Hussain | 2009-07-26 | 1 | -0/+3 |
* | | ejabberdsql2prosody: Fix typo, and improve the warning message | Waqas Hussain | 2009-07-26 | 1 | -6/+6 |
* | | ejabberdsql2prosody: Display a warning if a row has more columns than expected | Waqas Hussain | 2009-07-26 | 1 | -2/+5 |
* | | ejabberdsql2prosody: Added support for all mysql escape sequences | Waqas Hussain | 2009-07-26 | 1 | -4/+14 |
* | | ejabberdsql2prosody: Added support for the escape sequence '\\' in strings | Waqas Hussain | 2009-07-26 | 1 | -0/+1 |
* | | ejabberdsql2prosody: Fixed: 'ask' value should be nil for pending-in subscrip... | Waqas Hussain | 2009-07-26 | 1 | -0/+1 |
* | | ejabberdsql2prosody: Fixed: pending-in subscriptions could halt processing | Waqas Hussain | 2009-07-26 | 1 | -3/+2 |
* | | ejabberdsql2prosody: Added support for rosters | Waqas Hussain | 2009-07-26 | 1 | -4/+51 |
* | | ejabberdsql2prosody: Added a second required command line parameter: hostname | Waqas Hussain | 2009-07-25 | 1 | -12/+5 |
* | | ejabberdsql2prosody: Improved help message | Waqas Hussain | 2009-07-25 | 1 | -5/+4 |
* | | ejabberdsql2prosody: Initial commit | Waqas Hussain | 2009-07-25 | 1 | -0/+197 |
* | | mod_xmlrpc: Remove file and line number from XML-RPC errors | Waqas Hussain | 2009-07-25 | 1 | -1/+1 |
* | | mod_xmlrpc: Fixed typos | Waqas Hussain | 2009-07-25 | 1 | -2/+2 |
* | | usermanager: Reduced some code | Waqas Hussain | 2009-07-25 | 1 | -3/+1 |
* | | usermanager: Removed an unnecessary check | Waqas Hussain | 2009-07-25 | 1 | -1/+1 |
* | | mod_xmlrpc: Added support for secure calls by non-admins | Waqas Hussain | 2009-07-25 | 1 | -12/+16 |
* | | modulemanager: Added get_option(name, default_value) to plugin API | Waqas Hussain | 2009-07-25 | 1 | -0/+4 |
* | | Switch to using a more generic credentials_callback/handler for SASL auth. | nick | 2009-07-24 | 3 | -72/+80 |
* | | mod_saslauth, usermanager: Fetch list of mechanisms from usermanager | Nick Thomas | 2009-07-23 | 1 | -11/+14 |
* | | prosody: net_activate_ports: Check listener exists before trying to open port... | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-23 | 6 | -13/+89 |
|\| |
|
| * | net.server: Fail to open port if legacy SSL requested, but SSL not available | Matthias Diene | 2009-07-23 | 1 | -1/+6 |
| * | prosodyctl: Also switch group when we switch user | Matthew Wild | 2009-07-23 | 1 | -5/+14 |
| * | pposix, mod_posix: Bump pposix version number | Matthew Wild | 2009-07-23 | 2 | -2/+2 |
| * | pposix: Add setgid() function | Matthew Wild | 2009-07-23 | 1 | -0/+63 |
| * | net.server: Remove listener from listeners table when calling removeserver | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
| * | prosody: Correctly allow console ports to be changed through the config | Matthew Wild | 2009-07-23 | 1 | -4/+2 |
| * | mod_console: Set default_interface to 127.0.0.1 | Matthew Wild | 2009-07-23 | 1 | -1/+1 |
| * | net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting ... | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-23 | 2 | -30/+63 |
|\| |
|
| * | ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and bin... | Sergei Golovan | 2009-07-23 | 1 | -24/+55 |
| * | ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo) | Matthew Wild | 2009-07-21 | 2 | -260/+260 |
| * | net.server: Continue to initialise port listener even when SSL errors occur | Matthias Diener | 2009-07-23 | 1 | -6/+8 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-22 | 1 | -0/+5 |
|\| |
|
| * | mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ... | Matthew Wild | 2009-07-22 | 1 | -0/+5 |