log core/componentmanager.lua @ 2105:fecf33cb2913

age author description
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().
Fri, 11 Sep 2009 16:20:49 +0500 Waqas Hussain ComponentManager: Fixed: Default handler sent error replies on result stanzas.
Fri, 11 Sep 2009 16:17:18 +0500 Waqas Hussain ComponentManager: Fixed a bit of logging.
Tue, 18 Aug 2009 12:47:37 +0500 Waqas Hussain componentmanager: Removed disco#items hook, and reference to core.discomanager
Tue, 18 Aug 2009 12:25:59 +0500 Waqas Hussain componentmanager: Added function to get a list of children for a given hostname
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Sun, 28 Jun 2009 11:49:25 -0500 nolan Serialize unknown stanza before logging.
Sun, 28 Jun 2009 08:09:57 -0500 nolan Log stanza if stanza.to isn't set for some component errors.
Sat, 20 Jun 2009 14:38:22 +0500 Waqas Hussain componentmanager: Using prosody.events instead of core.eventmanager
Mon, 01 Jun 2009 02:10:19 +0100 Matthew Wild componentmanager: Create events object for configured hosts, and carry it over to a new component if one is registered with no events object
Sun, 31 May 2009 21:36:12 +0100 Matthew Wild componentmanager: Add events object to registered components if they don't already have one
Wed, 20 May 2009 05:23:30 +0500 Waqas Hussain core: hosts[*].events
Sat, 16 May 2009 18:23:54 +0100 Matthew Wild componentmanager: Don't error on stanzas to bare component JID
Sat, 16 May 2009 02:07:27 +0500 Waqas Hussain Dropped support for resource based components
Sun, 03 May 2009 01:11:21 +0100 Matthew Wild Merge with 0.4
Sat, 02 May 2009 22:03:44 +0100 Matthew Wild componentmanager: Reduce log output at startup to 'debug'