Software /
code /
prosody
Log
core/modulemanager.lua @ 4640:645c93eaf249
description | author | age |
---|---|---|
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 |
modulemanager: load(): Return and use the correct module object | Matthew Wild | Sun, 22 Jan 2012 19:27:06 +0000 |