| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | modulemanager: load(): Return and use the correct module object | Matthew Wild | 2012-01-22 | 1 | -2/+2 |
* | modulemanager: Cleanup some unused variables, imports, whitespace and add a c... | Matthew Wild | 2012-01-22 | 1 | -3/+1 |
* | modulemanager, moduleapi: Replace hooks multitable with an event_handlers map... | Matthew Wild | 2012-01-22 | 1 | -17/+5 |
* | modulemanager: Drop unnecessary prosody_events local | Matthew Wild | 2012-01-22 | 1 | -3/+1 |
* | modulemanager: Some reorganisation. Only external change is (should be) that ... | Matthew Wild | 2012-01-22 | 1 | -62/+94 |
* | modulemanager: Move in-module API functions to core.moduleapi (half the file ... | Matthew Wild | 2012-01-22 | 1 | -212/+1 |
* | modulemanager: Remove 'config' from module environments (no modules use it th... | Matthew Wild | 2011-12-13 | 1 | -1/+1 |
* | modulemanager: Fix undefined global access in handling of module.save error h... | Waqas Hussain | 2011-09-21 | 1 | -1/+1 |
* | modulemanager: Fixed undefined global access in broadcast of item-remove even... | Waqas Hussain | 2011-09-17 | 1 | -1/+1 |
* | modulemanager: Add module:handle_items() to allow a module to more easily han... | Matthew Wild | 2011-08-29 | 1 | -0/+10 |
* | modulemanager: Add module:hook_global(name, handler, priority) to hook global... | Matthew Wild | 2011-08-14 | 1 | -0/+11 |
* | core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Ex... | Kim Alvefur | 2011-08-08 | 1 | -0/+3 |
* | modulemanager: Added module.path to the plugin API to let plugins determine t... | Waqas Hussain | 2011-02-20 | 1 | -1/+1 |
* | modulemanager: Fix disabling a module on a single host | Paul Aurich | 2011-02-01 | 1 | -2/+1 |
* | modulemanager: Removed an unused variable. | Waqas Hussain | 2011-01-05 | 1 | -2/+0 |
* | modulemanager: Auto-load mod_offline. | Waqas Hussain | 2010-12-27 | 1 | -1/+1 |
* | modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add comp... | Matthew Wild | 2010-12-17 | 1 | -0/+7 |
* | modulemanager: Allow components to inherit mod_iq. This allows modules loaded... | Waqas Hussain | 2010-12-02 | 1 | -1/+1 |
* | Backed out changeset bfc47564aaef (No need for _M with module.environment) | Matthew Wild | 2010-11-13 | 1 | -1/+0 |
* | modulemanager: Inside plugins, have global _M as a reference to the module's ... | Matthew Wild | 2010-11-13 | 1 | -0/+1 |
* | modulemanager, usermanager: Removed hooks for the 'component-activated' event... | Waqas Hussain | 2010-11-10 | 1 | -1/+0 |
* | modulemanager: Return an error when loading a module on a non-existent host, ... | Waqas Hussain | 2010-11-10 | 1 | -5/+2 |
* | modulemanager: load_modules_for_host(): For components, the inherited modules... | Waqas Hussain | 2010-11-10 | 1 | -1/+1 |
* | modulemanager: load_modules_for_host(): Inherit 'tls' and 'dialback' from glo... | Waqas Hussain | 2010-11-10 | 1 | -35/+21 |
* | modulemanager: Fixed: Locally defined pcall wasn't returning return values of... | Waqas Hussain | 2010-11-10 | 1 | -1/+1 |
* | componentmanager, hostmanager, modulemanager, mod_component: Got rid of the u... | Waqas Hussain | 2010-11-10 | 1 | -1/+0 |
* | modulemanager, stanza_router: Moved modulemanager.handle_stanza to stanza_rou... | Waqas Hussain | 2010-10-16 | 1 | -22/+0 |
* | modulemanager: Removed another legacy events API (add_event_hook), and relate... | Waqas Hussain | 2010-10-16 | 1 | -17/+0 |
* | modulemanager: Removed legacy events API, and related code. | Waqas Hussain | 2010-10-16 | 1 | -51/+7 |
* | modulemanager: Removed add_iq_handler() from the plugin API. | Waqas Hussain | 2010-10-16 | 1 | -3/+0 |
* | modulemanager: Remove dependency on eventmanager | Matthew Wild | 2010-08-03 | 1 | -4/+4 |
* | Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> mod_auth_int... | Matthew Wild | 2010-06-04 | 1 | -1/+1 |
* | Have defaultauth load by default | Jeff Mitchell | 2010-05-27 | 1 | -1/+1 |
* | modulemanager: Log proper tracebacks on errors during module load/unload. | Waqas Hussain | 2010-04-19 | 1 | -1/+9 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-30 | 1 | -1/+1 |
|\ |
|
| * | stanza_router, s2smanager, modulemanager: Fix for handling of the default nam... | Matthew Wild | 2010-03-30 | 1 | -1/+1 |
* | | 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 |
| * | modulemanager: Fire item-removed events on module unload. | Waqas Hussain | 2009-12-10 | 1 | -0/+9 |
* | | modulemanager: Fix traceback on unloading global modules (thanks KSid) | Matthew Wild | 2010-02-18 | 1 | -2/+2 |
* | | modulemanager: Load plugin libraries in the same environment as the plugins. | Waqas Hussain | 2010-02-11 | 1 | -1/+1 |
* | | modulemanager: Make the plugin environment available directly (module.environ... | Waqas Hussain | 2010-02-11 | 1 | -0/+1 |
* | | modulemanager: Remove obsolete actions code | Matthew Wild | 2010-01-21 | 1 | -16/+0 |
* | | modulemanager: Fire item-removed events on module unload. | Waqas Hussain | 2009-12-10 | 1 | -0/+9 |
* | | modulemanager: Fixed a global access. | Waqas Hussain | 2009-12-10 | 1 | -2/+2 |
* | | modulemanager, net.dns: Remove trailing whitespace | Matthew Wild | 2009-12-02 | 1 | -3/+3 |
* | | modulemanager: Fire events module-loaded and module-unloaded, both receive a ... | Matthew Wild | 2009-12-01 | 1 | -0/+2 |
* | | modulemanager: New module API methods for getting config options with type co... | Matthew Wild | 2009-11-23 | 1 | -1/+82 |
|/ |
|
* | modulemanager: api:get_option(): Handle correctly option values of boolean fa... | Matthew Wild | 2009-11-08 | 1 | -1/+8 |
* | modulemanager: Module loading rewritten to gracefully deal with errors in mod... | Waqas Hussain | 2009-10-18 | 1 | -18/+22 |