log core/moduleapi.lua @ 7153:89fa66d4e502

age author description
Thu, 04 Feb 2016 10:05:35 +0100 Kim Alvefur moduleapi: Add API method for getting a file path
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