Log

core/componentmanager.lua @ 1064:3e945c3938ad

description author age
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
componentmanager: Added support for component deregistering Waqas Hussain Wed, 07 Jan 2009 20:02:49 +0500
Changed order of checking for component hosts to check the full and bare JIDs before the hostname Waqas Hussain Wed, 24 Dec 2008 05:10:13 +0500
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Enable dialback for components Waqas Hussain Tue, 09 Dec 2008 05:22:43 +0500
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
Return registered host table when registering a component Matthew Wild Sat, 15 Nov 2008 04:28:41 +0000
Fix outgoing s2s from components. Fixes #16 Matthew Wild Fri, 14 Nov 2008 14:26:56 +0000
Re-applying my changes to componentmanager. Sigh. Matthew Wild Tue, 04 Nov 2008 22:50:32 +0000
Internal component support Waqas Hussain Tue, 04 Nov 2008 17:25:12 +0500