| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hostmanager: Added support for components to hostmanager.activate(). | Waqas Hussain | 2010-11-10 | 1 | -7/+17 |
* | MUC: Only send status code 110 (entering non-anonymous room) to the occupant ... | Waqas Hussain | 2010-11-10 | 1 | -9/+9 |
* | MUC: Added some more missing :up()s to the stanza building for presence broad... | Waqas Hussain | 2010-11-10 | 1 | -11/+11 |
* | MUC: Parse submitted form with util.dataforms | Kim Alvefur | 2010-11-10 | 1 | -26/+14 |
* | MUC: Added a missing :up() to the stanza building for presence broadcast (tha... | Waqas Hussain | 2010-11-10 | 1 | -1/+1 |
* | MUC: Return true from the stanza handler to suppress error responses. | Waqas Hussain | 2010-11-10 | 1 | -1/+2 |
* | modulemanager: Fixed: Locally defined pcall wasn't returning return values of... | Waqas Hussain | 2010-11-10 | 1 | -1/+1 |
* | componentmanager, hostmanager, modulemanager, mod_component: Got rid of the u... | Waqas Hussain | 2010-11-10 | 4 | -8/+3 |
* | componentmanager, stanza_router: Get rid of componentmanager.handle_stanza(). | Waqas Hussain | 2010-11-10 | 2 | -22/+0 |
* | prosody: Ensure componentmanager is loaded in the main file. | Waqas Hussain | 2010-11-10 | 1 | -0/+1 |
* | componentmanager: Removed SSL context creation (mod_tls handles that now). | Waqas Hussain | 2010-11-10 | 1 | -18/+1 |
* | mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts. | Waqas Hussain | 2010-11-10 | 1 | -1/+7 |
* | net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code. | Waqas Hussain | 2010-11-10 | 1 | -6/+1 |
* | mod_component: Updated to use events for hooking stanzas instead of the compo... | Waqas Hussain | 2010-11-10 | 1 | -8/+41 |
* | MUC: Handle missing <value/> for <field type='boolean'/> in config form submi... | Waqas Hussain | 2010-11-10 | 1 | -2/+6 |
* | mod_component: Send back a <conflict/> stream error when multiple sessions at... | Waqas Hussain | 2010-11-09 | 1 | -0/+2 |
* | net.xmppcomponent_listener: Call session:on_destroy() on session disconnect. | Waqas Hussain | 2010-11-09 | 1 | -0/+1 |
* | MUC: Preserve the global rooms table through reloads. | Waqas Hussain | 2010-11-09 | 1 | -1/+0 |
* | MUC: Expose the rooms table as a global 'rooms'. | Waqas Hussain | 2010-11-09 | 1 | -1/+2 |
* | MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin). | Waqas Hussain | 2010-11-08 | 1 | -3/+10 |
* | mod_tls: Pass the hostname rather than host session to certmanager.create_con... | Matthew Wild | 2010-11-08 | 1 | -2/+2 |
* | configmanager: Atomic reloads, and some other internal changes to achieve this | Matthew Wild | 2010-11-07 | 1 | -21/+29 |
* | mod_disco: Renamed the 'session' property of the account-disco-info and accou... | Waqas Hussain | 2010-11-07 | 1 | -2/+2 |
* | certmanager, hostmanager, mod_tls: Move responsibility for creating per-host ... | Matthew Wild | 2010-11-06 | 3 | -8/+14 |
* | util.httpstream: Added support for chunked transfer encoding. | Waqas Hussain | 2010-11-06 | 1 | -1/+12 |
* | net.http: Removed old HTTP parser, and updated to use util.httpstream. | Waqas Hussain | 2010-11-06 | 1 | -91/+14 |
* | 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 |
* | componentmanager: Removed unused function set_component_handler. | Waqas Hussain | 2010-11-04 | 1 | -4/+0 |
* | MUC: Use events for hooking stanzas instead of the component stanza handler. | Waqas Hussain | 2010-11-04 | 1 | -2/+14 |
* | mod_proxy65: Removed useless checks from the event handler. | Waqas Hussain | 2010-11-04 | 1 | -42/+37 |
* | mod_proxy65: Use "iq/host" event for hooking stanzas instead of the component... | Waqas Hussain | 2010-11-04 | 1 | -2/+4 |
* | mod_console: Keep global variable assignments sandboxed by default. | Waqas Hussain | 2010-11-04 | 1 | -1/+1 |
* | util.logger: Remove support for a global writer (setwriter) to try and balanc... | Matthew Wild | 2010-11-04 | 1 | -14/+0 |
* | mod_posix: Remove redundant import of logger.setwriter() | Matthew Wild | 2010-11-04 | 1 | -2/+0 |
* | util.logger: Remove my precious premature optimisation :( | Matthew Wild | 2010-11-04 | 1 | -23/+2 |
* | mod_saslauth: Allow restarting SASL negotiation from scratch. | Waqas Hussain | 2010-11-02 | 1 | -1/+10 |
* | mod_saslauth: Separated processing of <auth/> and <response/> elements, and r... | Waqas Hussain | 2010-11-02 | 1 | -25/+26 |
* | mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate... | Waqas Hussain | 2010-11-02 | 1 | -16/+20 |
* | 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 |
* | mod_saslauth: Handle SASL <abort/> properly. | Waqas Hussain | 2010-11-02 | 1 | -1/+6 |
* | componentmanager: Removed an unused third parameter from the register_compone... | Waqas Hussain | 2010-11-02 | 1 | -3/+3 |
* | 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 |