| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 |
* | | util.datetime: Fixes for more liberal timezone parsing - colon and minutes ar... | Matthew Wild | 2010-11-27 | 1 | -1/+2 |
* | | 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 n... | Waqas Hussain | 2010-11-26 | 2 | -14/+14 |
* | | util.template: Rewritten to be much faster than the util.stanza stanza buildi... | Waqas Hussain | 2010-11-25 | 1 | -69/+63 |
* | | util.xmppstream: Preserve the stream content namespace on descendents of elem... | Waqas Hussain | 2010-11-20 | 1 | -1/+7 |
* | | prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an ... | Matthew Wild | 2010-11-16 | 1 | -0/+6 |
* | | util.pubsub: Add :get_subscription() to return the current subscription for a... | Matthew Wild | 2010-11-13 | 1 | -0/+7 |
* | | util.filters: Support for 'filter hooks' that get called when a session is in... | Matthew Wild | 2010-11-13 | 1 | -1/+12 |
* | | 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 wh... | Waqas Hussain | 2010-11-06 | 1 | -9/+16 |
* | | util.httpstream: Added support for an options callback, to allow passing per-... | Waqas Hussain | 2010-11-06 | 1 | -3/+3 |
* | | 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 balanc... | Matthew Wild | 2010-11-04 | 1 | -14/+0 |
* | | util.logger: Remove my precious premature optimisation :( | Matthew Wild | 2010-11-04 | 1 | -23/+2 |
* | | util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consist... | Waqas Hussain | 2010-11-02 | 2 | -9/+9 |
* | | util.sasl, util.sasl_cyrus: Load mechanisms list early rather than lazily, as... | Waqas Hussain | 2010-11-02 | 2 | -24/+17 |
* | | util.template: Optimized to be almost as fast as manual stanza building. | Waqas Hussain | 2010-10-24 | 1 | -7/+34 |
* | | util.template: Initial commit. A template library for XML stanzas. | Waqas Hussain | 2010-10-24 | 1 | -0/+112 |
* | | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 10 | -22/+22 |
* | | util.stanza: Make the current element <message> instead of <body> when body t... | Waqas Hussain | 2010-09-21 | 1 | -1/+1 |
* | | util.events: Event handler indices are now built lazily (faster server startu... | Waqas Hussain | 2010-09-19 | 1 | -3/+8 |
* | | util.events: Create new index on handler change instead of modifying existing... | Waqas Hussain | 2010-09-17 | 1 | -4/+2 |
* | | util.events: Fixed the exposed API for adding/removing sets of event handlers. | Waqas Hussain | 2010-09-17 | 1 | -2/+2 |
* | | util.events: Removed dispatcher creation functions (these weren't being used). | Waqas Hussain | 2010-09-17 | 1 | -31/+1 |
* | | util.httpstream: Refactored and simplified code to improve readability. | Waqas Hussain | 2010-09-17 | 1 | -19/+14 |
* | | util.httpstream: Removed unused variables. | Waqas Hussain | 2010-09-17 | 1 | -5/+0 |
* | | util.httpstream: Initial commit of the new HTTP parser. | Waqas Hussain | 2010-09-04 | 1 | -0/+89 |
* | | util.jid: Fix parsing of JIDs with no nodepart and an @ in the resourcepart (... | Matthew Wild | 2010-08-31 | 1 | -1/+1 |
* | | util.stanza: stanza:matched_children() -> stanza:matching_tags() | Matthew Wild | 2010-08-30 | 1 | -1/+1 |
* | | util.stanza: Add stanza:maptags() to apply a function over child tags (return... | Matthew Wild | 2010-08-30 | 1 | -0/+24 |
* | | util.stanza: Optimisation, remove useless if...then in stanza:children() iter... | Matthew Wild | 2010-08-29 | 1 | -2/+1 |
* | | util.stanza: Add stanza:matched_children(name, xmlns) [name suggestions welcome] | Matthew Wild | 2010-08-29 | 1 | -0/+17 |
* | | mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioni... | Waqas Hussain | 2010-08-23 | 1 | -0/+3 |
* | | util.sasl_cyrus: Spaces -> tabs. | Waqas Hussain | 2010-08-23 | 1 | -7/+7 |
* | | util.logger: Remove support for the 'log_sources' option, to remove a depende... | Matthew Wild | 2010-08-22 | 1 | -15/+0 |
* | | util.xmppstream: Removed some useless property assignments. | Waqas Hussain | 2010-08-03 | 1 | -4/+0 |
* | | util.sasl_cyrus: Make multi-step SASL mechanisms work correctly. | Waqas Hussain | 2010-08-03 | 1 | -1/+2 |
* | | util.sasl: Simplified some code a bit. | Waqas Hussain | 2010-08-03 | 1 | -9/+5 |
* | | util.sasl, util.sasl_cyrus: Removed a ton of unused variables. | Waqas Hussain | 2010-08-03 | 2 | -23/+1 |
* | | util.datetime: Added implementation for function parse(). | Waqas Hussain | 2010-08-02 | 1 | -1/+20 |
* | | util.sasl_cyrus: Cleanup. | Waqas Hussain | 2010-08-02 | 1 | -9/+4 |