Software /
code /
prosody
Log
core/modulemanager.lua @ 4652:9d24bc503621
description | author | age |
---|---|---|
modulemanager: For children of shared modules, set module.environment to the empty environment for that module (useful to expose data or APIs at host.modules[module]) | Matthew Wild | Sat, 21 Apr 2012 22:53:22 +0100 |
modulemanager: When a shared module becomes global, ensure it still gets loaded onto the original target host | Matthew Wild | Sat, 21 Apr 2012 20:37:06 +0100 |
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 |