log core/moduleapi.lua @ 7116:ecba5fee4867

age author description
Mon, 01 Feb 2016 21:28:07 +0000 Matthew Wild Merge 0.10->trunk
Mon, 01 Feb 2016 21:26:15 +0000 Matthew Wild 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
Thu, 20 Aug 2015 13:05:22 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Wed, 06 May 2015 19:26:53 +0100 Matthew Wild Merge 0.10->trunk
Wed, 06 May 2015 19:11:27 +0100 Matthew Wild moduleapi: Import util.stanza required for module:broadcast()
Wed, 06 May 2015 19:02:44 +0100 Matthew Wild moduleapi: Add luacheck annotation
Wed, 06 May 2015 19:02:07 +0100 Matthew Wild moduleapi: Minor variable renaming to avoid clashes with the 'type' function
Wed, 06 May 2015 19:01:16 +0100 Matthew Wild moduleapi: Clear self.event_handlers when unhooking an event, to prevent leaks
Wed, 06 May 2015 19:00:05 +0100 Matthew Wild moduleapi: module:measure_event(), module:measure_global_event(): Fix copy/paste error
Wed, 06 May 2015 18:58:29 +0100 Matthew Wild moduleapi: Remove accidental use of undefined and unnecessary 'priority' variable
Wed, 06 May 2015 18:37:46 +0100 Matthew Wild moduleapi: Add module:broadcast() to send a stanza to a list of JIDs
Sun, 03 May 2015 18:39:27 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 28 Apr 2015 14:18:43 +0100 Matthew Wild moduleapi: New methods for modules to conveniently wrap events
Tue, 28 Apr 2015 13:52:07 +0100 Matthew Wild moduleapi: Experimental API for modules to measure the rate+duration of events
Wed, 21 Jan 2015 01:29:00 +0000 Matthew Wild Merge 0.10->trunk
Wed, 21 Jan 2015 01:28:12 +0000 Matthew Wild moduleapi: Module API for statsmanager
Tue, 23 Sep 2014 01:44:16 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 23 Sep 2014 00:23:33 +0200 Kim Alvefur core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r)
Thu, 18 Sep 2014 02:22:48 +0200 Kim Alvefur Merge 0.10->trunk
Wed, 17 Sep 2014 14:48:49 +0200 Kim Alvefur core.modulemanager, core.moduleapi: Hack around dependency loop
Wed, 17 Sep 2014 14:47:52 +0200 Kim Alvefur core.moduleapi: Use require instead of global to get storagemanager in module:open_store()
Fri, 09 May 2014 23:35:54 +0200 Kim Alvefur Merge 0.10->trunk
Fri, 09 May 2014 19:35:29 +0200 Kim Alvefur core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
Wed, 06 Nov 2013 14:38:51 -0500 Waqas Hussain core.moduleapi: Fix some global accesses.
Wed, 06 Nov 2013 12:56:35 -0500 daurnimator core/moduleapi: Return timer object from module:add_timer
Mon, 16 Sep 2013 18:41:09 +0100 Matthew Wild moduleapi: Add module:unhook()
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Tue, 06 Aug 2013 17:17:23 +0100 Matthew Wild moduleapi: module:get_host_type() now returns 'global' for * and 'local' for non-components
Sat, 27 Apr 2013 19:44:37 +0200 Kim Alvefur moduleapi: in module:provides(), add the name of the module in item._provided_by
Sat, 27 Apr 2013 19:14:22 +0200 Kim Alvefur moduleapi: module:provides called without an item makes a copy of the environment instead. Fixes warnings about non-existent globals
Sat, 27 Apr 2013 14:59:00 +0100 Matthew Wild moduleapi: Add module:get_option_inherited_set() to return a set that inherits items from a globally set set, if set