Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | [Minor] Disable redis cache for ASN module | Vsevolod Stakhov | 2016-12-27 | 1 | -78/+1 |
| | |||||
* | [Minor] Reduce priority for ASN module | Vsevolod Stakhov | 2016-11-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix logging in emails/asn modules | Andrew Lewis | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Add missing symbol registration in ASN module | Andrew Lewis | 2016-11-23 | 1 | -1/+8 |
| | |||||
* | [Minor] Use new logging API everywhere | Andrew Lewis | 2016-11-17 | 1 | -2/+2 |
| | |||||
* | [Minor] Move upstream handling into rspamd_redis_make_request | Andrew Lewis | 2016-11-16 | 1 | -4/+1 |
| | |||||
* | [Minor] Fix warnings | Andrew Lewis | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix upstreams handling | Andrew Lewis | 2016-11-16 | 1 | -4/+3 |
| | |||||
* | [Minor] Small polishes for Lua parts | Andrew Lewis | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -8/+18 |
| | |||||
* | [Minor] Get rid of some global variables | Andrew Lewis | 2016-11-01 | 1 | -1/+1 |
| | | | | - Also fix some bugs along the way | ||||
* | [Rework] Adopt plugins | Vsevolod Stakhov | 2016-10-17 | 1 | -3/+3 |
| | |||||
* | [Minor] Finally kill cymru | Vsevolod Stakhov | 2016-10-03 | 1 | -7/+7 |
| | |||||
* | [Feature] Stop using cymru zone as it is unstable | Vsevolod Stakhov | 2016-10-03 | 1 | -3/+3 |
| | |||||
* | [Minor] Fix ASN caching | Vsevolod Stakhov | 2016-09-19 | 1 | -4/+4 |
| | |||||
* | [Feature] Add redis cache to asn module | Vsevolod Stakhov | 2016-09-19 | 1 | -1/+77 |
| | |||||
* | 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 |
| | |||||
* | [Feature] Adaptive ratelimits | Andrew Lewis | 2016-08-26 | 1 | -0/+1 |
| | | | | | - Also per-IP and per-ASN ratelimits - Minor rework of some parts | ||||
* | [Feature] ASN module; support matching ASN/country in multimap | Andrew Lewis | 2016-08-17 | 1 | -0/+100 |
- Also removed stuff from ip_score - Updated tests |