aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
...
* util.dataforms: Support for retriving the field value data from formsMatthew Wild2009-04-041-0/+55
|
* util.dataforms: Fixes for hidden field typeMatthew Wild2009-04-041-2/+7
|
* util.dataforms: Fix some field types which didn't render properlyMatthew Wild2009-04-041-2/+2
|
* util.dataforms: Add support for <required/> fieldsMatthew Wild2009-04-041-0/+4
|
* util.dataforms: Fixed to actually work, mostlyMatthew Wild2009-04-041-7/+23
|
* Added: util/events.lua: An event handling libraryWaqas Hussain2009-03-301-0/+96
|
* Added: datamanager: Allow a callback to be installed which selectively ↵Waqas Hussain2009-03-301-0/+7
| | | | prevents disk writes
* util.array: Add :reverse() methodMatthew Wild2009-03-291-0/+8
|
* util.datetime: Allow specifying a time to formatMatthew Wild2009-03-291-28/+28
|
* util.array: Expose array.* functions, to be used for unwrapped arraysMatthew Wild2009-03-261-12/+14
|
* util.iterators: New iterators libraryMatthew Wild2009-03-251-0/+94
|
* util.array: New array libraryMatthew Wild2009-03-251-0/+45
|
* util.set: Rename private items container, optimise set.difference() and add ↵Matthew Wild2009-03-231-9/+18
| | | | set.intersection()
* util.datamanager: Don't delete data when first entry in table is 'false'. My ↵Matthew Wild2009-03-221-2/+4
| | | | favourite bug so far.
* util.set: Fix to make constructor work, and functions defined correctlyMatthew Wild2009-03-221-8/+14
|
* util.set: New util libraryMatthew Wild2009-03-221-0/+75
|
* 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