Log

util/pluginloader.lua @ 10994:e2ce067bb59a 0.11

description author age
util: Various minor changes to please [luacheck] Kim Alvefur 2017-11-10
modulemanager, util.pluginloader: Move logic for locating some module libraries to pluginloader, to fix problems with non-filesystem errors being masked by the second load_code call Matthew Wild 2016-02-01
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
Merge 0.9->0.10 Kim Alvefur 2014-03-09
util.pluginloader: Always use path separator from package.config (thanks Junne) Kim Alvefur 2014-03-09
Remove all trailing whitespace Florian Zeitz 2013-08-09
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
util.pluginloader: Add support for multiple plugin directories. Waqas Hussain 2011-01-20
util.pluginloader: Remove useless datamanager dependency. Waqas Hussain 2010-07-31
util.pluginloader: Fix loading of plugins, plugin libraries and resources in subfolders (e.g., when loading 'a/b', load 'a/mod_b.lua', and not 'mod_a/b.lua'). Waqas Hussain 2010-07-31
prosodyctl, util.pluginloader: Remove support for storing plugins in the data store, and the addplugin command Matthew Wild 2010-06-11
Merge 0.6->0.7 Matthew Wild 2010-03-22
Update copyright headers for 2010 Matthew Wild 2010-03-22
util.pluginloader: Don't specify a host for the plugin data store (clever waqas...) Matthew Wild 2009-12-05
util.pluginloader: Support for fetching plugins from the data store Matthew Wild 2009-12-02
Add copyright header to those files missing one Matthew Wild 2009-07-10
util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugin tracebacks) Waqas Hussain 2009-06-28
util.pluginloader: Remove unnecessary return value suppressing the real load error Matthew Wild 2009-06-22
util.pluginloader: Initial commit - a plugin resource loader Waqas Hussain 2009-06-14