Software /
code /
prosody
Log
core/moduleapi.lua @ 4565:5a2212d3468e
description | author | age |
---|---|---|
moduleapi: Add module:shared(), a way to easily share data between multiple loaded modules | Matthew Wild | Sun, 22 Jan 2012 19:48:53 +0000 |
moduleapi: Add module:depends(), a way to safely depend upon another module at runtime | Matthew Wild | Sun, 22 Jan 2012 19:35:50 +0000 |
modulemanager, moduleapi: Replace hooks multitable with an event_handlers map stored in individual modules. Also adds module:hook_object_event() to hook events on any util.events compatible object. | Matthew Wild | Sun, 22 Jan 2012 18:49:11 +0000 |
modulemanager: Move in-module API functions to core.moduleapi (half the file size, yay) | Matthew Wild | Sun, 22 Jan 2012 18:41:55 +0000 |