aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* util.pluginloader: Remove unnecessary return value suppressing the real load ↵Matthew Wild2009-06-221-1/+1
| | | | error
* util.datamanager: Allow multiple data storage callbacks, and allow them to ↵Matthew Wild2009-06-221-4/+33
| | | | modify parameters
* Merge with TobiasMatthew Wild2009-06-201-3/+4
|\
| * Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API.Tobias Markmann2009-06-201-3/+3
| |
| * Adding COMPAT comment.Tobias Markmann2009-06-201-0/+1
| |
* | util.array: Add support for + operator to create a new array from two arrays ↵Matthew Wild2009-06-201-0/+5
| | | | | | | | joined
* | util.array: Make array:reverse() and array:shuffle() return the array to ↵Matthew Wild2009-06-201-0/+2
| | | | | | | | allow chaining
* | util.array: Add array:append() method, to append a new array to an existing oneMatthew Wild2009-06-201-0/+8
|/
* util.pluginloader: Initial commit - a plugin resource loaderWaqas Hussain2009-06-141-0/+33
|
* util.muc: Relaxed top-level routing checks to allow node-less rooms, and ↵Waqas Hussain2009-06-141-7/+3
| | | | removed redundant checks
* util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID ↵Waqas Hussain2009-06-141-1/+1
| | | | from full to bare, and marked it as a TODO
* util.muc: Don't reply with an error in response to unacceptable result stanzasWaqas Hussain2009-06-141-1/+1
|
* util.muc: Fixed error occuring on room leaveWaqas Hussain2009-06-141-1/+1
|
* util.sasl: Remove some nastinessWaqas Hussain2009-06-041-2/+0
|
* util.uuid: Added function seed(string) to allow further seeding of the PRNGWaqas Hussain2009-06-041-3/+5
|
* util.uuid: Now generates RFC 4122 complaint UUIDs (version 4 - random)Waqas Hussain2009-06-041-1/+15
|
* util.uuid: More uniqueness!Waqas Hussain2009-06-041-3/+18
|
* util.events: Dispatch code now accepts a variable number of argumentsWaqas Hussain2009-05-171-4/+4
|
* util.events: Much more efficient index buildingWaqas Hussain2009-05-171-12/+11
|
* util.events: handler prioritiesWaqas Hussain2009-05-161-3/+5
|
* util.jid: Eliminate global method useWaqas Hussain2009-05-161-5/+7
|
* util.muc: Made internal methods localWaqas Hussain2009-05-161-3/+3
|
* Merging SASL buggy client workaround with current tip.Tobias Markmann2009-05-152-4/+5
|\
| * util.stanza: Omit unused clone parameter from error_reply()Waqas Hussain2009-05-151-2/+1
| |
| * util.events: event handlers can now return a result, which also interrupts ↵Waqas Hussain2009-05-151-2/+4
| | | | | | | | further handling of the event
* | .Tobias Markmann2009-05-151-1/+1
| |
* | Some beauty treatment.Tobias Markmann2009-05-151-27/+27
| |
* | Adding minimal support for authorization identities to workaround buggy SASL ↵Tobias Markmann2009-05-151-2/+11
| | | | | | | | implementations.
* | adding RFC commentTobias Markmann2009-05-151-1/+3
|/
* util.muc: A MUC library - initial commitWaqas Hussain2009-05-131-0/+422
|
* util/serialization: Fixed serialization formattingWaqas Hussain2009-05-081-1/+1
|
* util/sasl: Removed unnecessary references to util.encodings.idnaWaqas Hussain2009-05-081-2/+0
|
* util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks ↵Matthew Wild2009-05-061-0/+3
| | | | macaronyde!)
* util.serialization: Write nil for non-serializable data types, and bump the ↵vault/0.4.10.4.1Matthew Wild2009-05-051-1/+2
| | | | log level to 'error'
* 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 ↵Matthew Wild2009-05-041-2/+2
| | | | and a potential traceback
* 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
| | | | as iterators
* util.array: Add array.collect() to collect results from iterators into an ↵Matthew Wild2009-04-221-1/+14
| | | | array, and use module() to correctly set the module name
* 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 ↵Matthew Wild2009-04-211-25/+88
| | | | logger.init()
* 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
|