| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | moduleapi: Fix parameters to unhook_object_event() | Matthew Wild | 2012-04-26 | 1 | -1/+1 |
* | moduleapi: module:depends(): Don't load shared modules onto the current host ... | Matthew Wild | 2012-04-26 | 1 | -1/+2 |
* | moduleapi: Add module:unhook_object_event() | Matthew Wild | 2012-04-26 | 1 | -0/+4 |
* | moduleapi: Add module:add_timer(delay, callback) - automatically halts the ti... | Matthew Wild | 2012-04-23 | 1 | -0/+7 |
* | moduleapi: module:depends(): Load shared modules onto the current host even i... | Matthew Wild | 2012-04-23 | 1 | -0/+3 |
* | moduleapi: module:provides(): Add "-provider" onto the key name | Matthew Wild | 2012-04-23 | 1 | -1/+1 |
* | moduleapi: module:provides(): Fix usage of wrong table | Matthew Wild | 2012-04-23 | 1 | -1/+1 |
* | moduleapi: Have modules internally store a reference to shared tables they us... | Matthew Wild | 2012-04-21 | 1 | -0/+2 |
* | moduleapi: Add module:send() as an alias for core_post_stanza() from the curr... | Matthew Wild | 2012-03-15 | 1 | -0/+5 |
* | moduleapi: Add module:provides(), a shortcut to add an item with the current ... | Matthew Wild | 2012-03-15 | 1 | -0/+14 |
* | moduleapi: Set module.global = true when module:set_global() is called | Matthew Wild | 2012-03-14 | 1 | -0/+1 |
* | moduleapi: Add module:shared(), a way to easily share data between multiple l... | Matthew Wild | 2012-01-22 | 1 | -0/+23 |
* | moduleapi: Add module:depends(), a way to safely depend upon another module a... | Matthew Wild | 2012-01-22 | 1 | -0/+29 |
* | modulemanager, moduleapi: Replace hooks multitable with an event_handlers map... | Matthew Wild | 2012-01-22 | 1 | -4/+7 |
* | modulemanager: Move in-module API functions to core.moduleapi (half the file ... | Matthew Wild | 2012-01-22 | 1 | -0/+239 |