aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* | | | util.pluginloader: Return file path on success in pluginloader.load_code().Waqas Hussain2011-02-201-1/+4
* | | | util.pluginloader: Return full file path from internal file loader on success...Waqas Hussain2011-02-201-3/+4
* | | | Merge 0.8->trunk.Waqas Hussain2011-02-201-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | util.json: Fixed a parse error caused by unexpected whitespace.Waqas Hussain2011-02-191-0/+2
| |/ /
* | | util.stanza: Rewrite clone() to be more optimized.Waqas Hussain2011-02-201-15/+12
* | | prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can...Matthew Wild2011-02-131-0/+86
* | | Merge 0.8->trunk.Waqas Hussain2011-02-031-0/+2
|\| |
| * | util.stanza: Make some globals local, so they don't clutter the global checki...Waqas Hussain2011-02-031-0/+2
* | | Merge 0.8->trunkMatthew Wild2011-01-311-0/+8
|\| |
| * | util.stanza: Add get_child_text() method to get the text of the specified chi...Matthew Wild2011-01-311-0/+8
* | | util.pluginloader: Add support for multiple plugin directories.Waqas Hussain2011-01-211-3/+12
* | | Merge 0.8->trunkMatthew Wild2011-01-115-8/+8
|\| |
| * | util.sasl.*: Add 'sasl.' prefix to module namesMatthew Wild2011-01-114-6/+6
| * | util.datamanager: Change from 'Failed to load' to 'Assuming empty' for data s...Matthew Wild2011-01-111-2/+2
* | | Merge 0.8->trunkMatthew Wild2011-01-111-1/+1
|\| |
| * | util.datamanager: Handle gracefully the lack of prosody.paths.dataMatthew Wild2011-01-111-1/+1
* | | util.pubsub: Pass true instead of nil as the actor in a bunch of places, and ...Matthew Wild2011-01-081-7/+7
* | | util.pubsub: Some tidying/optimisation to service:may()Matthew Wild2011-01-081-4/+3
* | | Merge 0.8->trunkMatthew Wild2011-01-071-1/+2
|\| |
| * | util.datamanager: Use prosody.paths.data as the initial value for data_pathMatthew Wild2011-01-071-1/+2
| * | util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mec...Waqas Hussain2010-12-291-5/+9
| * | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter t...Waqas Hussain2010-12-274-7/+7
| * | util.json: Initial commit.Waqas Hussain2010-12-271-0/+356
| * | util.filters: Add remove_filter_hook()Matthew Wild2010-12-221-0/+8
| * | util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlnsMatthew Wild2010-12-211-1/+4
| * | prosody, prosodyctl, util.dependencies: Split checking and logging of depende...Matthew Wild2010-12-201-5/+8
| * | util.httpstream: For HTTP client responses, changing properties responseversi...Waqas Hussain2010-12-191-1/+4
| * | util.httpstream: A little cleanup of the HTTP path.Waqas Hussain2010-12-191-1/+1
| * | mod_pubsub, util.pubsub: Remove from 0.8Matthew Wild2010-12-191-84/+0
| * | util.events: Remove an event's table when it has no more handlers.Waqas Hussain2010-12-191-0/+3
| * | mod_admin_adhoc: Support for reloading multiple modulesFlorian Zeitz2010-12-181-2/+2
| * | util.prosodyctl: Initialize storagemanager on hosts we modifyMatthew Wild2010-12-181-0/+3
| * | util.stanza: Iterate on childtags instead of all childs.Kim Alvefur2010-12-171-1/+1
| * | util.pubsub: Add service:get_nodes()Matthew Wild2010-12-171-0/+4
| * | util.termcolours: Added setstyle(str), which works on Windows too.Waqas Hussain2010-12-151-0/+37
| * | util.serialization: Proper serialization of Infinity, -Infinity and NaN.Waqas Hussain2010-12-131-2/+8
| * | util.serialization: Implemented deserialize().Waqas Hussain2010-12-121-1/+12
| * | util.stanza: Change get_error() to return nil rather than '' for no textMatthew Wild2010-12-111-1/+1
| * | util.datamanager: Return an error string when pcall fails on a loaded list file.Waqas Hussain2010-12-101-1/+1
| * | util.datamanager: When failing to load a list file, and the file exists, log ...Waqas Hussain2010-12-101-2/+9
| * | util.ztact: Removed.Waqas Hussain2010-12-091-366/+0
| * | util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)Matthew Wild2010-12-071-3/+4
| * | util.xmppstream: Expose ns_separator and ns_patternMatthew Wild2010-12-071-0/+3
| * | mod_pubsub: Support item retractionFlorian Zeitz2010-12-051-0/+12
| * | mod_pubsub, util.pubsub: Support for unsubscribingFlorian Zeitz2010-12-051-1/+8
| * | util.xmppstream: Fix logger name.Waqas Hussain2010-12-031-1/+1
| * | util.timer: Activate higher timer precision.Waqas Hussain2010-12-021-2/+11
| * | mod_pubsub, util.pubsub: Support node creationFlorian Zeitz2010-12-011-0/+8
* | | util.xmppstream: Optimized stanza building by bypassing the stanza API.Waqas Hussain2010-12-291-7/+16
* | | util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mec...Waqas Hussain2010-12-291-5/+9