Log

core/componentmanager.lua @ 3540:bc139431830b

description author age
Monster whitespace commit (beware the whitespace monster). Waqas Hussain Sat, 16 Oct 2010 23:00:42 +0500
componentmanager: Relocate disallow_s2s to its correct position (thanks darkhoptipomatus) Matthew Wild Tue, 24 Aug 2010 23:27:58 +0100
componentmanager: Support the 'disallow_s2s' option for components too (thanks darkhopatomopus) Matthew Wild Mon, 23 Aug 2010 01:18:52 +0100
componentmanager: Remove dependency on eventmanager Matthew Wild Tue, 03 Aug 2010 10:56:17 +0100
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
componentmanager: Use certmanager for creating contexts Matthew Wild Sat, 13 Feb 2010 16:10:01 +0000
componentmanager: Add dialback_secret to components to allow s2s to work (thanks Flo) Matthew Wild Mon, 11 Jan 2010 10:13:02 +0000
componentmanager: Set ssl_ctx[_in] for components correctly, and use global SSL context if available Matthew Wild Fri, 04 Dec 2009 18:59:28 +0000
componentmanager: Improved logging for stanzas being bounced for unavailable components. Waqas Hussain Thu, 12 Nov 2009 13:33:46 +0500
componentmanager: Added a FIXME comment. Waqas Hussain Sun, 18 Oct 2009 03:08:41 +0500
componentmanager: Unload mod_tls for components before removing them. Waqas Hussain Sun, 18 Oct 2009 03:07:25 +0500
componentmanager: Let the default component handler handle stanzas if a component handler isn't available. Waqas Hussain Sun, 18 Oct 2009 01:52:37 +0500
componentmanager: Handle missing prosody object (helps us pass some tests) Matthew Wild Sat, 17 Oct 2009 13:31:39 +0100
componentmanager: Auto-load mod_tls for components #hack Matthew Wild Fri, 09 Oct 2009 00:22:33 +0100
componentmanager: Remove FIXME Matthew Wild Fri, 09 Oct 2009 00:19:46 +0100
componentmanager: Fix oops in pattern for matching subdomain Matthew Wild Fri, 09 Oct 2009 00:15:39 +0100
componentmanager: Use ssl_ctx of 'parent' host (should fix TLS for components) Matthew Wild Thu, 08 Oct 2009 23:51:55 +0100
Merge with 0.5 Matthew Wild Wed, 30 Sep 2009 11:06:02 +0100
componentmanager: Preserve existing events table (if any) when registering a component Matthew Wild Wed, 30 Sep 2009 11:05:01 +0100
componentmanager: Fire event on component activation Matthew Wild Wed, 30 Sep 2009 11:03:11 +0100
componentmanager: Use create_component for, er, creating components Matthew Wild Wed, 30 Sep 2009 11:02:31 +0100
ComponentManager: Removed unused variable. Waqas Hussain Fri, 11 Sep 2009 16:33:40 +0500
ComponentManager: Removed dependency on core_route_stanza. The default component handler now replies using origin.send(). Waqas Hussain Fri, 11 Sep 2009 16:28:52 +0500
ComponentManager: Fixed: Default handler sent error replies on result stanzas. Waqas Hussain Fri, 11 Sep 2009 16:20:49 +0500
ComponentManager: Fixed a bit of logging. Waqas Hussain Fri, 11 Sep 2009 16:17:18 +0500
componentmanager: Removed disco#items hook, and reference to core.discomanager Waqas Hussain Tue, 18 Aug 2009 12:47:37 +0500
componentmanager: Added function to get a list of children for a given hostname Waqas Hussain Tue, 18 Aug 2009 12:25:59 +0500
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
Serialize unknown stanza before logging. nolan Sun, 28 Jun 2009 11:49:25 -0500
Log stanza if stanza.to isn't set for some component errors. nolan Sun, 28 Jun 2009 08:09:57 -0500
componentmanager: Using prosody.events instead of core.eventmanager Waqas Hussain Sat, 20 Jun 2009 14:38:22 +0500
componentmanager: Create events object for configured hosts, and carry it over to a new component if one is registered with no events object Matthew Wild Mon, 01 Jun 2009 02:10:19 +0100
componentmanager: Add events object to registered components if they don't already have one Matthew Wild Sun, 31 May 2009 21:36:12 +0100
core: hosts[*].events Waqas Hussain Wed, 20 May 2009 05:23:30 +0500
componentmanager: Don't error on stanzas to bare component JID Matthew Wild Sat, 16 May 2009 18:23:54 +0100
Dropped support for resource based components Waqas Hussain Sat, 16 May 2009 02:07:27 +0500
Merge with 0.4 Matthew Wild Sun, 03 May 2009 01:11:21 +0100
componentmanager: Reduce log output at startup to 'debug' Matthew Wild Sat, 02 May 2009 22:03:44 +0100
Merge with 0.4 Matthew Wild Wed, 29 Apr 2009 02:08:55 +0100
core.componentmanager: Really fix marking components as disconnected when unregistered Matthew Wild Wed, 29 Apr 2009 02:06:05 +0100
core.componentmanager: Fix global access Matthew Wild Wed, 22 Apr 2009 20:52:27 +0100
componentmanager: Set host.connected = nil when deregistering a component so that we fully restore it when we reload Matthew Wild Sat, 18 Apr 2009 14:18:50 +0100
componentmanager: Set core_route_stanza after stanza_router is loaded Matthew Wild Sat, 11 Apr 2009 23:23:35 +0100
componentmanager: Use core_route_stanza to reply in the default component Matthew Wild Sat, 11 Apr 2009 23:15:04 +0100
componentmanager: Restore default component when unregistering Matthew Wild Sat, 11 Apr 2009 22:25:32 +0100
componentmanager: Small logging fix Matthew Wild Sat, 11 Apr 2009 22:24:44 +0100
componentmanager: Improve default component stanza handler Matthew Wild Sat, 11 Apr 2009 22:23:49 +0100
sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!) Matthew Wild Wed, 08 Apr 2009 23:20:22 +0100
componentmanager: Reply with service-unavailable for unconnected components Matthew Wild Wed, 08 Apr 2009 11:21:21 +0100
core.componentmanager: Fix global set, causing problems with multiple components. Fixes #82. Matthew Wild Tue, 31 Mar 2009 03:48:51 +0100
Added: componentmanager: Automatically add component.host.name to the disco items list of host.name Waqas Hussain Mon, 30 Mar 2009 06:07:21 +0500
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
core.componentmanager: Refactor a little to make XEP-0114 plugin a little simpler Matthew Wild Sat, 28 Feb 2009 02:05:37 +0000
Component-host module loading code was breaking module reload, andduplicated older code. Changed to reuse older code. Waqas Hussain Wed, 11 Feb 2009 17:56:42 +0500
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
0.2->0.3 Matthew Wild Fri, 30 Jan 2009 17:40:25 +0000
GPL->MIT! Matthew Wild Fri, 30 Jan 2009 17:22:56 +0000
componentmanager: Add support for loading components defined in the config Matthew Wild Thu, 29 Jan 2009 02:13:58 +0000
componentmanager: Removed unneeded parameter from componentmanager.deregister_component Waqas Hussain Tue, 13 Jan 2009 19:17:25 +0500