aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* util.uuid: Return a string, not a number. Looked so innocent.Matthew Wild2009-02-011-1/+2
|
* Update copyright notices for 2009Matthew Wild2009-01-3013-25/+25
|
* 0.2->0.3Matthew Wild2009-01-3013-13/+13
|
* GPL->MIT!Matthew Wild2009-01-3012-156/+24
|
* util.dependencies: Not finding our own libraries is fatalMatthew Wild2009-01-221-0/+2
|
* util.dependencies: Show useful messages when our own libraries are not ↵Matthew Wild2009-01-221-0/+13
| | | | found, too
* util.datamanager: Small fix for clearer logging of data pathMatthew Wild2009-01-161-1/+1
|
* util/jid: string prepping functions added: prepped_split and prepWaqas Hussain2009-01-151-0/+33
|
* util/logger: setwriter now returns the old writer on successWaqas Hussain2009-01-141-1/+3
|
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-01-131-1/+10
|\
| * Add child_with_ns() method to stanza elements, and fix child_with_name() to ↵Matthew Wild2009-01-111-1/+7
| | | | | | | | iterate tags rather than all children
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-01-091-0/+3
| |\
| | * Restore fix for missing last_add on deserialized stanzas. Thanks to tsing ↵Matthew Wild2009-01-091-0/+3
| | | | | | | | | | | | for discovering.
* | | datamanager: Change log message from type "warn" to "debug" when loading a ↵Waqas Hussain2009-01-131-2/+2
| | | | | | | | | | | | file fails
* | | sasl: Set realm to be the current realm when the client didn't send a realm, ↵Waqas Hussain2009-01-101-3/+3
|/ / | | | | | | or sent an empty one
* / sasl: Don't fail for realm=""Waqas Hussain2009-01-091-3/+3
|/
* Added util.multitable.setWaqas Hussain2008-12-271-5/+17
|
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-251-0/+1
|\
| * Second merge from waqasMatthew Wild2008-12-161-1/+1
| |\
| * \ Merge from waqasMatthew Wild2008-12-161-0/+1
| |\ \
| | * | Optimized stanza_mt.__tostring (called when doing tostring(stanza))Waqas Hussain2008-12-101-11/+26
| | | |
* | | | Moved directory auto-creation to datamanagerWaqas Hussain2008-12-251-7/+25
| |_|/ |/| |
* | | 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 ↵Waqas Hussain2008-12-081-2/+2
| | | | response values, which was causing auth failures with some clients.
* Return error when the given realm value does not match the sent realm value. ↵Waqas Hussain2008-12-081-1/+5
| | | | Prevents impersonation of an account on one virtual host, but a user with the same username on another host.
* 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 ↵Tobias Markmann2008-11-301-2/+2
|/ | | | password_handler isn't ready for or something worse.
* 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
| |