Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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. | |||||
* | | | util.pubsub: Modify new() to take a config, and add a default config via a ↵ | Matthew Wild | 2010-12-21 | 1 | -2/+13 | |
| | | | | | | | | | | | | metatable | |||||
* | | | 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 | |
| | | | ||||||
* | | | Merge with Florob | Matthew Wild | 2010-12-18 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | 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.x509: "certverification" -> "x509". | Waqas Hussain | 2010-12-12 | 1 | -2/+2 | |
| | | | ||||||
* | | | core.s2smanager, mod_console, mod_saslauth, util.certverification: rename ↵ | Kim Alvefur | 2010-12-12 | 1 | -0/+0 | |
| | | | | | | | | | | | | util.certverification to util.x509 | |||||
* | | | 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 | |
| | | | ||||||
* | | | s2s: SASL EXTERNAL | Paul Aurich | 2010-11-21 | 1 | -0/+211 | |
|/ / | ||||||
* | | util.datetime: Fix so that the timestamp returned is always in UTC, timezone ↵ | Matthew Wild | 2010-11-27 | 1 | -1/+1 | |
| | | | | | | | | offsets were going in the wrong direction | |||||
* | | util.datetime: Fixes for more liberal timezone parsing - colon and minutes ↵ | Matthew Wild | 2010-11-27 | 1 | -1/+2 | |
| | | | | | | | | are both (independantly) optional (thanks Zash) | |||||
* | | mod_pubsub, util.pubsub: Support for fetching items | Florian Zeitz | 2010-11-25 | 1 | -2/+13 | |
| | | ||||||
* | | util.template: Don't add stanza.last_add. 20% faster. | Waqas Hussain | 2010-11-26 | 1 | -1/+1 | |
| | | ||||||
* | | util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be ↵ | Waqas Hussain | 2010-11-26 | 2 | -14/+14 | |
| | | | | | | | | nil, and set it nil by default. Saves a table allocation per-element. 20% faster stanza building. | |||||
* | | util.template: Rewritten to be much faster than the util.stanza stanza ↵ | Waqas Hussain | 2010-11-25 | 1 | -69/+63 | |
| | | | | | | | | building API. | |||||
* | | util.xmppstream: Preserve the stream content namespace on descendents of ↵ | Waqas Hussain | 2010-11-20 | 1 | -1/+7 | |
| | | | | | | | | elements which are in another namespace. | |||||
* | | prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an ↵ | Matthew Wild | 2010-11-16 | 1 | -0/+6 | |
| | | | | | | | | attempt is made to query Prosody's status (thanks stever) | |||||
* | | util.pubsub: Add :get_subscription() to return the current subscription for ↵ | Matthew Wild | 2010-11-13 | 1 | -0/+7 | |
| | | | | | | | | a JID, if any | |||||
* | | util.filters: Support for 'filter hooks' that get called when a session is ↵ | Matthew Wild | 2010-11-13 | 1 | -1/+12 | |
| | | | | | | | | initialized for filters | |||||
* | | mod_pubsub: It's aliiiive! | Matthew Wild | 2010-11-13 | 1 | -0/+35 | |
| | | ||||||
* | | util.httpstream: Added support for chunked transfer encoding. | Waqas Hussain | 2010-11-06 | 1 | -1/+12 | |
| | | ||||||
* | | util.httpstream: Fixed a possible string to number comparison error. | Waqas Hussain | 2010-11-06 | 1 | -1/+2 | |
| | | ||||||
* | | util.httpstream: Don't attempt to read response body for HEAD requests, or ↵ | Waqas Hussain | 2010-11-06 | 1 | -9/+16 | |
| | | | | | | | | when status code indicates no body is present. | |||||
* | | util.httpstream: Added support for an options callback, to allow passing ↵ | Waqas Hussain | 2010-11-06 | 1 | -3/+3 | |
| | | | | | | | | per-message options to the parser. | |||||
* | | util.httpstream: A little refactoring of the coroutine control flow. | Waqas Hussain | 2010-11-06 | 1 | -3/+5 | |
| | | ||||||
* | | util.httpstream: Added support for HTTP response parsing. | Waqas Hussain | 2010-11-05 | 1 | -24/+55 | |
| | | ||||||
* | | util.httpstream: Fixed a nil variable access introduced in the last commit. | Waqas Hussain | 2010-11-05 | 1 | -0/+1 | |
| | | ||||||
* | | util.httpstream: Move HTTP header parsing into its own function. | Waqas Hussain | 2010-11-05 | 1 | -8/+10 | |
| | | ||||||
* | | util.logger: Remove support for a global writer (setwriter) to try and ↵ | Matthew Wild | 2010-11-04 | 1 | -14/+0 | |
| | | | | | | | | balance the forces... |