log util/pluginloader.lua @ 5532:d5cbcdcdb2f7

age author description
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