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 |
util.pluginloader: Return file path on success in pluginloader.load_code().
|
Waqas Hussain |
Sun, 20 Feb 2011 20:03:43 +0500 |
util.pluginloader: Return full file path from internal file loader on success, not just the name.
|
Waqas Hussain |
Sun, 20 Feb 2011 20:01:05 +0500 |
util.pluginloader: Add support for multiple plugin directories.
|
Waqas Hussain |
Fri, 21 Jan 2011 04:35:49 +0500 |
util.pluginloader: Remove useless datamanager dependency.
|
Waqas Hussain |
Sat, 31 Jul 2010 12:32:56 +0500 |
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 |
Sat, 31 Jul 2010 12:32:34 +0500 |
prosodyctl, util.pluginloader: Remove support for storing plugins in the data store, and the addplugin command
|
Matthew Wild |
Fri, 11 Jun 2010 14:25:22 +0100 |
Merge 0.6->0.7
|
Matthew Wild |
Mon, 22 Mar 2010 17:24:55 +0000 |
Update copyright headers for 2010
|
Matthew Wild |
Mon, 22 Mar 2010 17:06:15 +0000 |
util.pluginloader: Don't specify a host for the plugin data store (clever waqas...)
|
Matthew Wild |
Sat, 05 Dec 2009 13:34:45 +0000 |
util.pluginloader: Support for fetching plugins from the data store
|
Matthew Wild |
Wed, 02 Dec 2009 18:05:03 +0000 |
Add copyright header to those files missing one
|
Matthew Wild |
Fri, 10 Jul 2009 03:08:38 +0100 |
util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugin tracebacks)
|
Waqas Hussain |
Sun, 28 Jun 2009 22:29:17 +0500 |
util.pluginloader: Remove unnecessary return value suppressing the real load error
|
Matthew Wild |
Mon, 22 Jun 2009 21:56:52 +0100 |
util.pluginloader: Initial commit - a plugin resource loader
|
Waqas Hussain |
Sun, 14 Jun 2009 21:01:30 +0500 |