aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \
| * | Minimum netmask in Redis multimapMichael Kuron2017-07-161-3/+5
| * | Use HMGET to query all netmasks at once in multimapMichael Kuron2017-07-161-19/+25
| * | IP netmask support for multimapMichael Kuron2017-07-151-3/+16
* | | [Feature] Add expected ip check for emails pluginVsevolod Stakhov2017-07-151-3/+19
* | | Merge pull request #1748 from fatalbanana/lua53Vsevolod Stakhov2017-07-151-1/+1
|\ \ \
| * | | [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integerAndrew Lewis2017-07-121-1/+1
| | |/ | |/|
* | | [Minor] Fix clickhouse operationsVsevolod Stakhov2017-07-131-7/+7
* | | [Feature] Automatically create tables in clickhouseVsevolod Stakhov2017-07-131-8/+44
|/ /
* | [Minor] Do not load ARC plugin if dkim module is disabledVsevolod Stakhov2017-07-121-0/+11
* | [Feature] Metadata Exporter: e-Mail Alerts: support multiple recipients; aler...Andrew Lewis2017-07-111-12/+53
* | [Fix] Milter headers: custom headers: removing headersAndrew Lewis2017-07-111-1/+1
* | [Feature] Allow to attach stat signature to messagesVsevolod Stakhov2017-07-111-0/+16
* | [Feature] Antivirus: ordered pattern matchesAndrew Lewis2017-07-101-15/+54
* | [Minor] Ratelimit: Custom limits: Pass task to get_limitAndrew Lewis2017-07-091-2/+2
* | [Feature] Milter headers: support adding/removing arbitrary headers from configAndrew Lewis2017-07-091-0/+22
|/
* [Fix] Fix emails module configurationVsevolod Stakhov2017-07-071-27/+23
* [Feature] Allow to specify custom delimiter in emails pluginVsevolod Stakhov2017-07-071-7/+8
* [Minor] RBL: don't register duplicate monitoringAndrew Lewis2017-07-071-1/+3
* [Minor] Reduce hfilter log noiseVsevolod Stakhov2017-07-051-1/+2
* [Feature] Skip updates for messages scanned via controllerVsevolod Stakhov2017-07-015-7/+14
* [Minor] Reduce logger levelVsevolod Stakhov2017-06-301-1/+1
* [Minor] Clickhouse: add missing commaAndrew Lewis2017-06-301-1/+1