| Thu, 18 Feb 2010 16:22:50 +0000 |
Matthew Wild |
modulemanager: Fix traceback on unloading global modules (thanks KSid)
|
| Thu, 11 Feb 2010 05:36:03 +0500 |
Waqas Hussain |
modulemanager: Load plugin libraries in the same environment as the plugins.
|
| Thu, 11 Feb 2010 05:34:53 +0500 |
Waqas Hussain |
modulemanager: Make the plugin environment available directly (module.environment within plugins).
|
| 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
|
| Sun, 08 Nov 2009 15:09:11 +0000 |
Matthew Wild |
modulemanager: api:get_option(): Handle correctly option values of boolean false, don't assume value unset
|
| Sun, 18 Oct 2009 05:17:07 +0500 |
Waqas Hussain |
modulemanager: Module loading rewritten to gracefully deal with errors in module initialization.
|
| Sun, 18 Oct 2009 03:15:33 +0500 |
Waqas Hussain |
modulemanager: Use componentmanager to create new components.
|
| Sun, 18 Oct 2009 01:19:03 +0500 |
Waqas Hussain |
modulemanager: Fixed: Stanza modules were being auto-loaded for components (regression in hg:1e674dae31ae).
|
| Sat, 17 Oct 2009 23:50:09 +0500 |
Waqas Hussain |
modulemanager: Fixed traceback on loading modules on unknown hosts.
|