aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Close 'sasl' branchvault/saslsaslMatthew Wild2013-05-010-0/+0
* Adding a note for possible round trip savings.Tobias Markmann2009-11-131-0/+1
* Adding support for digest-md5 profile in DIGEST-MD5 implementation.Tobias Markmann2009-11-132-2/+4
* Change of the digest-md5 profile.Tobias Markmann2009-11-131-1/+2
* Broken DIGEST-MD5 client support again.Tobias Markmann2009-11-131-2/+2
* Add support for plain profile in digest-md5 implementation.Tobias Markmann2009-11-132-15/+54
* Getting PLAIN mechanism work with the new API.Tobias Markmann2009-11-132-5/+10
* Move each mechanism in an own file.Tobias Markmann2009-11-123-214/+251
* Fail if mechanism has already been selected.Tobias Markmann2009-08-281-0/+4
* Store stage in SASL object.Tobias Markmann2009-08-281-91/+88
* Importing SASL Digest-MD5 code. Now for real.Tobias Markmann2009-08-281-0/+182
* Importing SASL Digest-MD5 code.Tobias Markmann2009-08-281-1/+1
* List RFC numbers.Tobias Markmann2009-08-281-1/+3
* Allow ampersands in passwords for SASL PLAIN mechanism.Tobias Markmann2009-08-281-3/+3
* Making mod_saslauth use the new SASL API.Tobias Markmann2009-08-282-12/+24
* Adjust SASL PLAIN mechanism to the new API.Tobias Markmann2009-08-271-23/+30
* Adding some docu.Tobias Markmann2009-08-161-0/+25
* Mostly making the code run; includes fixing typos and so on.Tobias Markmann2009-08-101-7/+56
* Initial commit of the SASL redesign.Tobias Markmann2009-08-101-228/+23
* mod_saslauth: Fix coding style and layout, and use of arg[] for varargMatthew Wild2009-08-051-7/+12
* mod_saslauth: Fix indentationMatthew Wild2009-08-051-16/+16
* mod_saslauth: Fix traceback on attempted login for non-existent usersMatthew Wild2009-08-051-2/+6
* Merge with 0.5Matthew Wild2009-08-051-0/+1
|\
| * xmppcomponent_listener: Fix to collect component sessions on disconnectMatthew Wild2009-08-051-0/+1
* | Merge with 0.5Matthew Wild2009-08-052-6/+7
|\|
| * 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
* | Merge with waqasMatthew Wild2009-08-031-0/+65
|\ \
| * | ejabberdsql2prosody: Added support for Private XML StorageWaqas Hussain2009-08-021-0/+9
| * | ejabberdsql2prosody: Added support for vCardsWaqas Hussain2009-08-021-0/+4
| * | ejabberdsql2prosody: Added an XML parserWaqas Hussain2009-08-021-0/+52
* | | Merge with 0.5Matthew Wild2009-08-032-0/+2
|\ \ \ | |/ / |/| / | |/
| * 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
* | mod_console: EOT (Ctrl-D) closes the connection.Paul Aurich2009-07-311-0/+3
* | Merge with 0.5Matthew Wild2009-07-293-5/+6
|\|
| * 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
* | Merge with 0.5Matthew Wild2009-07-288-7/+94
|\|
| * xmpp{client,server,component]_listener: Open stream if sending an error and it isn't already open. Fixes #120Matthew 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 potential traceback)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 and hide OpenSSL's ridiculously unfriendly error messagesMatthew Wild2009-07-281-6/+27
* | ejabberdsql2prosody: Allow for multiple INSERTs to the same tableWaqas Hussain2009-07-281-1/+8
* | Merge with 0.5Matthew Wild2009-07-272-6/+2
|\|
| * Fixed: Possible duplicate error replies for unhandled stanzasWaqas Hussain2009-07-281-5/+1