util/pluginloader.lua
Fri, 17 Mar 2023 16:23:16 +0100 Kim Alvefur util: Prefix module imports with prosody namespace
Mon, 07 Mar 2022 00:13:56 +0100 Kim Alvefur Spelling: Fix various spelling mistakes (thanks timeless)
Fri, 04 Feb 2022 15:04:20 +0000 Matthew Wild util.pluginloader: Fix method to return any module metadata (luacheck)
Thu, 03 Feb 2022 12:56:52 +0000 Matthew Wild util.pluginloader: Support for a per-file load filter
Thu, 03 Feb 2022 12:53:19 +0000 Matthew Wild util.pluginloader: Support for multiple pluginloader instances, and options
Mon, 05 Oct 2020 20:58:37 +0200 Kim Alvefur util.pluginloader: Look for module libs in mod_plugin/lib.lua
Mon, 05 Oct 2020 20:56:53 +0200 Kim Alvefur util.pluginloader: Look for top level mod_something.lua in luarocks-style tree
Mon, 05 Oct 2020 20:56:03 +0200 Kim Alvefur util.pluginloader: Extract Lua version once
Fri, 16 Aug 2019 13:54:40 -0700 João Duarte util.pluginloader: Added a new path to the variable local_names
Fri, 10 Nov 2017 05:42:32 +0100 Kim Alvefur util: Various minor changes to please [luacheck]
Mon, 01 Feb 2016 21:26:15 +0000 Matthew Wild 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
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Sun, 09 Mar 2014 23:47:53 +0100 Kim Alvefur Merge 0.9->0.10
Sun, 09 Mar 2014 22:15:40 +0100 Kim Alvefur util.pluginloader: Always use path separator from package.config (thanks Junne)
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Wed, 01 Aug 2012 01:27:42 +0100 Matthew Wild util.pluginloader: Remove unused imports
Wed, 01 Aug 2012 01:27:31 +0100 Matthew Wild util.pluginloader: Expose load_file
Fri, 08 Jun 2012 05:04:38 +0200 Florian Zeitz Eliminate direct setfenv usage
Tue, 22 Feb 2011 21:47:38 +0500 Waqas Hussain util.pluginloader: Rewritten resource loading to be cleaner, and added support for prosody-modules directory layout. "/" in plugin names is no longer supported.
Sun, 20 Feb 2011 20:11:52 +0500 Waqas Hussain util.pluginloader: Remove unused support for custom loaders, to simplify further refactoring.
Sun, 20 Feb 2011 20:03:43 +0500 Waqas Hussain util.pluginloader: Return file path on success in pluginloader.load_code().
Sun, 20 Feb 2011 20:01:05 +0500 Waqas Hussain util.pluginloader: Return full file path from internal file loader on success, not just the name.
Fri, 21 Jan 2011 04:35:49 +0500 Waqas Hussain util.pluginloader: Add support for multiple plugin directories.
Sat, 31 Jul 2010 12:32:56 +0500 Waqas Hussain util.pluginloader: Remove useless datamanager dependency.
Sat, 31 Jul 2010 12:32:34 +0500 Waqas Hussain 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').
Fri, 11 Jun 2010 14:25:22 +0100 Matthew Wild prosodyctl, util.pluginloader: Remove support for storing plugins in the data store, and the addplugin command
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Sat, 05 Dec 2009 13:34:45 +0000 Matthew Wild util.pluginloader: Don't specify a host for the plugin data store (clever waqas...)
Wed, 02 Dec 2009 18:05:03 +0000 Matthew Wild util.pluginloader: Support for fetching plugins from the data store
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Sun, 28 Jun 2009 22:29:17 +0500 Waqas Hussain util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugin tracebacks)
Mon, 22 Jun 2009 21:56:52 +0100 Matthew Wild util.pluginloader: Remove unnecessary return value suppressing the real load error
Sun, 14 Jun 2009 21:01:30 +0500 Waqas Hussain util.pluginloader: Initial commit - a plugin resource loader
less more (0) tip