aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy65: Use module:get_option() instead of configmanager.Waqas Hussain2010-11-101-5/+4
* componentmanager: Removed.Waqas Hussain2010-11-101-36/+0
* prosody: Added a stub implementation of core.componentmanager to the package....Waqas Hussain2010-11-101-0/+4
* prosody: Removed all references to componentmanager from Prosody, except the ...Waqas Hussain2010-11-105-17/+1
* componentmanager: Removed most of the code. Stub implementations of register_...Waqas Hussain2010-11-101-53/+2
* componentmanager: Removed get_children(host).Waqas Hussain2010-11-101-15/+0
* hostmanager: Don't include hosts with '@' or '/' in the name in the get_child...Waqas Hussain2010-11-101-2/+6
* mod_disco: Updated to use hostmanager.get_children instead of componentmanage...Waqas Hussain2010-11-101-2/+2
* hostmanager: Added function get_children(host) which copies componentmanager....Waqas Hussain2010-11-101-1/+6
* modulemanager: Return an error when loading a module on a non-existent host, ...Waqas Hussain2010-11-101-5/+2
* hostmanager, componentmanager: hostmanager now handles component initializati...Waqas Hussain2010-11-102-24/+6
* modulemanager: load_modules_for_host(): For components, the inherited modules...Waqas Hussain2010-11-101-1/+1
* modulemanager: load_modules_for_host(): Inherit 'tls' and 'dialback' from glo...Waqas Hussain2010-11-101-35/+21
* hostmanager: Added support for components to hostmanager.activate().Waqas Hussain2010-11-101-7/+17
* MUC: Only send status code 110 (entering non-anonymous room) to the occupant ...Waqas Hussain2010-11-101-9/+9
* MUC: Added some more missing :up()s to the stanza building for presence broad...Waqas Hussain2010-11-101-11/+11
* MUC: Parse submitted form with util.dataformsKim Alvefur2010-11-101-26/+14
* MUC: Added a missing :up() to the stanza building for presence broadcast (tha...Waqas Hussain2010-11-101-1/+1
* MUC: Return true from the stanza handler to suppress error responses.Waqas Hussain2010-11-101-1/+2
* modulemanager: Fixed: Locally defined pcall wasn't returning return values of...Waqas Hussain2010-11-101-1/+1
* componentmanager, hostmanager, modulemanager, mod_component: Got rid of the u...Waqas Hussain2010-11-104-8/+3
* componentmanager, stanza_router: Get rid of componentmanager.handle_stanza().Waqas Hussain2010-11-102-22/+0
* prosody: Ensure componentmanager is loaded in the main file.Waqas Hussain2010-11-101-0/+1
* componentmanager: Removed SSL context creation (mod_tls handles that now).Waqas Hussain2010-11-101-18/+1
* mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts.Waqas Hussain2010-11-101-1/+7
* net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code.Waqas Hussain2010-11-101-6/+1
* mod_component: Updated to use events for hooking stanzas instead of the compo...Waqas Hussain2010-11-101-8/+41
* MUC: Handle missing <value/> for <field type='boolean'/> in config form submi...Waqas Hussain2010-11-101-2/+6
* mod_component: Send back a <conflict/> stream error when multiple sessions at...Waqas Hussain2010-11-091-0/+2
* net.xmppcomponent_listener: Call session:on_destroy() on session disconnect.Waqas Hussain2010-11-091-0/+1
* MUC: Preserve the global rooms table through reloads.Waqas Hussain2010-11-091-1/+0
* MUC: Expose the rooms table as a global 'rooms'.Waqas Hussain2010-11-091-1/+2
* MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin).Waqas Hussain2010-11-081-3/+10
* mod_tls: Pass the hostname rather than host session to certmanager.create_con...Matthew Wild2010-11-081-2/+2
* configmanager: Atomic reloads, and some other internal changes to achieve thisMatthew Wild2010-11-071-21/+29
* mod_disco: Renamed the 'session' property of the account-disco-info and accou...Waqas Hussain2010-11-071-2/+2
* certmanager, hostmanager, mod_tls: Move responsibility for creating per-host ...Matthew Wild2010-11-063-8/+14
* util.httpstream: Added support for chunked transfer encoding.Waqas Hussain2010-11-061-1/+12
* net.http: Removed old HTTP parser, and updated to use util.httpstream.Waqas Hussain2010-11-061-91/+14
* util.httpstream: Fixed a possible string to number comparison error.Waqas Hussain2010-11-061-1/+2
* util.httpstream: Don't attempt to read response body for HEAD requests, or wh...Waqas Hussain2010-11-061-9/+16
* util.httpstream: Added support for an options callback, to allow passing per-...Waqas Hussain2010-11-061-3/+3
* util.httpstream: A little refactoring of the coroutine control flow.Waqas Hussain2010-11-061-3/+5
* util.httpstream: Added support for HTTP response parsing.Waqas Hussain2010-11-051-24/+55
* util.httpstream: Fixed a nil variable access introduced in the last commit.Waqas Hussain2010-11-051-0/+1
* util.httpstream: Move HTTP header parsing into its own function.Waqas Hussain2010-11-051-8/+10
* componentmanager: Removed unused function set_component_handler.Waqas Hussain2010-11-041-4/+0
* MUC: Use events for hooking stanzas instead of the component stanza handler.Waqas Hussain2010-11-041-2/+14
* mod_proxy65: Removed useless checks from the event handler.Waqas Hussain2010-11-041-42/+37
* mod_proxy65: Use "iq/host" event for hooking stanzas instead of the component...Waqas Hussain2010-11-041-2/+4