Software /
code /
prosody
Log
util/pluginloader.lua @ 5327:b0c36b043f00
description | author | age |
---|---|---|
util.pluginloader: Remove unused imports | Matthew Wild | 2012-08-01 |
util.pluginloader: Expose load_file | Matthew Wild | 2012-08-01 |
Eliminate direct setfenv usage | Florian Zeitz | 2012-06-08 |
util.pluginloader: Rewritten resource loading to be cleaner, and added support for prosody-modules directory layout. "/" in plugin names is no longer supported. | Waqas Hussain | 2011-02-22 |
util.pluginloader: Remove unused support for custom loaders, to simplify further refactoring. | Waqas Hussain | 2011-02-20 |
util.pluginloader: Return file path on success in pluginloader.load_code(). | Waqas Hussain | 2011-02-20 |
util.pluginloader: Return full file path from internal file loader on success, not just the name. | Waqas Hussain | 2011-02-20 |