log util/pluginloader.lua @ 5021:85b2689dbcfe

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