Software /
code /
prosody
Log
util/events.lua @ 2526:401ff68413a1
description | author | age |
---|---|---|
util.events: Rename add_plugin() and remove_plugin() to add_handlers() and remove_handlers() respectively | Matthew Wild | 2009-12-31 |
Add copyright header to those files missing one | Matthew Wild | 2009-07-10 |
util.events: Convert from Windows line endings | Matthew Wild | 2009-07-09 |
util.events: Replaced ipairs with slightly faster numeric for loop - #optimization | Waqas Hussain | 2009-06-26 |
util.events: Dispatch code now accepts a variable number of arguments | Waqas Hussain | 2009-05-16 |
util.events: Much more efficient index building | Waqas Hussain | 2009-05-16 |
util.events: handler priorities | Waqas Hussain | 2009-05-16 |
util.events: event handlers can now return a result, which also interrupts further handling of the event | Waqas Hussain | 2009-05-15 |
Added: util/events.lua: An event handling library | Waqas Hussain | 2009-03-29 |