summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* [Fix] Improve duplicate settings error reportingVsevolod Stakhov2021-11-181-7/+19
| | | | Issue: #3957
* [Minor] Rbl: Add url_full_hostname optionVsevolod Stakhov2021-11-161-4/+10
|
* Merge pull request #3980 from cpragadeesh/roc_implementationVsevolod Stakhov2021-11-151-9/+42
|\ | | | | [Feature] Add ROC based threshold estimation for neural network plugin
| * [Feature] Add ROC feature to neural network pluginPragadeesh Chandiran2021-11-151-9/+42
| |
* | [Minor] Allow to register preloads for external servicesVsevolod Stakhov2021-11-121-0/+9
| |
* | [Fix] ratelimit - symbol per bucketCarsten Rosenberg2021-11-101-5/+5
| |
* | [Minor] Bimi: Add version to the pathVsevolod Stakhov2021-11-101-1/+1
|/
* [Minor] Prevent duplicate rows from being inserted into neural training setPragadeesh Chandiran2021-11-081-10/+10
|
* [Project] BIMI: Fix helper integration issuesVsevolod Stakhov2021-11-071-4/+16
|
* [Feature] BIMI: Add preliminary version of the BIMI pluginVsevolod Stakhov2021-11-061-0/+322
| | | | Issue: #3935
* [Config] Allow configurable s3 urlsbradleydoherty592021-11-051-2/+4
|
* [Minor] Rbl: Minor performance improvement when checking URL flagsVsevolod Stakhov2021-11-011-2/+4
| | | | Suggested by: @citrin
* [Minor] Clickhouse: Try to deal with clock skew in retention logicVsevolod Stakhov2021-10-271-13/+25
|
* [Minor] Unify set_pre_result invocationsVsevolod Stakhov2021-10-261-8/+8
|
* [Fix] Correctly check numeric URLs in URL DNS listsVsevolod Stakhov2021-10-251-5/+21
| | | | Issue: #3948
* [Fix] Dmarc: Always lowercase domainVsevolod Stakhov2021-10-181-1/+3
| | | | Issue: #3940
* [Minor] Further polishingVsevolod Stakhov2021-10-171-99/+91
|
* [Minor] Fix some issuesVsevolod Stakhov2021-10-161-84/+90
| | | | Found by: coverity scan
* [Feature] S3: Allow to store structured data in messagepackVsevolod Stakhov2021-10-151-39/+97
|
* [Minor] Mid: Try to fix composites insertionVsevolod Stakhov2021-10-131-6/+20
|
* [Minor] Fix some minor code quality issueVsevolod Stakhov2021-10-121-0/+1
| | | | Found by: coverity scan
* [Minor] satisfy luacheckAndrew Lewis2021-10-111-1/+0
|
* [Minor] external_relay: use real_ipAndrew Lewis2021-10-111-18/+12
|
* [Minor] Arc: Specify explicit order for the headers addedVsevolod Stakhov2021-10-071-1/+3
|
* [Feature] Ratelimit: Add per bucket configurationsVsevolod Stakhov2021-10-011-14/+40
| | | | | | | This change add custom per bucket configuration - symbol: for custom symbol - message: for custom message - skip_soft_reject: to disable soft rejection logic for this bucket
* [Feature] Antivirus: Allow to set fake eicar patterns for testing AV enginesVsevolod Stakhov2021-09-171-1/+23
|
* [Minor] Store obfuscated subjects in RedisVsevolod Stakhov2021-09-091-4/+2
| | | | Issue: #3886
* [Minor] Add content type to MIME_BAD_ATTACHMET symbolVsevolod Stakhov2021-09-091-1/+2
|
* [Minor] Another PUC-Rio Lua compatibility fixAndrew Lewis2021-09-061-2/+2
| | | | - Reported by @mebourne
* [Fix] Plug memory leak in http settings reloadVsevolod Stakhov2021-09-021-5/+21
| | | | Reverts: d9180d3ac0fac6d0aa12cd33117cb7efc731e2a2
* [Minor] Mime_types: Allow application/octet-stream for all extensionsVsevolod Stakhov2021-08-271-2/+2
|
* fix compatibility with lua-5.4Tomohiro "Tomo-p" KATO2021-08-203-3/+6
|
* Merge pull request #3846 from yoshimo/AugustVsevolod Stakhov2021-08-141-0/+5
|\ | | | | [Minor] Add bz2, egg, alz,xz and lz as additional archive extensions
| * - add bz2, egg, alz,xz and lz as additional archive extensionsYoshimo2021-08-131-0/+5
| |
* | [Feature] Aws_s3: Allow to compress data storedVsevolod Stakhov2021-08-131-4/+18
|/
* [Minor] Aws_s3: Allow to set action on failureVsevolod Stakhov2021-08-121-2/+14
|
* [Feature] Add preliminary exporter to AWS S3Vsevolod Stakhov2021-08-121-0/+105
|
* [Minor] Dmarc: Store reports for esld and not for the specific domainVsevolod Stakhov2021-08-091-1/+1
|
* Merge pull request #3840 from foron/patch-1Vsevolod Stakhov2021-08-071-2/+2
|\ | | | | Escape redis+selector
| * Escape redis+selectorforon2021-08-061-2/+2
| | | | | | I believe it would be better to have the "redis+selector" pattern escaped as "redis%+selector". This would make it easier for string.find to match the documented map string.
* | [Minor] Mx_check: Fix issue with multiple IPs per MX nameVsevolod Stakhov2021-08-061-15/+14
| | | | | | | | Issue: #3839
* | [Minor] Add lua_util.shuffleVsevolod Stakhov2021-08-061-0/+1
|/
* [Feature] Allow to save and show attachment name when inserting AV scan resultsVsevolod Stakhov2021-08-062-3/+4
|
* [Minor] Url_redirector: Fix zset trimmingVsevolod Stakhov2021-08-031-1/+1
|
* [Rework] Dmarc: Move check policy function to the common utilsVsevolod Stakhov2021-08-031-119/+1
|
* [Rework] Move common and rarely used dmarc code to the libraryVsevolod Stakhov2021-08-021-212/+13
|
* [Minor] Refactor module name variableVsevolod Stakhov2021-07-311-4/+4
|
* [Rework] Dmarc: Rework reports keys structureVsevolod Stakhov2021-07-301-11/+26
|
* [Minor] Dmarc: Relax grammar to allow elements with no semicolonsVsevolod Stakhov2021-07-301-2/+2
|
* [Project] Dmarc: Use zlists for dmarc reportsVsevolod Stakhov2021-07-301-3/+17
|