| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge 0.10->trunk | Matthew Wild | 2016-02-01 | 1 | -4/+1 |
|\| |
|
| * | modulemanager, util.pluginloader: Move logic for locating some module librari... | Matthew Wild | 2016-02-01 | 1 | -4/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2015-08-20 | 1 | -6/+2 |
|\| |
|
| * | core.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 1 | -6/+2 |
* | | Merge 0.10->trunk | Matthew Wild | 2015-05-06 | 1 | -18/+29 |
|\| |
|
| * | moduleapi: Import util.stanza required for module:broadcast() | Matthew Wild | 2015-05-06 | 1 | -0/+1 |
| * | moduleapi: Add luacheck annotation | Matthew Wild | 2015-05-06 | 1 | -1/+1 |
| * | moduleapi: Minor variable renaming to avoid clashes with the 'type' function | Matthew Wild | 2015-05-06 | 1 | -14/+14 |
| * | moduleapi: Clear self.event_handlers when unhooking an event, to prevent leaks | Matthew Wild | 2015-05-06 | 1 | -0/+1 |
| * | moduleapi: module:measure_event(), module:measure_global_event(): Fix copy/pa... | Matthew Wild | 2015-05-06 | 1 | -2/+2 |
| * | moduleapi: Remove accidental use of undefined and unnecessary 'priority' vari... | Matthew Wild | 2015-05-06 | 1 | -1/+1 |
| * | moduleapi: Add module:broadcast() to send a stanza to a list of JIDs | Matthew Wild | 2015-05-06 | 1 | -0/+9 |
* | | Merge 0.10->trunk | Kim Alvefur | 2015-05-03 | 1 | -0/+31 |
|\| |
|
| * | moduleapi: New methods for modules to conveniently wrap events | Matthew Wild | 2015-04-28 | 1 | -0/+12 |
| * | moduleapi: Experimental API for modules to measure the rate+duration of events | Matthew Wild | 2015-04-28 | 1 | -0/+19 |
* | | Merge 0.10->trunk | Matthew Wild | 2015-01-21 | 1 | -0/+5 |
|\| |
|
| * | moduleapi: Module API for statsmanager | Matthew Wild | 2015-01-21 | 1 | -0/+5 |
* | | Merge 0.10->trunk | Kim Alvefur | 2014-09-23 | 1 | -1/+3 |
|\| |
|
| * | core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r) | Kim Alvefur | 2014-09-23 | 1 | -1/+3 |
* | | Merge 0.10->trunk | Kim Alvefur | 2014-09-18 | 1 | -3/+7 |
|\| |
|
| * | core.modulemanager, core.moduleapi: Hack around dependency loop | Kim Alvefur | 2014-09-17 | 1 | -2/+5 |
| * | core.moduleapi: Use require instead of global to get storagemanager in module... | Kim Alvefur | 2014-09-17 | 1 | -1/+2 |
* | | Merge 0.10->trunk | Kim Alvefur | 2014-05-09 | 1 | -1/+2 |
|\| |
|
| * | core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import f... | Kim Alvefur | 2014-05-09 | 1 | -1/+2 |
* | | core.moduleapi: Fix some global accesses. | Waqas Hussain | 2013-11-06 | 1 | -2/+3 |
* | | core/moduleapi: Return timer object from module:add_timer | daurnimator | 2013-11-06 | 1 | -5/+24 |
|/ |
|
* | moduleapi: Add module:unhook() | Matthew Wild | 2013-09-16 | 1 | -0/+4 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -6/+6 |
* | moduleapi: module:get_host_type() now returns 'global' for * and 'local' for ... | Matthew Wild | 2013-08-06 | 1 | -1/+1 |
* | moduleapi: in module:provides(), add the name of the module in item._provided_by | Kim Alvefur | 2013-04-27 | 1 | -0/+1 |
* | moduleapi: module:provides called without an item makes a copy of the environ... | Kim Alvefur | 2013-04-27 | 1 | -1/+7 |
* | moduleapi: Add module:get_option_inherited_set() to return a set that inherit... | Matthew Wild | 2013-04-27 | 1 | -0/+12 |
* | moduleapi: Add module:context(host) to produce a fake API context for a given... | Matthew Wild | 2013-04-27 | 1 | -0/+4 |
* | moduleapi: Make module:open_store() open a store named after the calling modu... | Kim Alvefur | 2013-04-19 | 1 | -1/+1 |
* | moduleapi: Add module:open_store() as a front-end to storagemanager.open() | Matthew Wild | 2013-04-19 | 1 | -0/+4 |
* | moduleapi: assert() that prosody.core_post_stanza is not nil | Matthew Wild | 2013-04-05 | 1 | -1/+4 |
* | moduleapi: have get_host_items wrap on get_items from modulemanager, also add... | Marco Cirillo | 2013-04-01 | 1 | -17/+15 |
* | core.*: Complete removal of all traces of the "core" section and section-rela... | Kim Alvefur | 2013-03-23 | 1 | -5/+2 |
* | moduleapi: Revert previous commit and add comment, it's meant to be this way | Matthew Wild | 2012-09-29 | 1 | -1/+1 |
* | moduleapi: Fix require of modulemanager (thanks mva!) | Matthew Wild | 2012-09-29 | 1 | -1/+1 |
* | moduleapi: Clarify comment | Matthew Wild | 2012-08-03 | 1 | -1/+1 |
* | moduleapi: If path name ends with '-cache' create table as weak (keys and val... | Matthew Wild | 2012-07-30 | 1 | -1/+4 |
* | Merge with Florob | Matthew Wild | 2012-07-28 | 1 | -3/+1 |
|\ |
|
| * | moduleapi: Remove unused import of util.multitable | Matthew Wild | 2012-07-19 | 1 | -3/+1 |
* | | Eliminate direct setfenv usage | Florian Zeitz | 2012-06-08 | 1 | -4/+3 |
|/ |
|
* | modulemanager, moduleapi: Turn module.event_handlers into a multitable and tr... | Matthew Wild | 2012-05-19 | 1 | -6/+1 |
* | moduleapi, modulemanager: Re-structure module.event_handlers so that the same... | Matthew Wild | 2012-05-18 | 1 | -1/+6 |
* | moduleapi: Don't auto-reload self when already reloading (fixes reload of mod... | Matthew Wild | 2012-05-11 | 1 | -1/+1 |
* | moduleapi: Add module:get_directory() to get module file's directory, and mod... | Matthew Wild | 2012-04-28 | 1 | -0/+10 |
* | moduleapi: Import util.timer | Matthew Wild | 2012-04-28 | 1 | -0/+1 |