Log

core/moduleapi.lua @ 7287:867f107409d9

description author age
loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unpack [luacheck] Kim Alvefur 2016-02-18
loggingmanager,modulemanager,moduleapi: Localize unpack compatible with Lua 5.2+ Kim Alvefur 2016-02-18
moduleapi: Silence luacheck warning about unused 'id' parameter Matthew Wild 2016-02-05
Merge 0.10->trunk Matthew Wild 2016-02-05
moduleapi: Add API method for getting a file path Kim Alvefur 2016-02-04
Merge 0.10->trunk Matthew Wild 2016-02-01
modulemanager, util.pluginloader: Move logic for locating some module libraries to pluginloader, to fix problems with non-filesystem errors being masked by the second load_code call Matthew Wild 2016-02-01
Merge 0.10->trunk Kim Alvefur 2015-08-20
core.*: Remove use of module() function Kim Alvefur 2015-02-21
Merge 0.10->trunk Matthew Wild 2015-05-06
moduleapi: Import util.stanza required for module:broadcast() Matthew Wild 2015-05-06
moduleapi: Add luacheck annotation Matthew Wild 2015-05-06
moduleapi: Minor variable renaming to avoid clashes with the 'type' function Matthew Wild 2015-05-06
moduleapi: Clear self.event_handlers when unhooking an event, to prevent leaks Matthew Wild 2015-05-06
moduleapi: module:measure_event(), module:measure_global_event(): Fix copy/paste error Matthew Wild 2015-05-06
moduleapi: Remove accidental use of undefined and unnecessary 'priority' variable Matthew Wild 2015-05-06
moduleapi: Add module:broadcast() to send a stanza to a list of JIDs Matthew Wild 2015-05-06
Merge 0.10->trunk Kim Alvefur 2015-05-03
moduleapi: New methods for modules to conveniently wrap events Matthew Wild 2015-04-28
moduleapi: Experimental API for modules to measure the rate+duration of events Matthew Wild 2015-04-28
Merge 0.10->trunk Matthew Wild 2015-01-21
moduleapi: Module API for statsmanager Matthew Wild 2015-01-21
Merge 0.10->trunk Kim Alvefur 2014-09-22
core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r) Kim Alvefur 2014-09-22
Merge 0.10->trunk Kim Alvefur 2014-09-18
core.modulemanager, core.moduleapi: Hack around dependency loop Kim Alvefur 2014-09-17
core.moduleapi: Use require instead of global to get storagemanager in module:open_store() Kim Alvefur 2014-09-17
Merge 0.10->trunk Kim Alvefur 2014-05-09
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths Kim Alvefur 2014-05-09
core.moduleapi: Fix some global accesses. Waqas Hussain 2013-11-06