aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove some declarations I added while debuggingMatthew Wild2008-11-211-2/+1
| * Improve jid.split() and jid.bare() to pass new test cases with invalid JIDsMatthew Wild2008-11-211-7/+15
| * Add jid.bare() helper functionMatthew Wild2008-11-201-0/+5
| * Remove or comment useless prints, or change them to log()Matthew Wild2008-11-201-1/+1
| * Don't forget to escape XML in attributes. Thanks to the Postgres Q&A room...Matthew Wild2008-11-191-2/+2
| * We have SRV resolving \o/Matthew Wild2008-11-181-0/+364
* | Checking some variables for nil so no errors occur that'll break the server.Tobias Markmann2008-11-231-0/+7
* | Removing some debug messages.Tobias Markmann2008-11-161-8/+0
|/
* Providing some human readable error messages and some fixes.Tobias Markmann2008-11-151-27/+27
|\
* | Made SASL module fit the new interface.Tobias Markmann2008-11-151-98/+86
|/
* Started using realm in password hashing, and added support for error message ...Waqas Hussain2008-11-161-1/+1
* Set username in a SASL object.Tobias Markmann2008-11-151-1/+6
* Made PLAIN method in sasl.lua module follow new interface.Tobias Markmann2008-11-151-18/+19
* Merging my new SASL code with Waqas' adjusted saslauth module.Tobias Markmann2008-11-155-10/+192
|\
| * Merge from waqasMatthew Wild2008-11-151-1/+1
| |\
| | * Some bugs fixedWaqas Hussain2008-11-151-1/+1
| * | A treat for Linux users ;)Matthew Wild2008-11-143-6/+92
| |/
| * Some more logging fixesMatthew Wild2008-11-141-2/+2
| * Merge from waqasMatthew Wild2008-11-133-6/+94
| |\
| | * Added util.datetime: Utility methods to support XEP-0082: XMPP Date and Time ...Waqas Hussain2008-11-131-0/+28
| | * Added support for storing (and removing), loading and appending to lists of d...Waqas Hussain2008-11-131-6/+63
| | * Fixed stanza deserializationWaqas Hussain2008-11-131-0/+3
| * | Add new top_tag() method to stanzasMatthew Wild2008-11-131-0/+8
| |/
* | Rewrote SASL Digest-MD5 responce generating code, fixed some realm related is...Tobias Markmann2008-11-121-55/+50
* | Forward response stanzas to sasl.lua and some other stuff.Tobias Markmann2008-11-101-4/+6