aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* Merge 0.8->trunkMatthew Wild2011-06-021-2/+5
|\
| * Merge 0.7->0.8Matthew Wild2011-06-021-2/+5
| |\
* | | Merge 0.8->trunkMatthew Wild2011-06-021-0/+2
|\| |
| * | util.json: Fixed handling of truncated JSON.Waqas Hussain2011-06-021-0/+2
| | |
* | | Merge 0.8->trunkMatthew Wild2011-06-021-1/+0
|\| |
| * | Merge 0.7->0.8Matthew Wild2011-06-021-1/+0
| |\|
| * | util.xmppstream: Reject XML comments, processing instructions and (if ↵Matthew Wild2011-06-011-0/+21
| | | | | | | | | | | | supported by LuaExpat) DTDs. If not supported, log a warning.
| * | util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)Matthew Wild2011-04-151-1/+1
| | |
* | | util.xmppstream: Reject XML comments, processing instructions and (if ↵Matthew Wild2011-06-011-0/+21
| | | | | | | | | | | | supported by LuaExpat) DTDs. If not supported, log a warning.
* | | util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)Matthew Wild2011-04-151-1/+1
| | |
* | | Merge 0.8->trunkMatthew Wild2011-04-051-0/+13
|\| |
| * | util.dependencies: Add a dummy util.ztact loader to log a message for people ↵Matthew Wild2011-04-051-0/+13
| | | | | | | | | | | | still using it (e.g. in their Debian-derived config files)
| * | util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)Tobias Markmann2011-02-241-3/+3
| | |
| * | util.stanza: Whitespace fix after merge (complicated)Matthew Wild2011-02-241-1/+1
| | |
| * | util.pluginloader: Rewritten resource loading to be cleaner, and added ↵Waqas Hussain2011-02-221-26/+19
| | | | | | | | | | | | support for prosody-modules directory layout. "/" in plugin names is no longer supported.
| * | util.stanza: Remove childtags and rename matching_tags -> childtags (they ↵Matthew Wild2011-02-221-1/+1
| | | | | | | | | | | | are API-compatible)
| * | util.pluginloader: Remove unused support for custom loaders, to simplify ↵Waqas Hussain2011-02-201-9/+5
| | | | | | | | | | | | further refactoring.
| * | 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 ↵Waqas Hussain2011-02-201-3/+4
| | | | | | | | | | | | success, not just the name.
| * | 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 ↵Matthew Wild2011-02-131-0/+86
| | | | | | | | | | | | can be used outside of prosodyctl itself
| * | util.pluginloader: Add support for multiple plugin directories.Waqas Hussain2011-01-211-3/+12
| | |
| * | Merge with waqasMatthew Wild2011-02-241-0/+2
| |\ \
| * | | util.stanza: Clean up matching_tags() and replace :childtags() with itMatthew Wild2011-02-191-18/+9
| | | |
* | | | util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)Tobias Markmann2011-02-241-3/+3
| | | |
* | | | util.pluginloader: Rewritten resource loading to be cleaner, and added ↵Waqas Hussain2011-02-221-26/+19
| | | | | | | | | | | | | | | | support for prosody-modules directory layout. "/" in plugin names is no longer supported.
* | | | util.stanza: Remove childtags and rename matching_tags -> childtags (they ↵Matthew Wild2011-02-221-18/+9
| | | | | | | | | | | | | | | | are API-compatible)
* | | | util.pluginloader: Remove unused support for custom loaders, to simplify ↵Waqas Hussain2011-02-201-9/+5
| | | | | | | | | | | | | | | | further refactoring.
* | | | 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 ↵Waqas Hussain2011-02-201-3/+4
| | | | | | | | | | | | | | | | success, not just the name.
* | | | 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 ↵Matthew Wild2011-02-131-0/+86
| | | | | | | | | | | | can be used outside of prosodyctl itself
* | | Merge 0.8->trunk.Waqas Hussain2011-02-031-0/+2
|\| |
| * | util.stanza: Make some globals local, so they don't clutter the global ↵Waqas Hussain2011-02-031-0/+2
| | | | | | | | | | | | checking script's output. It's also a minor optimization ;)
* | | Merge 0.8->trunkMatthew Wild2011-01-311-0/+8
|\| |
| * | util.stanza: Add get_child_text() method to get the text of the specified ↵Matthew Wild2011-01-311-0/+8
| | | | | | | | | | | | child element (get_child() + get_text() rolled into one step)
* | | 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 ↵Matthew Wild2011-01-111-2/+2
| | | | | | | | | | | | store files that do not seem to exist
* | | 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
| | | | | | | | | | | | fix a bunch of methods to not traceback on this (those with *_other capability checking).
* | | 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 ↵Waqas Hussain2010-12-291-5/+9
| | | | | | | | | | | | (profile.mechanisms table).
| * | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter ↵Waqas Hussain2010-12-274-7/+7
| | | | | | | | | | | | to SASL profile callbacks.