Software /
code /
prosody
Log
util/timer.lua @ 3075:39a86b0d108b
description | author | age |
---|---|---|
util.timer: When using libevent hold onto the event handle to stop it being collected (and the timer stopping). Fixes BOSH ghosts, thanks Flo, niekie, waqas. | Matthew Wild | 2010-04-07 |
Merge 0.6->0.7 | Matthew Wild | 2010-03-22 |
Update copyright headers for 2010 | Matthew Wild | 2010-03-22 |
util.timer: Use luaevent's built-in method of repeating an event (fixes a weird crash) | Matthew Wild | 2009-12-17 |
util.timer: Fix libevent timers (event.base doesn't exist...) | Matthew Wild | 2009-11-21 |
util.timer: Use libevent for lightweight timers if available and configured (use_libevent option) | Matthew Wild | 2009-11-21 |
util.timer: Pass current_time to timer callbacks | Matthew Wild | 2009-10-03 |