aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/redis_scripts/ratelimit_check.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Make names more informativeLeftTry2024-09-291-4/+4
|
* [Minor] Change wrong logic of LRU cache to the right oneLeftTry2024-09-291-1/+1
|
* [Feature] Add LRU cache for last filled ratelimit bucketsLeftTry2024-09-291-0/+5
|
* [Project] Enable compatibility with the existing bucketsVsevolod Stakhov2024-07-091-6/+16
|
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-10/+20
|
* fix: avoid double-dip of nrcpt when calculating ratelimit conditionAndreas Simbuerger2023-03-291-1/+1
| | | | | Before this commit, rspamd would consider the number of recipients of the current message twice when calculating the ratelimit condition.
* [Minor] Add some more comments as we now strip themVsevolod Stakhov2023-03-251-13/+23
|
* [Minor] Improve style in the scriptsVsevolod Stakhov2023-03-251-15/+18
|
* [Minor] Move redis scripts from ratelimit file to simplify checksVsevolod Stakhov2023-03-251-0/+62