prosody
log
graph
tags
bookmarks
branches
429068c24ea0
browse
changeset
util/events.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
util/events.lua @ 6714:
429068c24ea0
less
more
|
(0)
-15
tip
description
author
age
Merge
Matthew Wild
2015-05-06
util.events: Add get_handlers() method
Matthew Wild
2015-05-06
util.events: Add local reference to table.remove (fixes traceback)
Kim Alvefur
2015-05-04
util.events: Change from nil to false to indicate adding a global wrapper
Matthew Wild
2015-04-28
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.)
Matthew Wild
2015-04-28
Remove all trailing whitespace
Florian Zeitz
2013-08-09
util.events: Remove varargs, event handlers can now only accept a single parameter
Matthew Wild
2013-07-15
util.events: Remove an event's table when it has no more handlers.
Waqas Hussain
2010-12-18
util.events: Event handler indices are now built lazily (faster server startup for large number of hosts).
Waqas Hussain
2010-09-19
util.events: Create new index on handler change instead of modifying existing one (this makes util.events fully reentrant).
Waqas Hussain
2010-09-16
util.events: Fixed the exposed API for adding/removing sets of event handlers.
Waqas Hussain
2010-09-16
util.events: Removed dispatcher creation functions (these weren't being used).
Waqas Hussain
2010-09-16
Merge 0.6->0.7
Matthew Wild
2010-03-22
Update copyright headers for 2010
Matthew Wild
2010-03-22
util.events: Rename add_plugin() and remove_plugin() to add_handlers() and remove_handlers() respectively
Matthew Wild
2009-12-31
less
more
|
(0)
-15
tip