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

mercurial