aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
* [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] 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
* | [Minor] Use lua string split instead of switching to CVsevolod Stakhov2017-08-191-4/+2
|/
* [Minor] Fix Content-Type for DMARC reportsVsevolod Stakhov2017-08-161-1/+1
* [Feature] Add gzip compression support for clickhouse moduleVsevolod Stakhov2017-08-121-0/+2
* [Feature] Allow randomly select User-Agent from a listVsevolod Stakhov2017-08-121-5/+32
* [Fix] Use raw urls when sending requests to redirectorVsevolod Stakhov2017-08-121-1/+1
* [Minor] Set idempotent postfiltersVsevolod Stakhov2017-08-127-7/+7
* [Feature] Ratelimit: allow full addresses in whitelisted_rcptsAlexander Moisseev2017-08-051-1/+3
* [Fix] Ratelimit: fix whitelisted_rcpts matchingAlexander Moisseev2017-08-051-2/+4
* [Feature] Add ability to match score in force_actions moduleVsevolod Stakhov2017-08-021-4/+8
* [Minor] Use '--' instead of 'UN' for unknown valuesVsevolod Stakhov2017-08-021-1/+1
* [Fix] Fix pushing country to clickhouse asn tableVsevolod Stakhov2017-08-021-2/+2
* [Minor] Fann_redis: Fix iteratorAndrew Lewis2017-08-011-1/+1
* [Feature] Implement per-user ANN supportVsevolod Stakhov2017-08-011-4/+12
* [Feature] Implement manual ANN train modeVsevolod Stakhov2017-08-011-8/+21
* [Minor] Revert layers number change: output layer is added explicitlyVsevolod Stakhov2017-07-311-1/+1
* [Minor] Fann_redis: Fix iterators & some warningsAndrew Lewis2017-07-311-3/+3
* [Minor] Fix iteration issue noticed by @moisseevVsevolod Stakhov2017-07-311-7/+12
* [Fix] Allow to set any layers number for fann rulesVsevolod Stakhov2017-07-301-3/+15
* [Minor] Fix rules usage in couple of places in the pluginVsevolod Stakhov2017-07-301-8/+8
* [Feature] Allow multiple fann rulesVsevolod Stakhov2017-07-301-162/+186
* [Minor] Some more minor fixes to luaVsevolod Stakhov2017-07-291-10/+9
* [Minor] Some fixes after reworkVsevolod Stakhov2017-07-291-6/+3
* [Feature] Skip certain symbols from ANN classifyVsevolod Stakhov2017-07-297-12/+13
* [Feature] Rework fann plugin to be a normal post-filterVsevolod Stakhov2017-07-291-77/+44
* [Fix] Fix clickhouse schemaVsevolod Stakhov2017-07-281-1/+1
* [Fix] Do not fail rbl plugin when there are no received or emailsVsevolod Stakhov2017-07-281-3/+8
* [Fix] Clickhouse: Insertion in the symbols tableAlex Gramm2017-07-271-1/+1
* [Feature] Allow to set headers from settingsVsevolod Stakhov2017-07-221-0/+8
* [Feature] Multimap: checking of symbol optionsAndrew Lewis2017-07-201-0/+16
* [Feature] Redis settings: support checking multiple keysAndrew Lewis2017-07-191-14/+29
* [Fix] Don't use whitelist/greylist maps as regexp, but as mapJean-Louis Dupond2017-07-172-3/+3
* Merge pull request #1751 from dupondje/fix_maillist_detectionVsevolod Stakhov2017-07-161-23/+8
|\
| * [Fix] Detection of maillist optimized and fixedJean-Louis Dupond2017-07-141-23/+8
* | Merge pull request #1753 from mkuron/multimap_cidrVsevolod Stakhov2017-07-161-4/+25
|\ \