aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Fix types when iterating hashVsevolod Stakhov2017-07-131-6/+6
* [Feature] Add method to get all content-type attributes in LuaVsevolod Stakhov2017-07-131-2/+59
* [Minor] Fix clickhouse operationsVsevolod Stakhov2017-07-131-7/+7
* [Feature] Automatically create tables in clickhouseVsevolod Stakhov2017-07-131-8/+44
* [Minor] Fix init order for dkim moduleVsevolod Stakhov2017-07-121-16/+23
* [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
* [Minor] Move stats signatures generation to tokenization stageVsevolod Stakhov2017-07-113-30/+28
* [Feature] Antivirus: ordered pattern matchesAndrew Lewis2017-07-101-15/+54
* Fix lua_util_is_utf_spoofed logicPaul Arthur2017-07-091-1/+1
* [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
* [Minor] Free memoryVsevolod Stakhov2017-07-081-0/+2
* [Feature] Implement bayes signatures storageVsevolod Stakhov2017-07-081-1/+120
* [Fix] Fix some more issues with HTTP mapsVsevolod Stakhov2017-07-081-0/+6
* [Minor] Download updated data even if cache is still availableVsevolod Stakhov2017-07-071-6/+12
* [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] Leave the real url request instead of Lua processedVsevolod Stakhov2017-07-071-1/+1
* [Feature] Improve maps checking frequencyVsevolod Stakhov2017-07-078-17/+36
* [Feature] Reload file maps more frequentlyAndrew Lewis2017-07-074-1/+24
* [Minor] RBL: don't register duplicate monitoringAndrew Lewis2017-07-071-1/+3
* [Feature] Allow to add custom processing script for surblVsevolod Stakhov2017-07-072-6/+82
* [Feature] Improve maps cached data lifetimeVsevolod Stakhov2017-07-072-48/+73
* [Minor] Further fixes to the monitored logicVsevolod Stakhov2017-07-064-14/+20
* [Feature] Improve monitored timeouts logicVsevolod Stakhov2017-07-061-7/+42
* [Rework] Send health checks from a single workerVsevolod Stakhov2017-07-066-4/+61
* [Rework] Further steps towards one process monitoringVsevolod Stakhov2017-07-065-9/+129
* [Rework] Allow to use custom callback for monitored checksVsevolod Stakhov2017-07-063-3/+41
* [Feature] Add `-e` option for lua_replVsevolod Stakhov2017-07-061-22/+35
* [Feature] Implement per-line mode in lua_repl (like `perl -p`)Vsevolod Stakhov2017-07-061-23/+82
* [Minor] Reduce hfilter log noiseVsevolod Stakhov2017-07-051-1/+2
* [Feature] Allow to discard messages instead of rejectionVsevolod Stakhov2017-07-053-13/+32
* [Minor] Add /ping path to the controllerVsevolod Stakhov2017-07-051-0/+32
* [Fix] Milter sessions can live foreverVsevolod Stakhov2017-07-051-1/+1
* [Fix] Plug memory leakVsevolod Stakhov2017-07-052-3/+4
* [Minor] Tweaks for sessions cacheVsevolod Stakhov2017-07-044-7/+7
* [Feature] Enable sessions cache tracking for milter connectionsVsevolod Stakhov2017-07-045-13/+50
* [Feature] Add sessions cache to debug dangling sessionsVsevolod Stakhov2017-07-042-0/+134
* [Minor] Add configuration knobs for sessions cacheVsevolod Stakhov2017-07-043-0/+16
* [Minor] Do not overwrite score occasionallyVsevolod Stakhov2017-07-031-1/+7
* [Fix] Do not cache SPF records with macrosVsevolod Stakhov2017-07-032-1/+10
* [Feature] Support SPF macros transformationsVsevolod Stakhov2017-07-031-237/+326
* [Fix] Allow modifiers in SPF macrosVsevolod Stakhov2017-07-021-13/+8
* [Fix] Add missing `break` statementVsevolod Stakhov2017-07-011-0/+1
* [Feature] Allow to specify custom User-Agent for rspamcVsevolod Stakhov2017-07-011-2/+7
* [Fix] Normalize fuzzy probability betterVsevolod Stakhov2017-07-011-2/+1
* [Feature] Skip updates for messages scanned via controllerVsevolod Stakhov2017-07-015-7/+14