log core/modulemanager.lua @ 2503:bb6b0bd7f2cf

age author description
Thu, 21 Jan 2010 12:57:12 +0000 Matthew Wild modulemanager: Remove obsolete actions code
Thu, 10 Dec 2009 03:02:04 +0500 Waqas Hussain modulemanager: Fire item-removed events on module unload.
Thu, 10 Dec 2009 03:00:16 +0500 Waqas Hussain modulemanager: Fixed a global access.
Wed, 02 Dec 2009 20:32:44 +0000 Matthew Wild modulemanager, net.dns: Remove trailing whitespace
Tue, 01 Dec 2009 19:57:33 +0000 Matthew Wild modulemanager: Fire events module-loaded and module-unloaded, both receive a table with 'module' and 'host' fields, thanks bjc
Mon, 23 Nov 2009 16:07:33 +0000 Matthew Wild modulemanager: New module API methods for getting config options with type conversion, get_option_string, get_option_number, get_option_boolean, get_option_array, get_option_set