index
:
rspamd.git
external-maps
libev-migration
log_json
master
mime-rework
rdns-tcp-rework
rework-symcache
rspamd-0.5
rspamd-0.6
rspamd-0.7
rspamd-0.8
rspamd-0.9
rspamd-1.0
rspamd-1.1
rspamd-1.2
rspamd-1.3
rspamd-1.4
rspamd-1.5
rspamd-1.6
rspamd-1.9
rspamd-3.10
rspamd-3.7
rspamd-3.8
rspamd-3.9
torch-removal
vstakhov-anonymize-mime
vstakhov-another-grow-factor-fix
vstakhov-ci-try
vstakhov-conf-reorg
vstakhov-cpu-detection
vstakhov-cumulative-tcp-timeout
vstakhov-fasttext-langdet
vstakhov-fix-2047-encode
vstakhov-fix-dcc
vstakhov-fuzzy-cxx
vstakhov-fuzzy-limits-display
vstakhov-fuzzy-tcp
vstakhov-gpt-ollama
vstakhov-keypair-encoding
vstakhov-known-senders
vstakhov-llm-anonymize
vstakhov-llm-embeddings
vstakhov-lua-text-api
vstakhov-new-hiredis
vstakhov-openssl-provider-message
vstakhov-remove-control-block
vstakhov-some-build-fixes
vstakhov-ssl-fixes
vstakhov-stringzilla
vstakhov-strip-attachments
vstakhov-surbl-conf-fix
vstakhov-universal-hashing-lua
vstakhov-utf8-mime
vstakhov-zstd-headers
Rapid spam filtering system: https://github.com/rspamd/rspamd
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
lua
/
ratelimit.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Minor] Format floating point number
Vsevolod Stakhov
2017-04-23
1
-1
/
+1
*
[Fix] Detect confighelp in plugins initialisation
Vsevolod Stakhov
2017-04-22
1
-0
/
+4
*
[Feature] Memoize LPEG grammars
Vsevolod Stakhov
2017-03-25
1
-22
/
+26
*
[Fix] Fix ratelimit + greylisting
Vsevolod Stakhov
2017-03-08
1
-1
/
+5
*
[Feature] Add `rip` keyword to ratelimit module
Andrew Lewis
2017-02-01
1
-0
/
+7
*
[Minor] Rework ratelimit module changes
Andrew Lewis
2017-01-24
1
-9
/
+7
*
[Minor] Small fix for friendly leak rates in ratelimit module
Andrew Lewis
2017-01-24
1
-5
/
+8
*
[Feature] Implement human readable buckets configuration
Vsevolod Stakhov
2017-01-21
1
-0
/
+63
*
[Minor] Avoid some table lookups in Lua parts
Andrew Lewis
2016-12-15
1
-3
/
+5
*
[Minor] Reduce priority for greylist/ratelimit modules
Andrew Lewis
2016-11-26
1
-1
/
+1
*
[Minor] Fix misprint
Vsevolod Stakhov
2016-11-24
1
-1
/
+1
*
[Rework] Use new maps add function
Vsevolod Stakhov
2016-11-24
1
-6
/
+4
*
[Minor] Use new logging API everywhere
Andrew Lewis
2016-11-17
1
-3
/
+3
*
[Minor] Move upstream handling into rspamd_redis_make_request
Andrew Lewis
2016-11-16
1
-10
/
+3
*
[Minor] Fix upstreams handling
Andrew Lewis
2016-11-16
1
-6
/
+3
*
[Minor] Lint Lua plugins & global functions
Andrew Lewis
2016-11-14
1
-11
/
+17
*
[Minor] Remove handful more globals
Andrew Lewis
2016-11-07
1
-3
/
+4
*
[Minor] Remove couple more globals in Lua plugins
Andrew Lewis
2016-11-07
1
-3
/
+5
*
[Feature] Allow custom functions for ratelimits
Vsevolod Stakhov
2016-11-02
1
-1
/
+9
*
[Rework] Adopt plugins
Vsevolod Stakhov
2016-10-17
1
-3
/
+3
*
[Minor] Ratelimit: properly handle bounces with empty `from`
Alexander Moisseev
2016-10-14
1
-1
/
+1
*
[Minor] Set/reduce postfilter priorities
Andrew Lewis
2016-09-29
1
-0
/
+1
*
[Feature] Ratelimit: Support dynamic bucket size/leak rate
Andrew Lewis
2016-09-29
1
-3
/
+24
*
[Minor] Fix processing of messages with no recipients
Vsevolod Stakhov
2016-09-27
1
-1
/
+1
*
[Minor] Fix whitelisted_user map initialisation
Andrew Lewis
2016-09-14
1
-1
/
+5
*
[Minor] Ratelimit: don't copy data
Andrew Lewis
2016-09-14
1
-2
/
+1
*
[Minor] Remove more useless code from ratelimit
Andrew Lewis
2016-09-13
1
-2
/
+0
*
[Minor] Some small changes to ratelimit
Andrew Lewis
2016-09-13
1
-11
/
+25
*
[Minor] Fix ratelimit rework: don't recycle stale value
Andrew Lewis
2016-09-12
1
-13
/
+4
*
[Feature] User-defined ratelimits
Andrew Lewis
2016-09-12
1
-138
/
+150
*
[Fix] Properly handle nil values in ratelimit plugin
Andrew Lewis
2016-09-09
1
-13
/
+39
*
[Fix] Fix setting ratelimit key for 'ip' bucket
Andrew Lewis
2016-09-09
1
-0
/
+2
*
[Minor] Improve logging for ratelimit
Vsevolod Stakhov
2016-09-08
1
-1
/
+5
*
[Minor] Ratelimit: remove duplicated division on ham scores; fix registration
Andrew Lewis
2016-09-06
1
-2
/
+2
*
Revert "[Feature] Add common way to disable Lua modules"
Andrew Lewis
2016-09-05
1
-4
/
+0
*
[Minor] Use infox instead of info in logging
Vsevolod Stakhov
2016-09-04
1
-1
/
+1
*
[Minor] Fix log message; don't use legacy API
Andrew Lewis
2016-09-02
1
-1
/
+1
*
[Feature] Add common way to disable Lua modules
Andrew Lewis
2016-09-01
1
-0
/
+4
*
[Fix] Banish table.maxn from Lua parts
Andrew Lewis
2016-09-01
1
-1
/
+1
*
[Feature] Support excluding selected users from ratelimits
Andrew Lewis
2016-08-31
1
-1
/
+10
*
[Feature] Adaptive ratelimits
Andrew Lewis
2016-08-26
1
-122
/
+208
*
[Fix] Avoid setting limits when required elements are missing
Vsevolod Stakhov
2016-08-16
1
-19
/
+21
*
[Fix] Use new postfilters and prefilters API in the plugins
Vsevolod Stakhov
2016-07-12
1
-2
/
+10
*
[Fix] Some more fixes to ratelimit plugin
Vsevolod Stakhov
2016-06-22
1
-7
/
+20
*
[Fix] Fix issues with multiple returns from lua
Vsevolod Stakhov
2016-06-22
1
-1
/
+1
*
[Feature] Use new redis API in ratelimit plugin
Vsevolod Stakhov
2016-06-22
1
-39
/
+44
*
[Feature] Use generic global string split function
Vsevolod Stakhov
2016-05-28
1
-29
/
+3
*
[Feature] Use universal redis definitions in rspamd plugins
Vsevolod Stakhov
2016-05-28
1
-17
/
+11
*
[Fix] Fix ratelimit initialization
Vsevolod Stakhov
2016-05-03
1
-7
/
+10
*
[Feature] Rework ratelimit module to set expiration
Vsevolod Stakhov
2016-04-26
1
-22
/
+14
[next]