Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| | | | | | | | | | | | | fix a bunch of methods to not traceback on this (those with *_other capability checking). | |||||
* | | | 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 ↵ | Waqas Hussain | 2010-12-29 | 1 | -5/+9 | |
| | | | | | | | | | | | | (profile.mechanisms table). | |||||
| * | | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter ↵ | Waqas Hussain | 2010-12-27 | 4 | -7/+7 | |
| | | | | | | | | | | | | to SASL profile callbacks. | |||||
| * | | 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 ↵ | Matthew Wild | 2010-12-20 | 1 | -5/+8 | |
| | | | | | | | | | | | | dependencies so we can check hard deps before the config and logging is loaded | |||||
| * | | util.httpstream: For HTTP client responses, changing properties ↵ | Waqas Hussain | 2010-12-19 | 1 | -1/+4 | |
| | | | | | | | | | | | | responseversion and responseheaders to httpversion and httpheaders, to match HTTP server requests. | |||||
| * | | 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 | |
| | | | | | | | | | | | | an error, and return nil, error. | |||||
| * | | 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 | |
| | | | ||||||
| * | | mod_pubsub: Support item retraction | Florian Zeitz | 2010-12-05 | 1 | -0/+12 | |
| | | | ||||||
| * | | mod_pubsub, util.pubsub: Support for unsubscribing | Florian Zeitz | 2010-12-05 | 1 | -1/+8 | |
| | | | ||||||
| * | | util.xmppstream: Fix logger name. | Waqas Hussain | 2010-12-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | util.timer: Activate higher timer precision. | Waqas Hussain | 2010-12-02 | 1 | -2/+11 | |
| | | | ||||||
| * | | mod_pubsub, util.pubsub: Support node creation | Florian Zeitz | 2010-12-01 | 1 | -0/+8 | |
| | | | ||||||
* | | | util.xmppstream: Optimized stanza building by bypassing the stanza API. | Waqas Hussain | 2010-12-29 | 1 | -7/+16 | |
| | | | ||||||
* | | | util.sasl: Cache the calculated mechanisms set for SASL profiles ↵ | Waqas Hussain | 2010-12-29 | 1 | -5/+9 | |
| | | | | | | | | | | | | (profile.mechanisms table). | |||||
* | | | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter ↵ | Waqas Hussain | 2010-12-27 | 4 | -7/+7 | |
| | | | | | | | | | | | | to SASL profile callbacks. | |||||
* | | | util.json: Initial commit. | Waqas Hussain | 2010-12-27 | 1 | -0/+356 | |
| | | | ||||||
* | | | util.pubsub: Return correct node in get_subscriptions() | Kim Alvefur | 2010-12-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | util.filters: Add remove_filter_hook() | Matthew Wild | 2010-12-22 | 1 | -0/+8 | |
| | | | ||||||
* | | | util.pubsub: Use correct node name when returning a list of multiple nodes ↵ | Matthew Wild | 2010-12-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | in a subscriptions response | |||||
* | | | util.pubsub: Add service-wide subscription tracking, and add ↵ | Matthew Wild | 2010-12-22 | 1 | -0/+75 | |
| | | | | | | | | | | | | :get_subscriptions() | |||||
* | | | util.pubsub: Small code tidying for :get_subscription() | Matthew Wild | 2010-12-22 | 1 | -2/+3 | |
| | | | ||||||
* | | | util.pubsub: Fix traceback when using autocreate-on-subscribe | Matthew Wild | 2010-12-22 | 1 | -0/+1 | |
| | | | ||||||
* | | | util.pubsub: Add service:jids_equal() and new config option normalize_jid | Matthew Wild | 2010-12-22 | 1 | -3/+8 | |
| | | | ||||||
* | | | util.pubsub: get_items(): When requesting a specific item, use the id as a ↵ | Matthew Wild | 2010-12-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | key to mirror the multiple-item case | |||||
* | | | util.pubsub: Add service:set_node_capabilities() | Matthew Wild | 2010-12-21 | 1 | -0/+15 | |
| | | | ||||||
* | | | util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlns | Matthew Wild | 2010-12-21 | 1 | -1/+4 | |
| | | | ||||||
* | | | util.pubsub: Fix nil global access in get_nodes() | Matthew Wild | 2010-12-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | util.pubsub: Too many changes to list or split sensibly. Added access ↵ | Matthew Wild | 2010-12-21 | 1 | -18/+168 | |
| | | | | | | | | | | | | control to all methods, with capabilities support. Renamed get() -> get_items() and changed it to return true, result on success. Support for autocreate_on_subscribe and autocreate_on_publish config options. |