aboutsummaryrefslogtreecommitdiffstats
path: root/core/modulemanager.lua
Commit message (Expand)AuthorAgeFilesLines
...
* modulemanager: include mod_c2s and mod_s2s into autoloaded modules.Florian Zeitz2012-02-241-1/+1
* modulemanager: load(): Return and use the correct module objectMatthew Wild2012-01-221-2/+2
* modulemanager: Cleanup some unused variables, imports, whitespace and add a c...Matthew Wild2012-01-221-3/+1
* modulemanager, moduleapi: Replace hooks multitable with an event_handlers map...Matthew Wild2012-01-221-17/+5
* modulemanager: Drop unnecessary prosody_events localMatthew Wild2012-01-221-3/+1
* modulemanager: Some reorganisation. Only external change is (should be) that ...Matthew Wild2012-01-221-62/+94
* modulemanager: Move in-module API functions to core.moduleapi (half the file ...Matthew Wild2012-01-221-212/+1
* modulemanager: Remove 'config' from module environments (no modules use it th...Matthew Wild2011-12-131-1/+1
* modulemanager: Fix undefined global access in handling of module.save error h...Waqas Hussain2011-09-211-1/+1
* modulemanager: Fixed undefined global access in broadcast of item-remove even...Waqas Hussain2011-09-171-1/+1
* modulemanager: Add module:handle_items() to allow a module to more easily han...Matthew Wild2011-08-291-0/+10
* modulemanager: Add module:hook_global(name, handler, priority) to hook global...Matthew Wild2011-08-141-0/+11
* core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Ex...Kim Alvefur2011-08-081-0/+3
* modulemanager: Added module.path to the plugin API to let plugins determine t...Waqas Hussain2011-02-201-1/+1
* modulemanager: Fix disabling a module on a single hostPaul Aurich2011-02-011-2/+1
* modulemanager: Removed an unused variable.Waqas Hussain2011-01-051-2/+0
* modulemanager: Auto-load mod_offline.Waqas Hussain2010-12-271-1/+1
* modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add comp...Matthew Wild2010-12-171-0/+7
* modulemanager: Allow components to inherit mod_iq. This allows modules loaded...Waqas Hussain2010-12-021-1/+1
* Backed out changeset bfc47564aaef (No need for _M with module.environment)Matthew Wild2010-11-131-1/+0
* modulemanager: Inside plugins, have global _M as a reference to the module's ...Matthew Wild2010-11-131-0/+1
* modulemanager, usermanager: Removed hooks for the 'component-activated' event...Waqas Hussain2010-11-101-1/+0
* modulemanager: Return an error when loading a module on a non-existent host, ...Waqas Hussain2010-11-101-5/+2
* modulemanager: load_modules_for_host(): For components, the inherited modules...Waqas Hussain2010-11-101-1/+1
* modulemanager: load_modules_for_host(): Inherit 'tls' and 'dialback' from glo...Waqas Hussain2010-11-101-35/+21
* modulemanager: Fixed: Locally defined pcall wasn't returning return values of...Waqas Hussain2010-11-101-1/+1
* componentmanager, hostmanager, modulemanager, mod_component: Got rid of the u...Waqas Hussain2010-11-101-1/+0
* modulemanager, stanza_router: Moved modulemanager.handle_stanza to stanza_rou...Waqas Hussain2010-10-161-22/+0
* modulemanager: Removed another legacy events API (add_event_hook), and relate...Waqas Hussain2010-10-161-17/+0
* modulemanager: Removed legacy events API, and related code.Waqas Hussain2010-10-161-51/+7
* modulemanager: Removed add_iq_handler() from the plugin API.Waqas Hussain2010-10-161-3/+0
* modulemanager: Remove dependency on eventmanagerMatthew Wild2010-08-031-4/+4
* Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> mod_auth_int...Matthew Wild2010-06-041-1/+1
* Have defaultauth load by defaultJeff Mitchell2010-05-271-1/+1
* modulemanager: Log proper tracebacks on errors during module load/unload.Waqas Hussain2010-04-191-1/+9
* Merge 0.6->0.7Matthew Wild2010-03-301-1/+1
|\
| * stanza_router, s2smanager, modulemanager: Fix for handling of the default nam...Matthew Wild2010-03-301-1/+1
* | Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\|
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * modulemanager: Fire item-removed events on module unload.Waqas Hussain2009-12-101-0/+9
* | modulemanager: Fix traceback on unloading global modules (thanks KSid)Matthew Wild2010-02-181-2/+2
* | modulemanager: Load plugin libraries in the same environment as the plugins.Waqas Hussain2010-02-111-1/+1
* | modulemanager: Make the plugin environment available directly (module.environ...Waqas Hussain2010-02-111-0/+1
* | modulemanager: Remove obsolete actions codeMatthew Wild2010-01-211-16/+0
* | modulemanager: Fire item-removed events on module unload.Waqas Hussain2009-12-101-0/+9
* | modulemanager: Fixed a global access.Waqas Hussain2009-12-101-2/+2
* | modulemanager, net.dns: Remove trailing whitespaceMatthew Wild2009-12-021-3/+3
* | modulemanager: Fire events module-loaded and module-unloaded, both receive a ...Matthew Wild2009-12-011-0/+2
* | modulemanager: New module API methods for getting config options with type co...Matthew Wild2009-11-231-1/+82
|/
* modulemanager: api:get_option(): Handle correctly option values of boolean fa...Matthew Wild2009-11-081-1/+8