aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Further steps to get rid of metrics supportVsevolod Stakhov2017-10-082-10/+3
* [Minor] Start moving of ip reputation to the new frameworkVsevolod Stakhov2017-10-071-0/+5
* [Minor] Add redis backendVsevolod Stakhov2017-10-071-9/+87
* [Minor] Add basic DNS backend to the reputation pluginVsevolod Stakhov2017-10-071-4/+104
* [Feature] Add framing for the new reputation generic pluginVsevolod Stakhov2017-10-071-0/+254
* [Minor] Filter NaN values when storing training dataVsevolod Stakhov2017-10-041-10/+17
* [Feature] Catch next-to-last bad extensionAlexander Moisseev2017-10-021-15/+26
* [Fix] Deal with zero scores symbolsVsevolod Stakhov2017-09-301-0/+4
* [Fix] Milter headers: X-Spamd-Result header if X-Virus ran firstAndrew Lewis2017-09-281-14/+18
* [Fix] Milter headers: skip_local / skip_authenticated settingsAndrew Lewis2017-09-281-4/+4
* [Minor] Insert Authentication-Results at top of headersAndrew Lewis2017-09-261-1/+4
* [Feature] Add more text attributesVsevolod Stakhov2017-09-231-6/+22
* [Minor] Silence warningAndrew Lewis2017-09-191-3/+1
* [Feature] Allow to specify number of threads for ANN learningVsevolod Stakhov2017-09-171-0/+4
* [Fix] Multiple fixes in torch based ANN pluginsVsevolod Stakhov2017-09-171-12/+22
* [Feature] Allow to disable torch and skip train samples for ANNVsevolod Stakhov2017-09-161-2/+12
* [Minor] Fix some warningsVsevolod Stakhov2017-09-161-5/+5
* [Fix] Fix ANN checksVsevolod Stakhov2017-09-161-22/+22
* [Fix] Further fixes to ANN moduleVsevolod Stakhov2017-09-161-15/+25
* [Fix] Various fixes to fann_redis instantiationVsevolod Stakhov2017-09-161-31/+75
* [Minor] Fix misprintVsevolod Stakhov2017-09-111-2/+2
* Merge remote-tracking branch 'origin/master'Vsevolod Stakhov2017-09-112-2/+3
|\
| * [Minor] Fix testsAndrew Lewis2017-09-111-2/+1
| * [Feature] Authentication-Results: support hiding usernamesAndrew Lewis2017-09-111-0/+1
* | [Minor] Improve logging in antivirus moduleVsevolod Stakhov2017-09-111-1/+9
|/
* [Minor] Rebalance IP score coefficientsVsevolod Stakhov2017-09-091-3/+3
* [Fix] Relax unicode properties requirements for chartable moduleVsevolod Stakhov2017-09-091-2/+5
* Revert "[Minor] Avoid usage of the incorrect API"Andrew Lewis2017-09-071-4/+1
* [Fix] Rebalance and slightly rework MX check pluginVsevolod Stakhov2017-09-071-9/+6
* [Minor] Avoid usage of the incorrect APIVsevolod Stakhov2017-09-051-1/+4
* [Fix] Fix blacklists and DMARC in whitelistVsevolod Stakhov2017-09-041-18/+30
* [Minor] Add some extra debug to ip_score moduleVsevolod Stakhov2017-09-031-0/+11
* [Minor] Fix variable nameVsevolod Stakhov2017-09-031-1/+1
* [Feature] Implement torch based ANN learningVsevolod Stakhov2017-09-031-22/+94
* [Rework] Start moving of fann redis to torchVsevolod Stakhov2017-09-021-38/+91
* [Minor] Fix type in map addingVsevolod Stakhov2017-09-021-1/+1
* [Feature] Allow to use global lua maps in settingsVsevolod Stakhov2017-09-021-31/+43
* User settings: add header rulesMichael Kuron2017-09-011-0/+26
* [Fix] Fix exceptions list in surblVsevolod Stakhov2017-08-311-2/+18
* [Fix] Default monitoring domain for surbl pluginAndrew Lewis2017-08-311-5/+4
* [Fix] Treat 'rewrite subject' as spam actionVsevolod Stakhov2017-08-301-2/+6
* [Minor] Ratelimit: support use of redis HSET for limitsAndrew Lewis2017-08-301-2/+15
* [Minor] Ratelimit: fix getting values from custom routines; silence loggingAndrew Lewis2017-08-301-5/+7
* [Feature] Ratelimit: support fetching limits from RedisAndrew Lewis2017-08-291-81/+140
* [Fix] Ratelimit: lowercase email addressesAndrew Lewis2017-08-281-2/+2
* Merge pull request #1814 from fatalbanana/rlrVsevolod Stakhov2017-08-261-329/+257
|\
| * [Rework] Ratelimit moduleAndrew Lewis2017-08-261-329/+257
* | [Minor] Use controller for single-instance tasksAndrew Lewis2017-08-263-5/+5
* | [Fix] Redis script loading in DMARC; URL tags; URL reputationAndrew Lewis2017-08-253-4/+1
* | [Minor] Remove unused varVsevolod Stakhov2017-08-191-1/+0