| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | util.pluginloader: Add support for multiple plugin directories. | Waqas Hussain | 2011-01-21 | 1 | -3/+12 |
| * | | Merge with waqas | Matthew Wild | 2011-02-24 | 1 | -0/+2 |
| |\ \ |
|
| * | | | util.stanza: Clean up matching_tags() and replace :childtags() with it | Matthew Wild | 2011-02-19 | 1 | -18/+9 |
* | | | | util.sasl.scram: Fix bug in validate_username function. (Thanks Florob) | Tobias Markmann | 2011-02-24 | 1 | -3/+3 |
* | | | | util.pluginloader: Rewritten resource loading to be cleaner, and added suppor... | Waqas Hussain | 2011-02-22 | 1 | -26/+19 |
* | | | | util.stanza: Remove childtags and rename matching_tags -> childtags (they are... | Matthew Wild | 2011-02-22 | 1 | -18/+9 |
* | | | | util.pluginloader: Remove unused support for custom loaders, to simplify furt... | Waqas Hussain | 2011-02-20 | 1 | -9/+5 |
* | | | | util.pluginloader: Return file path on success in pluginloader.load_code(). | Waqas Hussain | 2011-02-20 | 1 | -1/+4 |
* | | | | util.pluginloader: Return full file path from internal file loader on success... | Waqas Hussain | 2011-02-20 | 1 | -3/+4 |
* | | | | Merge 0.8->trunk. | Waqas Hussain | 2011-02-20 | 1 | -0/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | util.json: Fixed a parse error caused by unexpected whitespace. | Waqas Hussain | 2011-02-19 | 1 | -0/+2 |
| |/ / |
|
* | | | util.stanza: Rewrite clone() to be more optimized. | Waqas Hussain | 2011-02-20 | 1 | -15/+12 |
* | | | prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can... | Matthew Wild | 2011-02-13 | 1 | -0/+86 |
* | | | Merge 0.8->trunk. | Waqas Hussain | 2011-02-03 | 1 | -0/+2 |
|\| | |
|
| * | | util.stanza: Make some globals local, so they don't clutter the global checki... | Waqas Hussain | 2011-02-03 | 1 | -0/+2 |
* | | | Merge 0.8->trunk | Matthew Wild | 2011-01-31 | 1 | -0/+8 |
|\| | |
|
| * | | util.stanza: Add get_child_text() method to get the text of the specified chi... | Matthew Wild | 2011-01-31 | 1 | -0/+8 |
* | | | util.pluginloader: Add support for multiple plugin directories. | Waqas Hussain | 2011-01-21 | 1 | -3/+12 |
* | | | Merge 0.8->trunk | Matthew Wild | 2011-01-11 | 5 | -8/+8 |
|\| | |
|
| * | | util.sasl.*: Add 'sasl.' prefix to module names | Matthew Wild | 2011-01-11 | 4 | -6/+6 |
| * | | util.datamanager: Change from 'Failed to load' to 'Assuming empty' for data s... | Matthew Wild | 2011-01-11 | 1 | -2/+2 |
* | | | Merge 0.8->trunk | Matthew Wild | 2011-01-11 | 1 | -1/+1 |
|\| | |
|
| * | | util.datamanager: Handle gracefully the lack of prosody.paths.data | Matthew Wild | 2011-01-11 | 1 | -1/+1 |
* | | | util.pubsub: Pass true instead of nil as the actor in a bunch of places, and ... | Matthew Wild | 2011-01-08 | 1 | -7/+7 |
* | | | util.pubsub: Some tidying/optimisation to service:may() | Matthew Wild | 2011-01-08 | 1 | -4/+3 |
* | | | Merge 0.8->trunk | Matthew Wild | 2011-01-07 | 1 | -1/+2 |
|\| | |
|
| * | | util.datamanager: Use prosody.paths.data as the initial value for data_path | Matthew Wild | 2011-01-07 | 1 | -1/+2 |
| * | | util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mec... | Waqas Hussain | 2010-12-29 | 1 | -5/+9 |
| * | | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter t... | Waqas Hussain | 2010-12-27 | 4 | -7/+7 |
| * | | util.json: Initial commit. | Waqas Hussain | 2010-12-27 | 1 | -0/+356 |
| * | | util.filters: Add remove_filter_hook() | Matthew Wild | 2010-12-22 | 1 | -0/+8 |
| * | | util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlns | Matthew Wild | 2010-12-21 | 1 | -1/+4 |
| * | | prosody, prosodyctl, util.dependencies: Split checking and logging of depende... | Matthew Wild | 2010-12-20 | 1 | -5/+8 |
| * | | util.httpstream: For HTTP client responses, changing properties responseversi... | Waqas Hussain | 2010-12-19 | 1 | -1/+4 |
| * | | util.httpstream: A little cleanup of the HTTP path. | Waqas Hussain | 2010-12-19 | 1 | -1/+1 |
| * | | mod_pubsub, util.pubsub: Remove from 0.8 | Matthew Wild | 2010-12-19 | 1 | -84/+0 |
| * | | util.events: Remove an event's table when it has no more handlers. | Waqas Hussain | 2010-12-19 | 1 | -0/+3 |
| * | | mod_admin_adhoc: Support for reloading multiple modules | Florian Zeitz | 2010-12-18 | 1 | -2/+2 |
| * | | util.prosodyctl: Initialize storagemanager on hosts we modify | Matthew Wild | 2010-12-18 | 1 | -0/+3 |
| * | | util.stanza: Iterate on childtags instead of all childs. | Kim Alvefur | 2010-12-17 | 1 | -1/+1 |
| * | | util.pubsub: Add service:get_nodes() | Matthew Wild | 2010-12-17 | 1 | -0/+4 |
| * | | util.termcolours: Added setstyle(str), which works on Windows too. | Waqas Hussain | 2010-12-15 | 1 | -0/+37 |
| * | | util.serialization: Proper serialization of Infinity, -Infinity and NaN. | Waqas Hussain | 2010-12-13 | 1 | -2/+8 |
| * | | util.serialization: Implemented deserialize(). | Waqas Hussain | 2010-12-12 | 1 | -1/+12 |
| * | | util.stanza: Change get_error() to return nil rather than '' for no text | Matthew Wild | 2010-12-11 | 1 | -1/+1 |
| * | | util.datamanager: Return an error string when pcall fails on a loaded list file. | Waqas Hussain | 2010-12-10 | 1 | -1/+1 |
| * | | util.datamanager: When failing to load a list file, and the file exists, log ... | Waqas Hussain | 2010-12-10 | 1 | -2/+9 |
| * | | util.ztact: Removed. | Waqas Hussain | 2010-12-09 | 1 | -366/+0 |
| * | | util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja) | Matthew Wild | 2010-12-07 | 1 | -3/+4 |
| * | | util.xmppstream: Expose ns_separator and ns_pattern | Matthew Wild | 2010-12-07 | 1 | -0/+3 |