| Commit message (Expand) | Author | Age | Files | Lines |
* | net.adns: Utilise new net.dns API to handle DNS network errors | Matthew Wild | 2009-09-18 | 1 | -4/+18 |
* | net.dns: Multiple internal changes and API extensions to allow for more relia... | Matthew Wild | 2009-09-18 | 1 | -9/+62 |
* | net.server: Add checking for nil sockets to prevent traceback | Matthew Wild | 2009-08-18 | 1 | -7/+13 |
* | mod_httpserver: Backport from trunk more thorough validation of URLs prior to... | Matthew Wild | 2009-09-11 | 1 | -1/+25 |
* | datamanager: Fixed logging errors on deletion of datastores not owned by a us... | Waqas Hussain | 2009-09-06 | 1 | -2/+2 |
* | mod_presence: Fixed: Don't recursively handle inbound presence directed at lo... | Waqas Hussain | 2009-09-06 | 1 | -1/+1 |
* | modulemanager: Fixed: Internally generated stanzas could be missing namespace... | Waqas Hussain | 2009-09-06 | 1 | -1/+1 |
* | ejabberd2prosody: More intelligent searching for erlparse library | Matthew Wild | 2009-08-20 | 1 | -1/+6 |
* | util.sasl: Fix 2 global sets (one a tpyo) | Matthew Wild | 2009-08-20 | 1 | -2/+2 |
* | Allow ampersands in passwords for SASL PLAIN mechanism and fixing a typo. | Tobias Markmann | 2009-08-19 | 1 | -4/+4 |
* | Change variable name. The previous choice was too ugly looking. | Tobias Markmann | 2009-08-19 | 1 | -3/+3 |
* | Use NODEprep for prepping usernames used during SASL logins. | Tobias Markmann | 2009-08-19 | 1 | -2/+6 |
* | Do SASLprep for SASL PLAIN mechanism to be more conform with RFC 4616. | Tobias Markmann | 2009-08-19 | 1 | -0/+3 |
* | Fixed: Zeros could be stripped from the version string the Makefile extracts ... | Waqas Hussain | 2009-08-08 | 1 | -1/+1 |
* | Fixed: Outbound subscription requests silently dropped (regression in hg:7f17... | Waqas Hussain | 2009-08-07 | 1 | -1/+1 |
* | xmppcomponent_listener: Fix to collect component sessions on disconnect | Matthew Wild | 2009-08-05 | 1 | -0/+1 |
* | mod_bosh: Fix error reply for host-unknown errors | Matthew Wild | 2009-08-05 | 1 | -2/+2 |
* | net.httpserver: Allow response.body to be a non-string | Matthew Wild | 2009-08-05 | 1 | -4/+5 |
* | Fixed: Self-references could be added to rosters via presence subscriptions | Waqas Hussain | 2009-08-03 | 1 | -0/+1 |
* | Fixed: IQ replies are not sent back on publishing a PEP event | Waqas Hussain | 2009-08-03 | 1 | -0/+1 |
* | Tagging 0.5.1 | Matthew Wild | 2009-07-29 | 0 | -0/+0 |
* | MUC: Added the MUC child element to conflict errorsvault/0.5.10.5.1 | Waqas Hussain | 2009-07-29 | 1 | -2/+2 |
* | Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables | Waqas Hussain | 2009-07-29 | 1 | -2/+2 |
* | mod_pep: Added support for pubsub item retraction | Waqas Hussain | 2009-07-29 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | mod_presence: Tag outgoing unavailables generated by a disconnect with a from... | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ... | Matthew Wild | 2009-07-22 | 1 | -0/+5 |
* | pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intos... | Matthew Wild | 2009-07-21 | 1 | -1/+1 |
* | mod_muc: Set correct 'from' JID when sending the room subject to joiners, fix... | Matthew Wild | 2009-07-21 | 1 | -1/+1 |
* | Tagging 0.5.0 | Matthew Wild | 2009-07-20 | 0 | -0/+0 |
* | util.xmlrpc: Fixed table serialization (regression introduced in previous cha...vault/0.5.00.5.0 | Waqas Hussain | 2009-07-15 | 1 | -12/+11 |
* | mod_httpserver: Update to use new new_from_config() too | Matthew Wild | 2009-07-14 | 1 | -1/+1 |