aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow ampersands in passwords for SASL PLAIN mechanism and fixing a typo.Tobias Markmann2009-08-191-4/+4
* Change variable name. The previous choice was too ugly looking.Tobias Markmann2009-08-191-3/+3
* Use NODEprep for prepping usernames used during SASL logins.Tobias Markmann2009-08-191-2/+6
* Do SASLprep for SASL PLAIN mechanism to be more conform with RFC 4616.Tobias Markmann2009-08-191-0/+3
* Fixed: Zeros could be stripped from the version string the Makefile extracts ...Waqas Hussain2009-08-081-1/+1
* Fixed: Outbound subscription requests silently dropped (regression in hg:7f17...Waqas Hussain2009-08-071-1/+1
* xmppcomponent_listener: Fix to collect component sessions on disconnectMatthew Wild2009-08-051-0/+1
* mod_bosh: Fix error reply for host-unknown errorsMatthew Wild2009-08-051-2/+2
* net.httpserver: Allow response.body to be a non-stringMatthew Wild2009-08-051-4/+5
* Fixed: Self-references could be added to rosters via presence subscriptionsWaqas Hussain2009-08-031-0/+1
* Fixed: IQ replies are not sent back on publishing a PEP eventWaqas Hussain2009-08-031-0/+1
* Tagging 0.5.1Matthew Wild2009-07-290-0/+0
* MUC: Added the MUC child element to conflict errorsvault/0.5.10.5.1Waqas Hussain2009-07-291-2/+2
* Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variablesWaqas Hussain2009-07-291-2/+2
* mod_pep: Added support for pubsub item retractionWaqas Hussain2009-07-291-1/+2
* xmpp{client,server,component]_listener: Open stream if sending an error and i...Matthew Wild2009-07-283-0/+15
* mod_console: Finally add in the missing 'help' command \o/Matthew Wild2009-07-281-0/+45
* configmanager: Default options appearing before Host "*" to global (fixes pot...Matthew Wild2009-07-281-0/+1
* hostmanager: Warn when user puts port configuration under vhost sectionMatthew Wild2009-07-281-0/+5
* core.loggingmanager: Enable timestamps by default for file log sinksMatthew Wild2009-07-281-1/+1
* net.server: Much improve SSL/TLS error reporting, do our best to understand a...Matthew Wild2009-07-281-6/+27
* Fixed: Possible duplicate error replies for unhandled stanzasWaqas Hussain2009-07-281-5/+1
* net.httpserver: Reduce log level of 'request left open' messageMatthew Wild2009-07-271-1/+1
* mod_presence: Tag outgoing unavailables generated by a disconnect with a from...Matthew Wild2009-07-271-1/+1
* net.server: Fail to open port if legacy SSL requested, but SSL not availableMatthias Diene2009-07-231-1/+6
* prosodyctl: Also switch group when we switch userMatthew Wild2009-07-231-5/+14
* pposix, mod_posix: Bump pposix version numberMatthew Wild2009-07-232-2/+2
* pposix: Add setgid() functionMatthew Wild2009-07-231-0/+63
* net.server: Remove listener from listeners table when calling removeserverMatthew Wild2009-07-231-0/+1
* prosody: Correctly allow console ports to be changed through the configMatthew Wild2009-07-231-4/+2
* mod_console: Set default_interface to 127.0.0.1Matthew Wild2009-07-231-1/+1
* net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting ...Matthew Wild2009-07-231-0/+1
* ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and bin...Sergei Golovan2009-07-231-24/+55
* ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo)Matthew Wild2009-07-212-260/+260
* net.server: Continue to initialise port listener even when SSL errors occurMatthias Diener2009-07-231-6/+8
* mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ...Matthew Wild2009-07-221-0/+5
* pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intos...Matthew Wild2009-07-211-1/+1
* mod_muc: Set correct 'from' JID when sending the room subject to joiners, fix...Matthew Wild2009-07-211-1/+1
* Tagging 0.5.0Matthew Wild2009-07-200-0/+0
* util.xmlrpc: Fixed table serialization (regression introduced in previous cha...vault/0.5.00.5.0Waqas Hussain2009-07-151-12/+11
* mod_httpserver: Update to use new new_from_config() tooMatthew Wild2009-07-141-1/+1
* mod_bosh: Update to use new new_from_config()Matthew Wild2009-07-141-1/+1
* net.httpserver: Allow specification of the default base URL when using new_fr...Matthew Wild2009-07-141-3/+3
* prosody.cfg.lua.dist: Add mod_pep to the default config fileMatthew Wild2009-07-141-0/+1
* net.server: Initiate the handshake when we should, the more correcter fix for...Matthew Wild2009-07-131-1/+2
* net.server: Fix copyright header line endings and textMatthew Wild2009-07-121-16/+6
* net.server: Correct fix for SSL traceback earlierMatthew Wild2009-07-121-1/+1
* mod_bosh: Mark a session as secure if it is created with HTTPSMatthew Wild2009-07-121-1/+1
* net.httpserver: Mark a request as secure if it is made using HTTPSMatthew Wild2009-07-121-0/+5
* mod_httpserver: Use new httpserver helper to initialise portsMatthew Wild2009-07-121-11/+1