Software /
code /
prosody
Log
core/modulemanager.lua @ 3608:ae0f83feaff4
description | author | age |
---|---|---|
modulemanager, usermanager: Removed hooks for the 'component-activated' event (components now fire 'host-activated'). | Waqas Hussain | Wed, 10 Nov 2010 22:27:09 +0500 |
modulemanager: Return an error when loading a module on a non-existent host, don't create the host. Removes dependecy on componentmanager. | Waqas Hussain | Wed, 10 Nov 2010 20:14:33 +0500 |
modulemanager: load_modules_for_host(): For components, the inherited modules are the intersection of the inheritable and global modules lists, not the difference. | Waqas Hussain | Wed, 10 Nov 2010 19:54:38 +0500 |
modulemanager: load_modules_for_host(): Inherit 'tls' and 'dialback' from global modules list for components, and load the component module. Also refactored to use util.set. | Waqas Hussain | Wed, 10 Nov 2010 18:06:51 +0500 |