mod_privacy: Fix selecting the top resource (fixes #694)
[prosody.git] / util / events.lua
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.7->0.8
2010-12-18 Waqas Hussainutil.events: Remove an event's table when it has no...
2010-09-19 Waqas Hussainutil.events: Event handler indices are now built lazily...
2010-09-16 Waqas Hussainutil.events: Create new index on handler change instead...
2010-09-16 Waqas Hussainutil.events: Fixed the exposed API for adding/removing...
2010-09-16 Waqas Hussainutil.events: Removed dispatcher creation functions...
2010-05-21 Matthew WildMerge with backout
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-24 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-05 Matthew WildMerge with backout
2009-12-31 Matthew Wildutil.events: Rename add_plugin() and remove_plugin...
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-07-09 Matthew Wildutil.events: Convert from Windows line endings
2009-06-26 Waqas Hussainutil.events: Replaced ipairs with slightly faster numer...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-19 Matthew WildMerge with 0.4
2009-05-16 Waqas Hussainutil.events: Dispatch code now accepts a variable numbe...
2009-05-16 Waqas Hussainutil.events: Much more efficient index building
2009-05-16 Waqas Hussainutil.events: handler priorities
2009-05-15 Tobias MarkmannMerging SASL buggy client workaround with current tip.
2009-05-15 Waqas Hussainutil.events: event handlers can now return a result...
2009-03-30 Matthew WildAutomated merge with ssh://hg@prosody.im/prosody-hg
2009-03-29 Waqas HussainAdded: util/events.lua: An event handling library