Software /
code /
prosody
Log
core/modulemanager.lua @ 4641:2b3ee52fba32
description | author | age |
---|---|---|
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 |
modulemanager: include mod_c2s and mod_s2s into autoloaded modules. | Florian Zeitz | Fri, 24 Feb 2012 15:14:07 +0000 |