Software /
code /
prosody
Log
core/moduleapi.lua @ 6218:bf11910bad5a
description | author | age |
---|---|---|
moduleapi: Add module:unhook() | Matthew Wild | 2013-09-16 |
Remove all trailing whitespace | Florian Zeitz | 2013-08-09 |
moduleapi: module:get_host_type() now returns 'global' for * and 'local' for non-components | Matthew Wild | 2013-08-06 |
moduleapi: in module:provides(), add the name of the module in item._provided_by | Kim Alvefur | 2013-04-27 |
moduleapi: module:provides called without an item makes a copy of the environment instead. Fixes warnings about non-existent globals | Kim Alvefur | 2013-04-27 |
moduleapi: Add module:get_option_inherited_set() to return a set that inherits items from a globally set set, if set | Matthew Wild | 2013-04-27 |