| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | util.sasl: Removed method:forbidden() and its side effects. | Waqas Hussain | 2010-08-02 | 1 | -21/+5 |
* | util.sasl_cyrus: Removed method:forbidden(). | Waqas Hussain | 2010-08-02 | 1 | -7/+1 |
* | util.xmppstream: Add set_session() method to change the session that a stream... | Matthew Wild | 2010-08-02 | 1 | -2/+8 |
* | util.pluginloader: Remove useless datamanager dependency. | Waqas Hussain | 2010-07-31 | 1 | -2/+0 |
* | util.pluginloader: Fix loading of plugins, plugin libraries and resources in ... | Waqas Hussain | 2010-07-31 | 1 | -9/+23 |
* | util.roster: Remove, not going this route now | Matthew Wild | 2010-07-26 | 1 | -19/+0 |
* | util.sasl.scram: Made function Hi public. | Waqas Hussain | 2010-07-26 | 1 | -1/+1 |
* | util.iterators: Add skip() to skip the first n items of an iterator | Matthew Wild | 2010-07-20 | 1 | -0/+9 |
* | Merge Florob->trunk | Matthew Wild | 2010-07-16 | 1 | -0/+27 |
|\ |
|
| * | util.dataforms: Add list-multi support | Florian Zeitz | 2010-07-15 | 1 | -0/+22 |
| * | util.dataforms: Capability to set default for list-single | Florian Zeitz | 2010-07-15 | 1 | -0/+5 |
* | | Merge Zash->trunk | Matthew Wild | 2010-07-16 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | util.jid: compare() added, with some tests. | Kim Alvefur | 2010-07-16 | 1 | -0/+13 |
* | | util.sasl.scram: Reference actual RFC instead of the draft. | Tobias Markmann | 2010-07-15 | 1 | -1/+1 |
|/ |
|