| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove more debugging code which was accidentally committed (don't trust hg) | Matthew Wild | 2009-04-10 | 1 | -2/+0 |
* | Merge | Matthew Wild | 2009-04-10 | 1 | -0/+2 |
* | util.stanza: stanza:reset() method to reset building state | Matthew Wild | 2009-04-08 | 1 | -0/+8 |
* | util.dataforms: Allow form layouts to specify default values for fields | Matthew Wild | 2009-04-05 | 1 | -1/+1 |
* | util.dataforms: Set form type when generating a form | Matthew Wild | 2009-04-05 | 1 | -3/+1 |
* | util.dataforms: Support for retriving the field value data from forms | Matthew Wild | 2009-04-04 | 1 | -0/+55 |
* | util.dataforms: Fixes for hidden field type | Matthew Wild | 2009-04-04 | 1 | -2/+7 |
* | util.dataforms: Fix some field types which didn't render properly | Matthew Wild | 2009-04-04 | 1 | -2/+2 |
* | util.dataforms: Add support for <required/> fields | Matthew Wild | 2009-04-04 | 1 | -0/+4 |
* | util.dataforms: Fixed to actually work, mostly | Matthew Wild | 2009-04-04 | 1 | -7/+23 |
* | Added: util/events.lua: An event handling library | Waqas Hussain | 2009-03-30 | 1 | -0/+96 |
* | Added: datamanager: Allow a callback to be installed which selectively preven... | Waqas Hussain | 2009-03-30 | 1 | -0/+7 |
* | util.array: Add :reverse() method | Matthew Wild | 2009-03-29 | 1 | -0/+8 |
* | util.datetime: Allow specifying a time to format | Matthew Wild | 2009-03-29 | 1 | -28/+28 |
* | util.array: Expose array.* functions, to be used for unwrapped arrays | Matthew Wild | 2009-03-26 | 1 | -12/+14 |
* | util.iterators: New iterators library | Matthew Wild | 2009-03-25 | 1 | -0/+94 |
* | util.array: New array library | Matthew Wild | 2009-03-25 | 1 | -0/+45 |
* | util.set: Rename private items container, optimise set.difference() and add s... | Matthew Wild | 2009-03-23 | 1 | -9/+18 |
* | util.datamanager: Don't delete data when first entry in table is 'false'. My ... | Matthew Wild | 2009-03-22 | 1 | -2/+4 |
* | util.set: Fix to make constructor work, and functions defined correctly | Matthew Wild | 2009-03-22 | 1 | -8/+14 |
* | util.set: New util library | Matthew Wild | 2009-03-22 | 1 | -0/+75 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 16 | -16/+16 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-03-08 | 1 | -0/+17 |
|\ |
|
| * | util.logger: Small code tidying :) | Matthew Wild | 2009-03-07 | 1 | -3/+3 |
| * | Support to filter logging by source via pattern matching from config file. | Tobias Markmann | 2009-03-07 | 1 | -0/+17 |
* | | util/xmlrpc: Added <nil/> extension to RPC functions (allowing nil parameters... | Waqas Hussain | 2009-03-08 | 1 | -0/+6 |
|/ |
|
* | Added util/xmlrpc.lua - functions for converting between XML-RPC stanzas and ... | Waqas Hussain | 2009-03-04 | 1 | -0/+163 |
* | util.dataforms: Return the form | Matthew Wild | 2009-03-01 | 1 | -0/+1 |
* | Adding initial util.pubsub | Matthew Wild | 2009-02-28 | 1 | -0/+60 |
* | util.dataforms: First commit, incomplete | Matthew Wild | 2009-02-27 | 1 | -0/+69 |
* | util.timer: More small fixes I forgot to commit | Matthew Wild | 2009-02-26 | 1 | -4/+2 |
* | util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks w... | Matthew Wild | 2009-02-26 | 1 | -7/+13 |
* | util.multitable: Add mt:search(), use nil for wildcard keys | Matthew Wild | 2009-02-26 | 1 | -0/+49 |
* | Better handling of found, but unloadable, core libraries (eg. undefined symbols) | Matthew Wild | 2009-02-26 | 1 | -6/+24 |
* | Added util/timer.lua - a timer API | Waqas Hussain | 2009-02-21 | 1 | -0/+47 |
* | util/stanza: Added clone function | Waqas Hussain | 2009-02-20 | 1 | -1/+20 |
* | Merge waqas with waqas | Matthew Wild | 2009-02-16 | 1 | -6/+1 |
|\ |
|
| * | Logging format improvement | Waqas Hussain | 2009-02-13 | 1 | -6/+1 |
* | | Adding TODO notice on UUIDs for usage with SASL ANONYMOUS. | Tobias Markmann | 2009-02-14 | 1 | -0/+1 |
* | | Adding inital support for ANONYMOUS mechanism in SASL. | Tobias Markmann | 2009-02-14 | 1 | -1/+12 |
|/ |
|
* | util.stanza: Temporary fix for serializing attributes with namespaces | Matthew Wild | 2009-02-11 | 1 | -1/+13 |
* | util.uuid: Return a string, not a number. Looked so innocent. | Matthew Wild | 2009-02-01 | 1 | -1/+2 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 13 | -25/+25 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 13 | -13/+13 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 12 | -156/+24 |
* | util.dependencies: Not finding our own libraries is fatal | Matthew Wild | 2009-01-22 | 1 | -0/+2 |
* | util.dependencies: Show useful messages when our own libraries are not found,... | Matthew Wild | 2009-01-22 | 1 | -0/+13 |
* | util.datamanager: Small fix for clearer logging of data path | Matthew Wild | 2009-01-16 | 1 | -1/+1 |
* | util/jid: string prepping functions added: prepped_split and prep | Waqas Hussain | 2009-01-15 | 1 | -0/+33 |
* | util/logger: setwriter now returns the old writer on success | Waqas Hussain | 2009-01-14 | 1 | -1/+3 |