| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | util.events: Much more efficient index building | Waqas Hussain | 2009-05-17 | 1 | -12/+11 |
* | util.events: handler priorities | Waqas Hussain | 2009-05-16 | 1 | -3/+5 |
* | util.jid: Eliminate global method use | Waqas Hussain | 2009-05-16 | 1 | -5/+7 |
* | util.muc: Made internal methods local | Waqas Hussain | 2009-05-16 | 1 | -3/+3 |
* | Merging SASL buggy client workaround with current tip. | Tobias Markmann | 2009-05-15 | 2 | -4/+5 |
|\ |
|
| * | util.stanza: Omit unused clone parameter from error_reply() | Waqas Hussain | 2009-05-15 | 1 | -2/+1 |
| * | util.events: event handlers can now return a result, which also interrupts fu... | Waqas Hussain | 2009-05-15 | 1 | -2/+4 |
* | | . | Tobias Markmann | 2009-05-15 | 1 | -1/+1 |
* | | Some beauty treatment. | Tobias Markmann | 2009-05-15 | 1 | -27/+27 |
* | | Adding minimal support for authorization identities to workaround buggy SASL ... | Tobias Markmann | 2009-05-15 | 1 | -2/+11 |
* | | adding RFC comment | Tobias Markmann | 2009-05-15 | 1 | -1/+3 |
|/ |
|
* | util.muc: A MUC library - initial commit | Waqas Hussain | 2009-05-13 | 1 | -0/+422 |
* | util/serialization: Fixed serialization formatting | Waqas Hussain | 2009-05-08 | 1 | -1/+1 |
* | util/sasl: Removed unnecessary references to util.encodings.idna | Waqas Hussain | 2009-05-08 | 1 | -2/+0 |
* | util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks mac... | Matthew Wild | 2009-05-06 | 1 | -0/+3 |
* | util.serialization: Write nil for non-serializable data types, and bump the l...vault/0.4.10.4.1 | Matthew Wild | 2009-05-05 | 1 | -1/+2 |
* | util.prosodyctl: Return success status of usermanager.create_user() | Matthew Wild | 2009-05-05 | 1 | -1/+4 |
* | util.serialization: Log a warning when trying to serialize something we can't | Matthew Wild | 2009-05-04 | 1 | -1/+3 |
* | util.multitable: No globals today, thank you. Fixes missing table entries and... | Matthew Wild | 2009-05-04 | 1 | -2/+2 |
* | util.datamanager: Lower log level of 'Setting data path' to 'debug' | Matthew Wild | 2009-05-02 | 1 | -1/+1 |
* | prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody servers | Matthew Wild | 2009-05-02 | 1 | -0/+113 |
* | util.set: Add set.xor() to get a set consisting of items not in both sets | Matthew Wild | 2009-04-22 | 1 | -0/+4 |
* | util.set: Add set:empty() to discover if the set is the empty set | Matthew Wild | 2009-04-22 | 1 | -0/+4 |
* | util.set: Add metatable to sets to allow +, -, /, ==, tostring and to double ... | Matthew Wild | 2009-04-22 | 1 | -4/+54 |
* | util.array: Add array.collect() to collect results from iterators into an arr... | Matthew Wild | 2009-04-22 | 1 | -1/+14 |
* | util.logger: Fix for attempting to call a table | Matthew Wild | 2009-04-21 | 1 | -1/+1 |
* | util.logger: Revamped logger library, but backwards-compatible for users of l... | Matthew Wild | 2009-04-21 | 1 | -25/+88 |
* | 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 |
|\ |
|