Log

core/modulemanager.lua @ 878:72a7eeaa9e58

description author age
Let global modules add disco features for all hosts Waqas Hussain Wed, 04 Mar 2009 22:23:41 +0500
Allow global modules to hook stanza handlers Waqas Hussain Wed, 04 Mar 2009 22:15:46 +0500
modulemanager initializes hosts[host] if it isn't already initialized when loading a module. Waqas Hussain Wed, 11 Feb 2009 17:57:48 +0500
Fix for never checking if the first module for a host is already loaded (affects global modules) Matthew Wild Wed, 04 Feb 2009 18:53:23 +0000
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
modulemanager: Really fix call_module_method to work properly Matthew Wild Thu, 29 Jan 2009 02:01:09 +0000
modulemanager: Add get_host_type() API method, and fix up call_module_method to work properly Matthew Wild Thu, 29 Jan 2009 01:58:11 +0000
modulemanager: Add module:set_global() as a cleaner way for a module to declare itself 'global' Matthew Wild Sat, 24 Jan 2009 20:29:25 +0000
core.modulemanager: Some refactoring to make upcoming changes a little easier Matthew Wild Sat, 24 Jan 2009 01:15:40 +0000
modulemanager: Comment out logging of modules hooking stanzas, too noisy Matthew Wild Fri, 16 Jan 2009 05:38:03 +0000
modulemanager: Check for syntax errors before reloading a module Waqas Hussain Tue, 13 Jan 2009 23:16:39 +0500
modulemanager: Added reload support, with callbacks for saving and restoring state Waqas Hussain Tue, 13 Jan 2009 22:37:07 +0500