Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Skip broken slaves retrieved from sentinel | Vsevolod Stakhov | 2018-12-05 | 1 | -3/+5 |
| | | | | Issue: #2667 | ||||
* | [Feature] Allow to add upstream watchers to Lua API | Vsevolod Stakhov | 2018-12-05 | 3 | -4/+174 |
| | |||||
* | [Feature] Implement event watchers for upstreams | Vsevolod Stakhov | 2018-12-04 | 2 | -2/+93 |
| | |||||
* | [Fix] Sort data received from Sentinel to avoid constant replacing | Vsevolod Stakhov | 2018-12-04 | 1 | -0/+3 |
| | | | | | Issue: #2664 Closes: #2664 | ||||
* | [Fix] Set proper element when reading data from Sentinel | Vsevolod Stakhov | 2018-12-04 | 1 | -2/+4 |
| | | | | | Issue: #2663 Closes: #2663 | ||||
* | [Minor] Link breaks spec... | Vsevolod Stakhov | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | [Minor] Add workaround for bug in RHEL 6 | Vsevolod Stakhov | 2018-12-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #2662 from moisseev/webui | Vsevolod Stakhov | 2018-12-04 | 1 | -2/+2 |
|\ | | | | | [Minor] Add tooltip to "Scan time" column header | ||||
| * | [Minor] Add tooltip to "Scan time" column header | Alexander Moisseev | 2018-12-04 | 1 | -2/+2 |
|/ | |||||
* | [Fix] Fix emails filtering in emails module | Vsevolod Stakhov | 2018-12-03 | 1 | -8/+9 |
| | |||||
* | [Minor] Update version to 1.8.4 | Vsevolod Stakhov | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | Release 1.8.31.8.3 | Vsevolod Stakhov | 2018-12-03 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [CritFix] Make flags mutually exclusive for mime parts * [CritFix] Strictly deny unencoded bad utf8 sequences in headers * [Feature] Add Kaspersky antivirus support * [Feature] Add method to get dkim results * [Feature] Add more words regexp classes * [Feature] Allow to choose words format in `rspamadm mime` * [Feature] Allow to get all types of words from Lua * [Feature] Allow to get task flags in C expressions * [Feature] Allow to require encryption when accepting connections * [Feature] Ignore bogus whitespaces in the words * [Feature] Implement more strict configuration tests * [Feature] Improve SPF results in Authentication-Results * [Feature] Support ClickHouse database * [Fix] Add failsafety for utf8 regexps * [Fix] Do not trigger BROKEN_CONTENT_TYPE on innocent text parts * [Fix] Emit error if connection has been terminated with no stop pattern * [Fix] Fix boundaries checks in embedded messages * [Fix] Fix double free * [Fix] Perform policy downgrade on sample out, add tests * [Fix] Properly escape utf8 regexps in hyperscan mode * [Fix] Selectors - attachments args condition * [Fix] Some fixes for raw parts * [Fix] Treat learning errors as non-fatal * [Fix] Use tld when looking for DKIM domains * [Project] Words unicode structure rework * [Project] Add preliminary Redis Sentinel support * [Project] Improve Authentication-Results header * [Project] Rework DKIM checks results * [Project] Use more generalised API to produce meta words Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | [Feature] Implement more strict configuration tests | Vsevolod Stakhov | 2018-12-03 | 4 | -14/+150 |
| | |||||
* | [Minor] Do not start new symbols when task is being destroyed/cleaned | Vsevolod Stakhov | 2018-12-03 | 1 | -0/+8 |
| | |||||
* | [Minor] Do not tolerate archives with `text` content type | Vsevolod Stakhov | 2018-12-03 | 1 | -0/+7 |
| | |||||
* | [Fix] Do not trigger BROKEN_CONTENT_TYPE on innocent text parts | Vsevolod Stakhov | 2018-12-03 | 1 | -2/+1 |
| | |||||
* | [Minor] Add rspamd_str_make_utf_valid routine + unit tests | Vsevolod Stakhov | 2018-12-03 | 3 | -21/+121 |
| | |||||
* | [Feature] Support ClickHouse database | Vsevolod Stakhov | 2018-12-02 | 2 | -5/+16 |
| | | | | Issue: #2655 | ||||
* | [Minor] Fix greylisting messages | Vsevolod Stakhov | 2018-12-02 | 1 | -8/+10 |
| | | | | Issue: #2660 | ||||
* | [Minor] Oops, restore tempfail handling in DKIM | Vsevolod Stakhov | 2018-12-01 | 1 | -0/+1 |
| | |||||
* | [Project] Rework DKIM AR to support RFC6008 | Vsevolod Stakhov | 2018-12-01 | 1 | -16/+40 |
| | |||||
* | [Project] Fix several issues with dkim check results | Vsevolod Stakhov | 2018-12-01 | 2 | -5/+10 |
| | |||||
* | [Feature] Add method to get dkim results | Vsevolod Stakhov | 2018-12-01 | 1 | -0/+105 |
| | |||||
* | [Minor] Save dkim check result in mempool variable | Vsevolod Stakhov | 2018-12-01 | 1 | -3/+26 |
| | |||||
* | [Project] Rework DKIM checks results | Vsevolod Stakhov | 2018-12-01 | 4 | -51/+133 |
| | |||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2018-12-01 | 1 | -1/+1 |
| | |||||
* | [Feature] Improve SPF results in Authentication-Results | Vsevolod Stakhov | 2018-11-30 | 1 | -6/+43 |
| | |||||
* | Update AUTHORS.md | Vsevolod Stakhov | 2018-11-30 | 1 | -2/+2 |
| | |||||
* | [Minor] Try to fix race condition in http connection | Vsevolod Stakhov | 2018-11-30 | 1 | -6/+9 |
| | |||||
* | [Fix] Fix boundaries checks in embedded messages | Vsevolod Stakhov | 2018-11-30 | 1 | -5/+5 |
| | |||||
* | [Minor] Count words based on text words | Vsevolod Stakhov | 2018-11-30 | 5 | -7/+12 |
| | |||||
* | [Minor] Fix case when all words are exceptions | Vsevolod Stakhov | 2018-11-30 | 1 | -0/+22 |
| | |||||
* | [Feature] Allow to choose words format in `rspamadm mime` | Vsevolod Stakhov | 2018-11-30 | 2 | -4/+46 |
| | |||||
* | [Minor] Allow to get meta words | Vsevolod Stakhov | 2018-11-30 | 1 | -1/+55 |
| | |||||
* | [Feature] Allow to get all types of words from Lua | Vsevolod Stakhov | 2018-11-30 | 3 | -11/+163 |
| | |||||
* | [Rules] Use bad_unicode flag for LEAKED_PASSWORD_SCAM rule | Vsevolod Stakhov | 2018-11-30 | 2 | -5/+5 |
| | | | | Issue: #2649 | ||||
* | [Minor] Slightly extend what we can treat as words | Vsevolod Stakhov | 2018-11-30 | 1 | -1/+1 |
| | |||||
* | [Minor] Support metawords in words regexps | Vsevolod Stakhov | 2018-11-29 | 1 | -41/+72 |
| | |||||
* | [Feature] Allow to get task flags in C expressions | Vsevolod Stakhov | 2018-11-29 | 8 | -62/+146 |
| | |||||
* | [Feature] Add more words regexp classes | Vsevolod Stakhov | 2018-11-29 | 3 | -5/+46 |
| | |||||
* | [Fix] Fix double free | Vsevolod Stakhov | 2018-11-29 | 1 | -4/+0 |
| | |||||
* | [Fix] Add failsafety for utf8 regexps | Vsevolod Stakhov | 2018-11-28 | 1 | -6/+20 |
| | |||||
* | [Fix] Perform policy downgrade on sample out, add tests | Vsevolod Stakhov | 2018-11-28 | 3 | -4/+34 |
| | |||||
* | [Minor] Store the fact that we have utf8 only regexps in corpus | Vsevolod Stakhov | 2018-11-28 | 3 | -1/+11 |
| | |||||
* | [Test] Add tests for pct=0 case | Vsevolod Stakhov | 2018-11-28 | 4 | -1/+31 |
| | |||||
* | [Minor] Exclude raw words from words re class | Vsevolod Stakhov | 2018-11-27 | 1 | -2/+5 |
| | |||||
* | [Fix] Some fixes for raw parts | Vsevolod Stakhov | 2018-11-27 | 2 | -1/+6 |
| | |||||
* | [CritFix] Strictly deny unencoded bad utf8 sequences in headers | Vsevolod Stakhov | 2018-11-27 | 2 | -1/+26 |
| | |||||
* | [Test] Add tests for broken richtext case | Vsevolod Stakhov | 2018-11-27 | 2 | -0/+32 |
| | |||||
* | [Minor] Add extra heuristic for text parts | Vsevolod Stakhov | 2018-11-27 | 1 | -1/+30 |
| |