aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks mac...Matthew Wild2009-05-061-0/+3
* util.serialization: Write nil for non-serializable data types, and bump the l...vault/0.4.10.4.1Matthew Wild2009-05-051-1/+2
* util.prosodyctl: Return success status of usermanager.create_user()Matthew Wild2009-05-051-1/+4
* util.serialization: Log a warning when trying to serialize something we can'tMatthew Wild2009-05-041-1/+3
* util.multitable: No globals today, thank you. Fixes missing table entries and...Matthew Wild2009-05-041-2/+2
* util.datamanager: Lower log level of 'Setting data path' to 'debug'Matthew Wild2009-05-021-1/+1
* prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody serversMatthew Wild2009-05-021-0/+113
* util.set: Add set.xor() to get a set consisting of items not in both setsMatthew Wild2009-04-221-0/+4
* util.set: Add set:empty() to discover if the set is the empty setMatthew Wild2009-04-221-0/+4
* util.set: Add metatable to sets to allow +, -, /, ==, tostring and to double ...Matthew Wild2009-04-221-4/+54
* util.array: Add array.collect() to collect results from iterators into an arr...Matthew Wild2009-04-221-1/+14
* util.logger: Fix for attempting to call a tableMatthew Wild2009-04-211-1/+1
* util.logger: Revamped logger library, but backwards-compatible for users of l...Matthew Wild2009-04-211-25/+88
* Remove more debugging code which was accidentally committed (don't trust hg)Matthew Wild2009-04-101-2/+0
* MergeMatthew Wild2009-04-101-0/+2
* util.stanza: stanza:reset() method to reset building stateMatthew Wild2009-04-081-0/+8
* util.dataforms: Allow form layouts to specify default values for fieldsMatthew Wild2009-04-051-1/+1
* util.dataforms: Set form type when generating a formMatthew Wild2009-04-051-3/+1
* 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 preven...Waqas Hussain2009-03-301-0/+7
* 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 s...Matthew Wild2009-03-231-9/+18
* util.datamanager: Don't delete data when first entry in table is 'false'. My ...Matthew Wild2009-03-221-2/+4
* 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 parameters...Waqas Hussain2009-03-081-0/+6
|/
* Added util/xmlrpc.lua - functions for converting between XML-RPC stanzas and ...Waqas Hussain2009-03-041-0/+163
* 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 w...Matthew Wild2009-02-261-7/+13
* 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
|\