aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Allow to skip some initialization phases to speed up rspamadmVsevolod Stakhov2016-06-247-50/+68
|
* [Minor] Propagate fuzzy server error to a clientVsevolod Stakhov2016-06-241-1/+1
|
* [Fix] Improve printing of fuzzy errorsVsevolod Stakhov2016-06-241-9/+23
|
* [Fix] Fix adding upstream to an active queueVsevolod Stakhov2016-06-241-1/+0
|
* Merge pull request #677 from moisseev/patch-2Vsevolod Stakhov2016-06-241-1/+1
|\ | | | | [Doc] Relocate comment out of array
| * [Doc] Relocate comment out of arrayAlexander Moisseev2016-06-231-1/+1
| | | | | | Resolves #560
* | Merge pull request #678 from larryhynes/configurationVsevolod Stakhov2016-06-241-33/+19
|\ \ | | | | | | [Doc] Correct configuration/composites.md
| * | [Doc] Correct configuration/composites.mdLarry Hynes2016-06-231-33/+19
| | |
* | | [Doc] Add openphish documentationVsevolod Stakhov2016-06-241-2/+26
| | |
* | | [Feature] Support premium/academic feed for openphishVsevolod Stakhov2016-06-242-8/+79
| |/ |/|
* | [Fix] Try to fix upstreams with one elementVsevolod Stakhov2016-06-231-2/+5
| |
* | [Revert] Revert flags changes in fuzzy checkVsevolod Stakhov2016-06-233-98/+12
| |
* | [Fix] Another fix for marking upstreams inactiveVsevolod Stakhov2016-06-231-53/+71
| |
* | [Fix] Disable fts as it is completely broken in bloody linuxVsevolod Stakhov2016-06-231-25/+39
| |
* | [Fix] Fix errors counting in upstreamsVsevolod Stakhov2016-06-231-6/+9
| |
* | [Fix] Fix directories processing for rspamcVsevolod Stakhov2016-06-231-36/+35
| |
* | [Fix] Indicate upstream error on timeoutVsevolod Stakhov2016-06-231-0/+2
| |
* | [Fix] Fix round-robin selection when upstreams have no weightVsevolod Stakhov2016-06-231-0/+9
| |
* | [Fix] Fix write servers setup for redisVsevolod Stakhov2016-06-231-1/+1
| |
* | [Fix] Some more fixes to ratelimit pluginVsevolod Stakhov2016-06-221-7/+20
| |
* | [Fix] Fix issues with multiple returns from luaVsevolod Stakhov2016-06-223-3/+4
| |
* | [Fix] Fix some issues with redis APIVsevolod Stakhov2016-06-221-0/+1
| |
* | [Feature] Use new redis API in replies pluginVsevolod Stakhov2016-06-221-15/+23
| |
* | [Feature] Use new redis API in ratelimit pluginVsevolod Stakhov2016-06-221-39/+44
| |
* | [Feature] Use new redis API in ip_score pluginVsevolod Stakhov2016-06-221-16/+31
| |
* | [Feature] Use new redis API in greylist pluginVsevolod Stakhov2016-06-221-51/+76
| |
* | [Feature] Use new redis API in DMARC pluginVsevolod Stakhov2016-06-221-9/+13
| |
* | [Feature] Add universal function to make a proper redis requestVsevolod Stakhov2016-06-221-0/+55
| |
* | [Feature] Add more options for redis config parsing functionVsevolod Stakhov2016-06-221-7/+40
| |
* | [Fix] Disable multiple autolearn checksVsevolod Stakhov2016-06-221-1/+5
| | | | | | | | | | Issue: #674 Reported by: @moisseev
* | [Feature] Implement inter-process maps cachingVsevolod Stakhov2016-06-212-1/+105
| |
* | [Feature] Use shared memory storage for http mapsVsevolod Stakhov2016-06-213-145/+110
| |
* | [Feature] Add utility to map shared memory segmentsVsevolod Stakhov2016-06-212-0/+51
| |
* | [Feature] Allow shared memory simple http clientVsevolod Stakhov2016-06-213-176/+180
| |
* | [Feature] Update fuzzy timestamp when adding valueVsevolod Stakhov2016-06-213-14/+9
| |
* | [Minor] Print algorithm name when testing shinglesVsevolod Stakhov2016-06-211-2/+25
| |
* | Merge pull request #671 from larryhynes/configurationVsevolod Stakhov2016-06-211-54/+24
|\| | | | | [Doc] Correct configuration/metrics.md
| * [Doc] Correct configuration/metrics.mdLarry Hynes2016-06-201-54/+24
| |
* | [Fix] Add workaround for ancient opensslVsevolod Stakhov2016-06-201-1/+10
| |
* | [Feature] Use mumhash by default for incremental hashingVsevolod Stakhov2016-06-203-20/+54
| |
* | [Fix] Do not output meaningless errorsVsevolod Stakhov2016-06-203-12/+25
| |
* | Release 1.2.8Vsevolod Stakhov2016-06-201-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Another fix for exim workaround (#637) * Fix unencrypted passwords processing in the controller * Fix setting path for lua (#652) * Fix usage of rdns reply structure (#654) * Use file lock in logger to avoid deadlocks * Add `application/octet-stream` mime type for `pdf` extension (by @moisseev) * Implement new automata to skip empty lines for dkim signing (#651) * Fix parsing of missing classes * Clarify some rspamc arguments (by @fatalbanana) * Correct suppress spelling Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* | Merge pull request #669 from larryhynes/configurationVsevolod Stakhov2016-06-191-25/+21
|\| | | | | [Doc] Correct configuration/options.md
| * [Doc] Correct configuration/options.mdLarry Hynes2016-06-171-25/+21
| |
* | [Fix] Fix searching for newline positionsVsevolod Stakhov2016-06-181-1/+1
| |
* | [Feature] Allow easy adding and overriding of fuzzy rulesVsevolod Stakhov2016-06-181-2/+2
| |
* | [Feature] Allow named fuzzy rulesVsevolod Stakhov2016-06-181-9/+63
| |
* | [Fix] Fix timeout setup on learningVsevolod Stakhov2016-06-181-6/+1
| |
* | [Fix] Fix redis timeouts processing logicVsevolod Stakhov2016-06-171-2/+7
| |
* | [Fix] Check copy result when sending message to mirrorsVsevolod Stakhov2016-06-171-0/+7
| |