Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |