Software /
code /
prosody
Log
core/moduleapi.lua @ 5825:ac5e05ffc921
description | author | age |
---|---|---|
moduleapi: Add module:unhook() | Matthew Wild | Mon, 16 Sep 2013 18:41:09 +0100 |
Remove all trailing whitespace | Florian Zeitz | Fri, 09 Aug 2013 17:48:21 +0200 |
moduleapi: module:get_host_type() now returns 'global' for * and 'local' for non-components | Matthew Wild | Tue, 06 Aug 2013 17:17:23 +0100 |
moduleapi: in module:provides(), add the name of the module in item._provided_by | Kim Alvefur | Sat, 27 Apr 2013 19:44:37 +0200 |
moduleapi: module:provides called without an item makes a copy of the environment instead. Fixes warnings about non-existent globals | Kim Alvefur | Sat, 27 Apr 2013 19:14:22 +0200 |
moduleapi: Add module:get_option_inherited_set() to return a set that inherits items from a globally set set, if set | Matthew Wild | Sat, 27 Apr 2013 14:59:00 +0100 |