Software /
code /
prosody
Log
util/timer.lua @ 2463:d9ff0190eb4a
description | author | age |
---|---|---|
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 |
Remove version number from copyright headers | Matthew Wild | 2009-07-10 |
0.3->0.4 | Matthew Wild | 2009-03-20 |
util.timer: More small fixes I forgot to commit | Matthew Wild | 2009-02-26 |
util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks when multiple set, and one removed | Matthew Wild | 2009-02-26 |
Added util/timer.lua - a timer API | Waqas Hussain | 2009-02-20 |