aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* 0.3->0.4Matthew Wild2009-03-2016-16/+16
|
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-03-081-0/+17
|\
| * util.logger: Small code tidying :)Matthew Wild2009-03-071-3/+3
| |
| * Support to filter logging by source via pattern matching from config file.Tobias Markmann2009-03-071-0/+17
| |
* | util/xmlrpc: Added <nil/> extension to RPC functions (allowing nil ↵Waqas Hussain2009-03-081-0/+6
|/ | | | parameters and return values)
* Added util/xmlrpc.lua - functions for converting between XML-RPC stanzas and ↵Waqas Hussain2009-03-041-0/+163
| | | | Lua objects
* util.dataforms: Return the formMatthew Wild2009-03-011-0/+1
|
* Adding initial util.pubsubMatthew Wild2009-02-281-0/+60
|
* util.dataforms: First commit, incompleteMatthew Wild2009-02-271-0/+69
|
* util.timer: More small fixes I forgot to commitMatthew Wild2009-02-261-4/+2
|
* util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks ↵Matthew Wild2009-02-261-7/+13
| | | | when multiple set, and one removed
* util.multitable: Add mt:search(), use nil for wildcard keysMatthew Wild2009-02-261-0/+49
|
* Better handling of found, but unloadable, core libraries (eg. undefined symbols)Matthew Wild2009-02-261-6/+24
|
* Added util/timer.lua - a timer APIWaqas Hussain2009-02-211-0/+47
|
* util/stanza: Added clone functionWaqas Hussain2009-02-201-1/+20
|
* Merge waqas with waqasMatthew Wild2009-02-161-6/+1
|\
| * Logging format improvementWaqas Hussain2009-02-131-6/+1
| |
* | Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.Tobias Markmann2009-02-141-0/+1
| |
* | Adding inital support for ANONYMOUS mechanism in SASL.Tobias Markmann2009-02-141-1/+12
|/
* util.stanza: Temporary fix for serializing attributes with namespacesMatthew Wild2009-02-111-1/+13
|
* 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
|