Let Google Hangouts contacts appear offline
[prosody.git] / util / timer.lua
2012-05-12 Waqas Hussainutil.timer: Always pass the current time to timer callb...
2012-05-11 Matthew WildMerge with backout
2012-05-03 Matthew Wildutil.timer: Remove unnecessary require calls, fixes...
2012-05-03 Matthew WildMerge with Zash
2012-05-03 Matthew Wildnet.server, net.timer, net.server_select: Rearrange...
2012-04-28 Matthew Wildutil.timer: Remove unused function imports
2011-11-03 Matthew Wildutil.timer: Variable name change (func -> callback)
2011-09-22 Matthew Wildutil.timer: Fix corner case of timer not repeating...
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-02 Waqas Hussainutil.timer: Activate higher timer precision.
2010-05-21 Matthew WildMerge with backout
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-04-07 Matthew WildMerge 0.7->trunk
2010-04-07 Matthew Wildutil.timer: When using libevent hold onto the event...
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-17 Matthew Wildutil.timer: Use luaevent's built-in method of repeating...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-21 Matthew Wildutil.timer: Fix libevent timers (event.base doesn't...
2009-11-21 Matthew Wildutil.timer: Use libevent for lightweight timers if...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-03 Matthew Wildutil.timer: Pass current_time to timer callbacks
2009-07-10 Matthew WildRemove version number from copyright headers
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-03 Tobias MarkmannMerged with main tip.
2009-02-26 Matthew Wildutil.timer: More small fixes I forgot to commit
2009-02-26 Matthew Wildutil.timer: Fix crash when loaded but no tasks set...
2009-02-20 Waqas HussainAdded util/timer.lua - a timer API