Commit Graph

14 Commits (fca75eb761a18d339035e6a1455a6d80baa5e93d)

Author SHA1 Message Date
Waqas Hussain 6ae4c18ce7 util.pluginloader: Return file path on success in pluginloader.load_code(). 15 years ago
Waqas Hussain cf8bb78998 util.pluginloader: Return full file path from internal file loader on success, not just the name. 15 years ago
Waqas Hussain 799df42891 util.pluginloader: Add support for multiple plugin directories. 15 years ago
Waqas Hussain 4791aa6464 util.pluginloader: Remove useless datamanager dependency. 16 years ago
Waqas Hussain 6f80673f10 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'). 16 years ago
Matthew Wild 679ffe558d prosodyctl, util.pluginloader: Remove support for storing plugins in the data store, and the addplugin command 16 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild 7be6d854c1 util.pluginloader: Don't specify a host for the plugin data store (clever waqas...) 16 years ago
Matthew Wild 7add1f641e util.pluginloader: Support for fetching plugins from the data store 16 years ago
Matthew Wild e45610ce6e Add copyright header to those files missing one 17 years ago
Waqas Hussain 7422c11cfa util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugin tracebacks) 17 years ago
Matthew Wild 1fadaf4fa7 util.pluginloader: Remove unnecessary return value suppressing the real load error 17 years ago
Waqas Hussain 84d3a71ab2 util.pluginloader: Initial commit - a plugin resource loader 17 years ago