Sun, 19 Dec 2010 00:53:19 +0500 Waqas Hussain util.events: Remove an event's table when it has no more handlers. file | diff | annotate
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). file | diff | annotate
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). file | diff | annotate
Fri, 17 Sep 2010 04:09:58 +0500 Waqas Hussain util.events: Fixed the exposed API for adding/removing sets of event handlers. file | diff | annotate
Fri, 17 Sep 2010 04:09:58 +0500 Waqas Hussain util.events: Removed dispatcher creation functions (these weren't being used). file | diff | annotate
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
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 file | diff | annotate
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one file | diff | annotate
Thu, 09 Jul 2009 22:57:32 +0100 Matthew Wild util.events: Convert from Windows line endings file | diff | annotate
Fri, 26 Jun 2009 08:52:26 +0500 Waqas Hussain util.events: Replaced ipairs with slightly faster numeric for loop - #optimization file | diff | annotate
Sun, 17 May 2009 04:50:32 +0500 Waqas Hussain util.events: Dispatch code now accepts a variable number of arguments file | diff | annotate
Sun, 17 May 2009 02:06:35 +0500 Waqas Hussain util.events: Much more efficient index building file | diff | annotate
Sat, 16 May 2009 15:56:45 +0500 Waqas Hussain util.events: handler priorities file | diff | annotate
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 file | diff | annotate
Mon, 30 Mar 2009 03:58:59 +0500 Waqas Hussain Added: util/events.lua: An event handling library file | diff | annotate
(0) tip

mercurial