| Fri, 30 Jan 2026 14:08:53 +0100 |
Link Mauve |
Use util.time.now() consistently instead of socket.gettime()
|
| Fri, 17 Mar 2023 16:23:16 +0100 |
Kim Alvefur |
util: Prefix module imports with prosody namespace
|
| Wed, 28 Feb 2018 20:06:26 +0100 |
Kim Alvefur |
vairious: Add annotation when an empty environment is set [luacheck]
|
| Tue, 26 Sep 2017 18:30:34 +0100 |
Matthew Wild |
util.throttle: Remove unused import of floor() [luacheck]
|
| Sun, 17 Sep 2017 13:29:14 -0400 |
Waqas Hussain |
util.throttle: Fix initial time setting (double accounting the first time) and fractional balance updates (0.1*10 was not the same as 1*1)
|
| Mon, 20 Mar 2017 00:48:28 +0100 |
Kim Alvefur |
util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time
|
| Sat, 21 Feb 2015 10:36:37 +0100 |
Kim Alvefur |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end
|
| Mon, 09 Jul 2012 02:35:47 +0100 |
Matthew Wild |
util.throttle: floor() internal balance calculation
|
| Fri, 13 Jan 2012 23:30:32 +0000 |
Matthew Wild |
util.throttle: Fix 'outstanding' return value
|
| Fri, 13 Jan 2012 23:30:00 +0000 |
Matthew Wild |
util.throttle: Import setmetatable
|
| Mon, 29 Aug 2011 13:00:33 -0400 |
Matthew Wild |
util.throttle: Generic module by waqas to limit something over some time
|