Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Migrate from ip_score to reputation | Vsevolod Stakhov | 2019-07-17 | 1 | -0/+4 |
| | |||||
* | [Slashing] Remove ip_score module | Vsevolod Stakhov | 2019-07-17 | 1 | -426/+0 |
| | |||||
* | [Minor] Remove too long strings in Lua code | Vsevolod Stakhov | 2018-12-23 | 1 | -10/+18 |
| | |||||
* | [Minor] Unify check_auth/check_local options | Vsevolod Stakhov | 2018-10-02 | 1 | -7/+18 |
| | |||||
* | [Fix] ip_score - respect check_authed and check_local settings from config | Carsten Rosenberg | 2018-10-02 | 1 | -4/+7 |
| | |||||
* | [Feature] Use pure Lua debugm function | Vsevolod Stakhov | 2018-08-10 | 1 | -6/+6 |
| | |||||
* | [Fix] Use better sharding for ip_score | Vsevolod Stakhov | 2018-05-07 | 1 | -9/+15 |
| | | | | Updating: true | ||||
* | [Fix] Fix various modules in case of empty message | Andrew Lewis | 2018-03-13 | 1 | -1/+3 |
| | |||||
* | [Minor] ip_score.lua: fix variable value type | Alexander Moisseev | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix groups override when defining symbols | Vsevolod Stakhov | 2018-02-13 | 1 | -0/+2 |
| | |||||
* | [Fix] Setting check_local / check_authed in plugins (#1954) | Andrew Lewis | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | [Feature] Store plugins state | Vsevolod Stakhov | 2017-12-03 | 1 | -0/+3 |
| | |||||
* | [Minor] Rebalance IP score coefficients | Vsevolod Stakhov | 2017-09-09 | 1 | -3/+3 |
| | |||||
* | [Minor] Add some extra debug to ip_score module | Vsevolod Stakhov | 2017-09-03 | 1 | -0/+11 |
| | |||||
* | [Minor] Remove unused var | Vsevolod Stakhov | 2017-08-19 | 1 | -1/+0 |
| | |||||
* | [Minor] Use lua string split instead of switching to C | Vsevolod Stakhov | 2017-08-19 | 1 | -4/+2 |
| | |||||
* | [Feature] Skip updates for messages scanned via controller | Vsevolod Stakhov | 2017-07-01 | 1 | -0/+2 |
| | | | | | | | | | | | | Rationale: controller worker is not designed to perform scan jobs, hence, we check for `Password` header or check `User-Agent` for `rspamc` and skip some of rules parts: - DMARC reports - Greylisting - Ratelimits - Ip score update - Clickhouse export | ||||
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | [Fix] Fix ip_score map configuration | Andrew Lewis | 2017-03-29 | 1 | -3/+3 |
| | | | | | - Issue: #1563 - Reported by: @Dmitry55 | ||||
* | [Minor] Add nan protection for ipscore | Vsevolod Stakhov | 2017-02-13 | 1 | -0/+3 |
| | |||||
* | [Minor] Avoid nan poisoning in ip_score | Vsevolod Stakhov | 2017-01-25 | 1 | -1/+5 |
| | |||||
* | [Fix] Revert change to ip_score | Vsevolod Stakhov | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | [Rework] Use new maps add function | Vsevolod Stakhov | 2016-11-24 | 1 | -6/+4 |
| | |||||
* | [Fix] Properly get options for ip_score module | Vsevolod Stakhov | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Use new logging API everywhere | Andrew Lewis | 2016-11-17 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix warnings | Andrew Lewis | 2016-11-16 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix upstreams handling | Andrew Lewis | 2016-11-16 | 1 | -4/+2 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -10/+26 |
| | |||||
* | [Rework] Adopt plugins | Vsevolod Stakhov | 2016-10-17 | 1 | -2/+2 |
| | |||||
* | [Fix] Fix ip_score module registration | Alexander Moisseev | 2016-10-01 | 1 | -10/+9 |
| | |||||
* | [Minor] Allow for re-enabling default-disabled checks | Andrew Lewis | 2016-09-30 | 1 | -2/+11 |
| | |||||
* | [Minor] Set/reduce postfilter priorities | Andrew Lewis | 2016-09-29 | 1 | -0/+1 |
| | |||||
* | Revert "[Feature] Add common way to disable Lua modules" | Andrew Lewis | 2016-09-05 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua | ||||
* | [Minor] Use infox instead of info in logging | Vsevolod Stakhov | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 1 | -0/+4 |
| | |||||
* | [Minor] Disable IP Score for authenticated users & local networks | Andrew Lewis | 2016-08-31 | 1 | -1/+8 |
| | |||||
* | [Minor] Ip Score: Fix display of subscores | Andrew Lewis | 2016-08-30 | 1 | -4/+4 |
| | |||||
* | [Feature] Adaptive ratelimits | Andrew Lewis | 2016-08-26 | 1 | -7/+3 |
| | | | | | - Also per-IP and per-ASN ratelimits - Minor rework of some parts | ||||
* | [Feature] Allow for more fine-grained scoring for ip_score | Andrew Lewis | 2016-08-19 | 1 | -7/+12 |
| | | | | - Also simplify some funny math | ||||
* | [Fix] Defer insertion of results in ip_score to avoid skewing stats | Andrew Lewis | 2016-08-18 | 1 | -47/+46 |
| | |||||
* | [Feature] ASN module; support matching ASN/country in multimap | Andrew Lewis | 2016-08-17 | 1 | -41/+0 |
| | | | | | - Also removed stuff from ip_score - Updated tests | ||||
* | [Fix] Use new postfilters and prefilters API in the plugins | Vsevolod Stakhov | 2016-07-12 | 1 | -2/+10 |
| | |||||
* | [Feature] Use new redis API in ip_score plugin | Vsevolod Stakhov | 2016-06-22 | 1 | -16/+31 |
| | |||||
* | [Feature] Use universal redis definitions in rspamd plugins | Vsevolod Stakhov | 2016-05-28 | 1 | -12/+9 |
| | |||||
* | [Feature] Use new version of register_symbol in rspamd plugins | Vsevolod Stakhov | 2016-04-22 | 1 | -1/+4 |
| | |||||
* | Add sanity guards for ip_score | Vsevolod Stakhov | 2016-02-23 | 1 | -1/+1 |
| | | | | | Issue: #536 Reported by: @AlexeySa | ||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -22/+12 |
| | |||||
* | Some fixes to the default configuration | Vsevolod Stakhov | 2016-01-16 | 1 | -1/+1 |
| | |||||
* | Fix plugins | Vsevolod Stakhov | 2015-11-20 | 1 | -22/+22 |
| | |||||
* | Allow ip_score to ignore selected ASNs/countries | Andrew Lewis | 2015-09-02 | 1 | -9/+15 |
| |