aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] More fixes for redis refcountsVsevolod Stakhov2016-06-091-5/+8
|
* [Fix] Initialize parser scripts properlyVsevolod Stakhov2016-06-091-0/+2
|
* [Fix] Try to fix issue in redis stats backend when task is closedVsevolod Stakhov2016-06-091-1/+38
|
* [Fix] Fix usage of rdns reply structureVsevolod Stakhov2016-06-091-2/+4
| | | | | Issue: #654 Reported by: @AlexeySa
* [Fix] Fix symbol name for spf soft failVsevolod Stakhov2016-06-081-1/+1
|
* [Fix] Fix setting path for luaVsevolod Stakhov2016-06-071-2/+2
| | | | | Issue: #652 Reported by: @vurgun
* [Doc] Update regexp module documentationVsevolod Stakhov2016-06-071-4/+16
|
* [Minor] Fix namesVsevolod Stakhov2016-06-071-2/+2
|
* [Fix] Add missing typesVsevolod Stakhov2016-06-071-0/+8
|
* [Feature] Implement braced regexp quantifiersVsevolod Stakhov2016-06-071-1/+65
|
* [Fix] Implement new automata to skip empty lines for dkim signingVsevolod Stakhov2016-06-061-16/+153
| | | | | Issue: #651 Reported by: @FelixSchwarz
* [Fix] Fix processing of messages without received headersVsevolod Stakhov2016-06-051-14/+17
|
* [Feature] Allow to read password from console for rspamcVsevolod Stakhov2016-06-041-2/+32
| | | | | Issue: #644 Reported by: @dehnli
* [Minor] Fix spamc workaroundVsevolod Stakhov2016-06-041-1/+1
|
* [Fix] Force rspamd to upgrade fuzzy db on openingVsevolod Stakhov2016-06-021-1/+1
| | | | | Issue: #649 Reported by: @moisseev
* [Feature] Add workaround for legacy clients in rspamd proxyVsevolod Stakhov2016-06-021-13/+21
|
* [Minor] Add macro to clear rspamd fstringVsevolod Stakhov2016-06-021-0/+2
|
* [Minor] Simplify rspamc conversion routinesVsevolod Stakhov2016-06-022-9/+10
|
* [Minor] Declare function non-staticVsevolod Stakhov2016-06-022-1/+10
|
* [CritFix] Fix unencrypted passwords processing in the controllerVsevolod Stakhov2016-06-011-6/+25
| | | | Reported by: @kvaps
* [Feature] Add reading scripts for master connectionVsevolod Stakhov2016-06-011-87/+108
|
* [Feature] Add parsing scripts for master connection as wellVsevolod Stakhov2016-06-011-1/+22
|
* [Feature] Add configuration knobs for in and out parser scriptsVsevolod Stakhov2016-06-011-52/+113
|
* [Feature] Add lua utility to decode URL encodingVsevolod Stakhov2016-05-311-5/+49
|
* [Fix] Fix secure_ip setting in controllerVsevolod Stakhov2016-05-301-5/+19
|
* [Fix] Fix adding maps from uclVsevolod Stakhov2016-05-301-0/+5
|
* [Doc] Update whitelist documentationVsevolod Stakhov2016-05-291-15/+48
|
* [Feature] Add 'blacklist' and 'strict' modes for whitelistsVsevolod Stakhov2016-05-291-5/+46
|
* [Minor] Add missing file to the specVsevolod Stakhov2016-05-291-0/+1
| | | | Issue: #640
* [Feature] Use generic global string split functionVsevolod Stakhov2016-05-283-56/+13
|
* [Fix] Link lpeg to rspamd lua libraryVsevolod Stakhov2016-05-284-6/+7
|
* [Feature] Use universal redis definitions in rspamd pluginsVsevolod Stakhov2016-05-286-53/+30
|
* [Feature] Add universal function to parse redis servers for pluginsVsevolod Stakhov2016-05-281-0/+56
|
* [Feature] Add execution of lua global functions scriptVsevolod Stakhov2016-05-283-1/+7
|
* [Feature] Allow static lua files in any parts of rspamd sourcesVsevolod Stakhov2016-05-284-2/+11
|
* [Fix] Fix substring search when there are '\0' in stringsVsevolod Stakhov2016-05-271-1/+1
|
* Merge pull request #638 from larryhynes/documentationVsevolod Stakhov2016-05-272-53/+20
|\ | | | | Correct migration.md, small change to writing_rules.md
| * Correct migration.md, small change to writing_rules.mdLarry Hynes2016-05-262-53/+20
| |
* | [Fix] Try to fix proxying of stupid spamc protocol to HTTP mirrorsVsevolod Stakhov2016-05-262-2/+13
| |
* | [Fix] Handle log pipe read errorsVsevolod Stakhov2016-05-261-1/+8
| |
* | [Fix] Fix proxying issue for unconnected sessionsVsevolod Stakhov2016-05-261-1/+1
| |
* | Release 1.2.7Vsevolod Stakhov2016-05-261-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Slightly reduce weights of rules with high FP rate * Add workround for rspamd-1.3 * Fix possible FP in TRACKER_ID rule * Simplify MISSING_MIMEOLE rule * Add workaround for gmime CTE stupidity * Fix mime headers processing * Fix false positive URL detections in text parts * Fix Exim shutdown patch * Enable workaround for exim mailbox format * Backport shingles static test * Fix levenshtein distance calculations * Fix max_train setup in ANN module * Fix redis structure by adding {NULL, NULL} member * Fix build with unmodified LibreSSL opensslv.h * Repair optional dependencies * Really skip filters in case of pre-result set * Restore the intended pre-filters behaviour * Fix ipv6 mask application Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* | [Fix] Another fix for exim workaroundVsevolod Stakhov2016-05-261-0/+3
| | | | | | | | | | Issue: #637 Reported by: @FelixSchwarz
* | Merge pull request #636 from moisseev/graphVsevolod Stakhov2016-05-263-0/+129
|\ \ | | | | | | [Feature] Add throughput graph for RRD backend to WebUI
| * | [Feature] Add throughput graph for RRD backend to WebUIAlexander Moisseev2016-05-263-0/+129
|/ /
* | [Minor] Add temporary workaround to work with 1.2 fuzzy storageVsevolod Stakhov2016-05-241-3/+10
| |
* | [Feature] Implement body rules for the trie pluginVsevolod Stakhov2016-05-242-10/+62
| |
* | [Fix] Slightly reduce weights of rules with high FP rateVsevolod Stakhov2016-05-241-3/+3
| |
* | [Minor] Add guards for header regexpsVsevolod Stakhov2016-05-241-2/+2
| |
* | [Fix] Fix possible FP in TRACKER_ID ruleVsevolod Stakhov2016-05-241-1/+1
| |