Software /
code /
prosody
Log
core/modulemanager.lua @ 4642:c1602c07d14d
description | author | age |
---|---|---|
modulemanager: Support for shared modules - function module.add_host(host_module) in a global module | Matthew Wild | Sat, 21 Apr 2012 20:09:03 +0100 |
modulemanager: Make module_has_method and module_call_method use rawget() | Matthew Wild | Sat, 21 Apr 2012 20:04:07 +0100 |
modulemanager: Use modulemap rather than hosts[host] (fix for when host == "*") | Matthew Wild | Sat, 21 Apr 2012 20:02:45 +0100 |
modulemanager: Use api_instance rather than pluginenv.module (same thing) | Matthew Wild | Sat, 21 Apr 2012 20:01:40 +0100 |
modulemanager: Allow loading a module onto "*" (part-fixes #228) | Matthew Wild | Sat, 21 Apr 2012 20:00:30 +0100 |
modulemanager: Some refactoring. Deprecate module.host = "*", modules should call module:set_global() (which has been around since forever) | Matthew Wild | Wed, 14 Mar 2012 21:37:00 +0000 |
modulemanager: Use appropriate events object for global modules when firing item-removed on unload | Matthew Wild | Wed, 14 Mar 2012 17:03:48 +0000 |