| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.9->0.10 | Kim Alvefur | 2014-03-09 | 1 | -4/+4 |
|\ |
|
| * | util.pluginloader: Always use path separator from package.config (thanks Junne) | Kim Alvefur | 2014-03-09 | 1 | -4/+4 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
|/ |
|
* | util.pluginloader: Remove unused imports | Matthew Wild | 2012-08-01 | 1 | -2/+1 |
* | util.pluginloader: Expose load_file | Matthew Wild | 2012-08-01 | 1 | -1/+1 |
* | Eliminate direct setfenv usage | Florian Zeitz | 2012-06-08 | 1 | -2/+3 |
* | util.pluginloader: Rewritten resource loading to be cleaner, and added suppor... | Waqas Hussain | 2011-02-22 | 1 | -26/+19 |
* | util.pluginloader: Remove unused support for custom loaders, to simplify furt... | Waqas Hussain | 2011-02-20 | 1 | -9/+5 |
* | util.pluginloader: Return file path on success in pluginloader.load_code(). | Waqas Hussain | 2011-02-20 | 1 | -1/+4 |
* | util.pluginloader: Return full file path from internal file loader on success... | Waqas Hussain | 2011-02-20 | 1 | -3/+4 |
* | util.pluginloader: Add support for multiple plugin directories. | Waqas Hussain | 2011-01-21 | 1 | -3/+12 |
* | util.pluginloader: Remove useless datamanager dependency. | Waqas Hussain | 2010-07-31 | 1 | -2/+0 |
* | util.pluginloader: Fix loading of plugins, plugin libraries and resources in ... | Waqas Hussain | 2010-07-31 | 1 | -9/+23 |
* | prosodyctl, util.pluginloader: Remove support for storing plugins in the data... | Matthew Wild | 2010-06-11 | 1 | -23/+0 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | | util.pluginloader: Don't specify a host for the plugin data store (clever waq... | Matthew Wild | 2009-12-05 | 1 | -2/+2 |
* | | util.pluginloader: Support for fetching plugins from the data store | Matthew Wild | 2009-12-02 | 1 | -5/+33 |
|/ |
|
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
* | util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugi... | Waqas Hussain | 2009-06-28 | 1 | -1/+1 |
* | util.pluginloader: Remove unnecessary return value suppressing the real load ... | Matthew Wild | 2009-06-22 | 1 | -1/+1 |
* | util.pluginloader: Initial commit - a plugin resource loader | Waqas Hussain | 2009-06-14 | 1 | -0/+33 |