aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_limits.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_limits: Rename variable to avoid name clash [luacheck]Kim Alvefur2018-05-021-5/+5
| | | | FIXME better name, s_throttle doesn't seem nice
* mod_limits: Fix typo in commentKim Alvefur2017-12-051-1/+1
|
* mod_limits: Handle fractional outstanding balance values (caused by ↵Matthew Wild2017-09-261-0/+2
| | | | | | | e3f7b6fa46ba) Fractional values were passed to string.sub() when doing buffer manipulations, and caused random bytes to be skipped in the stream.
* mod_limits: Import from prosody-modules 2c59f2f0c37d (fixes #129)Matthew Wild2017-09-231-0/+96