aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Fixed URL encoding to generate %0x instead of %xWaqas Hussain2008-12-161-1/+1
* 0.1 -> 0.2Matthew Wild2008-12-1014-34/+16
* New, faster, stanza serializationMatthew Wild2008-12-101-12/+26
* Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri r...Waqas Hussain2008-12-081-2/+2
* Return error when the given realm value does not match the sent realm value. ...Waqas Hussain2008-12-081-1/+5
* Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)Waqas Hussain2008-12-081-4/+3
* Latin1 support for SASL DIGEST-MD5 (initial commit)Waqas Hussain2008-12-071-1/+34
* Make it possible to set custom output handler for loggerMatthew Wild2008-12-061-3/+15
* Datamanager logs data_pathMatthew Wild2008-12-061-0/+1
* Small fix for multitableMatthew Wild2008-12-061-1/+1
* MultiTable: Remove all empty sub-tables when elements are removedWaqas Hussain2008-12-051-1/+11
* util.multitable - A table with multiple key for each entryWaqas Hussain2008-12-051-0/+84
* Changed util.datamanager to use util.serializationWaqas Hussain2008-12-051-44/+5
* Added module util.serializationWaqas Hussain2008-12-041-0/+81
* Reorder the disco info elements to place always included elements firstWaqas Hussain2008-12-041-14/+15
* Automated merge with http://waqas.ath.cx/Matthew Wild2008-12-031-1/+1
|\
| * Fill blank with URLMatthew Wild2008-12-031-1/+1
* | Fix for handling latin1 encoded hostnames in SASLWaqas Hussain2008-12-031-1/+2
|/
* Insert copyright/license headersMatthew Wild2008-12-0312-1/+234
* Converting latin encoded responsed to utf-8 when needed.Tobias Markmann2008-11-301-0/+7
* Automerge with waqas.Tobias Markmann2008-11-301-0/+16
|\
| * Added function latin1toutf8 to sasl.lua, for processing non-utf8 responsesWaqas Hussain2008-11-301-0/+16
* | Remove that idn stuff for realm because it's either an ugly hack that the pas...Tobias Markmann2008-11-301-2/+2
|/
* idna-to-unicode so password_handler looks for the right domain.Tobias Markmann2008-11-301-1/+2
* Do idna-to-ascii to the realm we send first in Digest-MD5.Tobias Markmann2008-11-301-1/+1
* Apply IDNA to ASCII on hostnames.Tobias Markmann2008-11-291-1/+1
* Forced merge.Tobias Markmann2008-11-292-7/+11
|\
| * Added a FIXMEWaqas Hussain2008-11-291-1/+1
| * Improved the regexp used to parse the client response a bit. Authenticating w...Waqas Hussain2008-11-291-1/+1
| * Fixed logging in datamanagerWaqas Hussain2008-11-291-3/+1
| * Added option core.data_pathWaqas Hussain2008-11-281-3/+9
* | Do idna_to_ascii when building own response.Tobias Markmann2008-11-281-2/+3
|/
* Completely switched to new hashes library from the old md5 libraryWaqas Hussain2008-11-283-45/+7
* Nice enhancement for logging outputMatthew Wild2008-11-271-3/+9
* Yes, we don't put these things in here, we put them in here.Matthew Wild2008-11-261-11/+0
* Added mod_ping with support for [XEP-0199: XMPP Ping]Waqas Hussain2008-11-261-0/+11
* Refuse to run without SSL/TLS unless run_without_ssl is set in configMatthew Wild2008-11-251-1/+5
* Trivial whitespace fix in the missing dependency messageMatthew Wild2008-11-251-0/+1
* Add MD5 to the list of checked dependenciesMatthew Wild2008-11-251-0/+14
* Friendlier messages on missing dependenciesMatthew Wild2008-11-251-0/+35
* Fix softreq, so it reports when no suitable MD5 library is foundMatthew Wild2008-11-251-1/+1
* Some ends too much.Tobias Markmann2008-11-231-2/+2
* Some changes to report more correct SASL failures. Support for disabled accou...Tobias Markmann2008-11-231-2/+4
* Merging with main branch.Tobias Markmann2008-11-235-9/+466
|\
| * Merge from waqasMatthew Wild2008-11-232-3/+80
| |\
| | * Added discohelperWaqas Hussain2008-11-231-0/+79
| | * Removed useless checkWaqas Hussain2008-11-221-3/+1
| * | Add helper function for adding message bodies to stanzasMatthew Wild2008-11-221-0/+5
| |/
| * Better names for variablesMatthew Wild2008-11-211-4/+4
| * Remove old TODOMatthew Wild2008-11-211-1/+0