util/events.lua
Thu, 03 Sep 2020 12:59:43 +0100 Matthew Wild util.events: Add set_debug_hook() method
Tue, 24 Apr 2018 22:59:41 +0100 Matthew Wild Merge 0.10->trunk
Tue, 24 Apr 2018 22:58:46 +0100 Matthew Wild util.events: Fix loop construct (negative step required)
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Fri, 10 Nov 2017 05:42:32 +0100 Kim Alvefur util: Various minor changes to please [luacheck]
Thu, 12 May 2016 18:45:30 +0100 Matthew Wild util.events: Fix comparison of event_name with nil instead of false (fixes #554)
Wed, 23 Dec 2015 11:17:26 +0000 Matthew Wild util.events: Document data structures
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Wed, 06 May 2015 19:21:29 +0100 Matthew Wild Merge
Wed, 06 May 2015 19:21:18 +0100 Matthew Wild util.events: Add get_handlers() method
Tue, 05 May 2015 00:41:39 +0200 Kim Alvefur util.events: Add local reference to table.remove (fixes traceback)
Tue, 28 Apr 2015 14:19:28 +0100 Matthew Wild util.events: Change from nil to false to indicate adding a global wrapper
Tue, 28 Apr 2015 13:42:59 +0100 Matthew Wild util.events: Add support for event wrappers, functions which can wrap the calling of event handlers to run code before/after an event (for debugging, statistics, logging purposes, etc.)
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Mon, 15 Jul 2013 12:15:51 +0100 Matthew Wild util.events: Remove varargs, event handlers can now only accept a single parameter
Sun, 19 Dec 2010 00:53:19 +0500 Waqas Hussain util.events: Remove an event's table when it has no more handlers.
Sun, 19 Sep 2010 17:51:00 +0500 Waqas Hussain util.events: Event handler indices are now built lazily (faster server startup for large number of hosts).
Fri, 17 Sep 2010 04:09:59 +0500 Waqas Hussain util.events: Create new index on handler change instead of modifying existing one (this makes util.events fully reentrant).
Fri, 17 Sep 2010 04:09:58 +0500 Waqas Hussain util.events: Fixed the exposed API for adding/removing sets of event handlers.
Fri, 17 Sep 2010 04:09:58 +0500 Waqas Hussain util.events: Removed dispatcher creation functions (these weren't being used).
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Thu, 31 Dec 2009 02:39:40 +0000 Matthew Wild util.events: Rename add_plugin() and remove_plugin() to add_handlers() and remove_handlers() respectively
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Thu, 09 Jul 2009 22:57:32 +0100 Matthew Wild util.events: Convert from Windows line endings
Fri, 26 Jun 2009 08:52:26 +0500 Waqas Hussain util.events: Replaced ipairs with slightly faster numeric for loop - #optimization
Sun, 17 May 2009 04:50:32 +0500 Waqas Hussain util.events: Dispatch code now accepts a variable number of arguments
Sun, 17 May 2009 02:06:35 +0500 Waqas Hussain util.events: Much more efficient index building
Sat, 16 May 2009 15:56:45 +0500 Waqas Hussain util.events: handler priorities
Fri, 15 May 2009 06:23:55 +0500 Waqas Hussain util.events: event handlers can now return a result, which also interrupts further handling of the event
Mon, 30 Mar 2009 03:58:59 +0500 Waqas Hussain Added: util/events.lua: An event handling library
less more (0) tip