aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix dependencies in multimap pluginVsevolod Stakhov2016-07-291-4/+73
|
* [Feature] Allow to store strings in radix mapsVsevolod Stakhov2016-07-291-4/+19
|
* [Feature] Allow to register metric symbols from multimapVsevolod Stakhov2016-07-291-1/+30
|
* [Fix] Fix another locking issue in sqliteVsevolod Stakhov2016-07-291-14/+5
|
* [CritFix] Fix crash when the first received is fakedVsevolod Stakhov2016-07-291-1/+1
|
* [CritFix] Fix catena passwords validationVsevolod Stakhov2016-07-281-1/+1
|
* [Minor] Fighting with windmills (sqlite locking)Vsevolod Stakhov2016-07-281-1/+12
|
* [Feature] Implement dependencies for mapsVsevolod Stakhov2016-07-281-0/+43
| | | | Issue: #765
* [Fix] Fix DNSBL mapsVsevolod Stakhov2016-07-281-3/+3
|
* [Fix] Another effort to unbreak sqlite lockingVsevolod Stakhov2016-07-281-1/+13
|
* [Fix] Fix deadlock in mmaped file statsVsevolod Stakhov2016-07-281-48/+61
|
* [Minor] Another sanity checkVsevolod Stakhov2016-07-281-7/+10
|
* [Test] Reorder testsVsevolod Stakhov2016-07-281-112/+61
|
* [Fix] Avoid crash when closing mmapped fileVsevolod Stakhov2016-07-281-2/+1
|
* [Feature] Correctly work when there is no hard reject actionVsevolod Stakhov2016-07-278-21/+56
|
* [Feature] Allow regexps in the emails mapsVsevolod Stakhov2016-07-271-1/+5
|
* [Fix] Fix emails module configurationVsevolod Stakhov2016-07-271-2/+5
|
* [Fix] Fix greylisting plugin variable usageVsevolod Stakhov2016-07-271-2/+2
| | | | | Issue: #758 Reported by: @dehnli
* [Feature] Allow to reset redis tokens instead of appendig valuesVsevolod Stakhov2016-07-272-6/+17
|
* [Fix] Fix greylist plugin (#755)Andrew Lewis2016-07-261-14/+12
|
* [Fix] Add spaces instead of newlines to the normalized contentVsevolod Stakhov2016-07-241-2/+2
|
* [Fix] Simplify state machine by ignoring multiple spacesVsevolod Stakhov2016-07-231-4/+4
|
* [Feature] Create a dedicated parser to strip newlinesVsevolod Stakhov2016-07-234-61/+101
| | | | Issue: #744
* [Feature] Allow to disable some modules from common redis setupVsevolod Stakhov2016-07-221-0/+11
|
* [Fix] Another change of newlines policyVsevolod Stakhov2016-07-221-0/+16
| | | | | | | | | Now we need to decide, maybe we have the following cases where '\n' is required: 1. Multiple newlines must be replaced by one newline 2. If a line is finished with punctuation character, then insert one newline 3. In HTML parts we have to insert newlines as well
* [Fix] Fix long regexp flags (e.g. {sa_body})Vsevolod Stakhov2016-07-221-1/+14
|
* [Feature] Wait for sqlite if locked when switching to WAL modeVsevolod Stakhov2016-07-221-1/+13
|
* [Feature] Deduplicate the same urls in multimap moduleVsevolod Stakhov2016-07-221-48/+75
|
* [Feature] Dynamically detect if a CPU is incompatible with hyperscanVsevolod Stakhov2016-07-225-124/+183
|
* [Fix] Fix client_ip in users settingsVsevolod Stakhov2016-07-211-0/+7
|
* [Feature] Allow to pass extradata from rspamd to rmilterVsevolod Stakhov2016-07-212-1/+41
|
* [Fix] Make extension checks case-insensitiveAlexander Moisseev2016-07-211-4/+4
|
* [Feature] Add support to search archives by magicVsevolod Stakhov2016-07-211-3/+15
| | | | | Issue: #717 Reported by: @moisseev
* [Fix] Use watchers for spf pluginVsevolod Stakhov2016-07-213-21/+17
|
* [Fix] Fix learning for non-existent backendVsevolod Stakhov2016-07-211-1/+11
|
* [Feature] Allow client ip match in the settingsVsevolod Stakhov2016-07-211-2/+18
|
* [Fix] Reset master connection when retransmitting scan requestVsevolod Stakhov2016-07-211-0/+1
|
* [Feature] Allow underscore separated names in settingsVsevolod Stakhov2016-07-213-1/+26
|
* [Fix] Do not abort when cannot load a mapVsevolod Stakhov2016-07-201-12/+14
|
* [Fix] Fix sending data to graph commandVsevolod Stakhov2016-07-201-15/+16
| | | | Issue: #405
* Merge pull request #732 from fatalbanana/mmmapVsevolod Stakhov2016-07-201-1/+28
|\ | | | | [Fix] Fix creation of mmapped statfiles
| * [Fix] Fix creation of mmapped statfilesAndrew Lewis2016-07-201-1/+28
| |
* | Merge pull request #730 from fatalbanana/spamassassinVsevolod Stakhov2016-07-191-76/+94
|\ \ | | | | | | [Fix] Deal with certain nested dependencies in SpamAssassin module
| * | [Fix] Handle nested dependencies in SpamAssassin pluginAndrew Lewis2016-07-191-18/+43
| | |
| * | [Minor] SpamAssassin: strip some commented codeAndrew Lewis2016-07-191-7/+0
| | |
| * | [Minor] SpamAssassin: some small fixes for loggingAndrew Lewis2016-07-191-12/+12
| | |
| * | [Minor] SpamAssassin: Import fun.lua into main namespaceAndrew Lewis2016-07-191-41/+41
| |/
* | [Fix] Fix border case in urls detectorVsevolod Stakhov2016-07-191-1/+1
| |
* | [Fix] Mark expired hashes as not found and not as zero flagVsevolod Stakhov2016-07-191-0/+1
| |
* | [CritFix] Fix writing CDPs to the databaseVsevolod Stakhov2016-07-191-2/+5
| | | | | | | | | | Issue: #405 Reported by: @moisseev