aboutsummaryrefslogtreecommitdiffstats
path: root/util/pluginloader.lua
Commit message (Expand)AuthorAgeFilesLines
* util.pluginloader: Rewritten resource loading to be cleaner, and added suppor...Waqas Hussain2011-02-221-26/+19
* util.pluginloader: Remove unused support for custom loaders, to simplify furt...Waqas Hussain2011-02-201-9/+5
* util.pluginloader: Return file path on success in pluginloader.load_code().Waqas Hussain2011-02-201-1/+4
* util.pluginloader: Return full file path from internal file loader on success...Waqas Hussain2011-02-201-3/+4
* util.pluginloader: Add support for multiple plugin directories.Waqas Hussain2011-01-211-3/+12
* util.pluginloader: Remove useless datamanager dependency.Waqas Hussain2010-07-311-2/+0
* util.pluginloader: Fix loading of plugins, plugin libraries and resources in ...Waqas Hussain2010-07-311-9/+23
* prosodyctl, util.pluginloader: Remove support for storing plugins in the data...Matthew Wild2010-06-111-23/+0
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* | util.pluginloader: Don't specify a host for the plugin data store (clever waq...Matthew Wild2009-12-051-2/+2
* | util.pluginloader: Support for fetching plugins from the data storeMatthew Wild2009-12-021-5/+33
|/
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
* util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugi...Waqas Hussain2009-06-281-1/+1
* util.pluginloader: Remove unnecessary return value suppressing the real load ...Matthew Wild2009-06-221-1/+1
* util.pluginloader: Initial commit - a plugin resource loaderWaqas Hussain2009-06-141-0/+33