Log

util/pluginloader.lua @ 11433:bef67691a713

description author age
util.pluginloader: Look for module libs in mod_plugin/lib.lua Kim Alvefur Mon, 05 Oct 2020 20:58:37 +0200
util.pluginloader: Look for top level mod_something.lua in luarocks-style tree Kim Alvefur Mon, 05 Oct 2020 20:56:53 +0200
util.pluginloader: Extract Lua version once Kim Alvefur Mon, 05 Oct 2020 20:56:03 +0200
util.pluginloader: Added a new path to the variable local_names João Duarte Fri, 16 Aug 2019 13:54:40 -0700
util: Various minor changes to please [luacheck] Kim Alvefur Fri, 10 Nov 2017 05:42:32 +0100
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 Mon, 01 Feb 2016 21:26:15 +0000
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur Sat, 21 Feb 2015 10:36:37 +0100
Merge 0.9->0.10 Kim Alvefur Sun, 09 Mar 2014 23:47:53 +0100
util.pluginloader: Always use path separator from package.config (thanks Junne) Kim Alvefur Sun, 09 Mar 2014 22:15:40 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
util.pluginloader: Remove unused imports Matthew Wild Wed, 01 Aug 2012 01:27:42 +0100
util.pluginloader: Expose load_file Matthew Wild Wed, 01 Aug 2012 01:27:31 +0100
Eliminate direct setfenv usage Florian Zeitz Fri, 08 Jun 2012 05:04:38 +0200
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 Tue, 22 Feb 2011 21:47:38 +0500
util.pluginloader: Remove unused support for custom loaders, to simplify further refactoring. Waqas Hussain Sun, 20 Feb 2011 20:11:52 +0500