log core/componentmanager.lua @ 3603:fdc671381411

age author description
Wed, 10 Nov 2010 20:51:23 +0500 Waqas Hussain componentmanager: Removed most of the code. Stub implementations of register_component and deregister_component remain.
Wed, 10 Nov 2010 20:42:59 +0500 Waqas Hussain componentmanager: Removed get_children(host).
Wed, 10 Nov 2010 19:57:35 +0500 Waqas Hussain hostmanager, componentmanager: hostmanager now handles component initialization at server start, not componentmanager.
Wed, 10 Nov 2010 03:39:38 +0500 Waqas Hussain componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property.
Wed, 10 Nov 2010 02:51:36 +0500 Waqas Hussain componentmanager, stanza_router: Get rid of componentmanager.handle_stanza().
Wed, 10 Nov 2010 02:32:14 +0500 Waqas Hussain componentmanager: Removed SSL context creation (mod_tls handles that now).
Thu, 04 Nov 2010 20:12:42 +0500 Waqas Hussain componentmanager: Removed unused function set_component_handler.
Tue, 02 Nov 2010 04:29:54 +0500 Waqas Hussain componentmanager: Removed an unused third parameter from the register_component function.
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Tue, 24 Aug 2010 23:27:58 +0100 Matthew Wild componentmanager: Relocate disallow_s2s to its correct position (thanks darkhoptipomatus)
Mon, 23 Aug 2010 01:18:52 +0100 Matthew Wild componentmanager: Support the 'disallow_s2s' option for components too (thanks darkhopatomopus)
Tue, 03 Aug 2010 10:56:17 +0100 Matthew Wild componentmanager: Remove dependency on eventmanager
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Sat, 13 Feb 2010 16:10:01 +0000 Matthew Wild componentmanager: Use certmanager for creating contexts
Mon, 11 Jan 2010 10:13:02 +0000 Matthew Wild componentmanager: Add dialback_secret to components to allow s2s to work (thanks Flo)
Fri, 04 Dec 2009 18:59:28 +0000 Matthew Wild componentmanager: Set ssl_ctx[_in] for components correctly, and use global SSL context if available
Thu, 12 Nov 2009 13:33:46 +0500 Waqas Hussain componentmanager: Improved logging for stanzas being bounced for unavailable components.
Sun, 18 Oct 2009 03:08:41 +0500 Waqas Hussain componentmanager: Added a FIXME comment.
Sun, 18 Oct 2009 03:07:25 +0500 Waqas Hussain componentmanager: Unload mod_tls for components before removing them.
Sun, 18 Oct 2009 01:52:37 +0500 Waqas Hussain componentmanager: Let the default component handler handle stanzas if a component handler isn't available.
Sat, 17 Oct 2009 13:31:39 +0100 Matthew Wild componentmanager: Handle missing prosody object (helps us pass some tests)
Fri, 09 Oct 2009 00:22:33 +0100 Matthew Wild componentmanager: Auto-load mod_tls for components #hack
Fri, 09 Oct 2009 00:19:46 +0100 Matthew Wild componentmanager: Remove FIXME
Fri, 09 Oct 2009 00:15:39 +0100 Matthew Wild componentmanager: Fix oops in pattern for matching subdomain
Thu, 08 Oct 2009 23:51:55 +0100 Matthew Wild componentmanager: Use ssl_ctx of 'parent' host (should fix TLS for components)
Wed, 30 Sep 2009 11:06:02 +0100 Matthew Wild Merge with 0.5
Wed, 30 Sep 2009 11:05:01 +0100 Matthew Wild componentmanager: Preserve existing events table (if any) when registering a component
Wed, 30 Sep 2009 11:03:11 +0100 Matthew Wild componentmanager: Fire event on component activation
Wed, 30 Sep 2009 11:02:31 +0100 Matthew Wild componentmanager: Use create_component for, er, creating components
Fri, 11 Sep 2009 16:33:40 +0500 Waqas Hussain ComponentManager: Removed unused variable.
Fri, 11 Sep 2009 16:28:52 +0500 Waqas Hussain ComponentManager: Removed dependency on core_route_stanza. The default component handler now replies using origin.send().