log core/modulemanager.lua @ 1291:22dcd5f06bc4

age author description
Sun, 31 May 2009 13:31:20 +0500 Waqas Hussain modulemanager: Keep track of event handlers added by module:hook, and remove them on module unload
Sun, 31 May 2009 01:17:19 +0500 Waqas Hussain modulemanager: Stopped using core.eventmanager in module:fire_event
Sun, 31 May 2009 01:11:48 +0500 Waqas Hussain modulemanager: module:fire_event now fires on the global and host-specific events objects as well
Sun, 31 May 2009 00:54:33 +0500 Waqas Hussain modulemanager: Made some code more concise
Sun, 31 May 2009 00:51:13 +0500 Waqas Hussain modulemanager: module:hook now allows global modules to hook events on the prosody.events object
Sat, 30 May 2009 17:35:32 +0500 Waqas Hussain modulemanager: Added hook(event, handler) to the plugin API
Tue, 19 May 2009 11:50:22 +0100 Matthew Wild modulemanager: Add module:fire_event() to module API