Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Core: Improve structure of lru hash, get rid of GHashTable | Vsevolod Stakhov | 2018-12-10 | 3 | -187/+437 |
| | |||||
* | [Fix] Core: treat nodes with ttl properly in lru cache | Vsevolod Stakhov | 2018-12-10 | 1 | -27/+49 |
| | | | | Issue: #2675 | ||||
* | Merge pull request #2673 from PHPGangsta/patch-1 | Vsevolod Stakhov | 2018-12-10 | 1 | -0/+1 |
|\ | | | | | Added message/rfc822 to mime_types.inc | ||||
| * | Added message/rfc822 to mime_types.inc | Michael Kliewe | 2018-12-09 | 1 | -0/+1 |
|/ | | | message/rfc822 is the mimetype if you forward an email as attachment (.eml) | ||||
* | [Minor] Fix new greylist records case | Vsevolod Stakhov | 2018-12-09 | 1 | -7/+2 |
| | |||||
* | [Minor] Fuzzy_storage: properly set reply on blocked | Vsevolod Stakhov | 2018-12-08 | 1 | -0/+2 |
| | |||||
* | [Feature] Fuzzy_storage: add preliminary support of rate limits | Vsevolod Stakhov | 2018-12-08 | 1 | -1/+221 |
| | |||||
* | [Feature] Core: allow to emit soft reject on task timeout | Vsevolod Stakhov | 2018-12-08 | 4 | -1/+31 |
| | |||||
* | [Minor] Reset state to work with multiple backends | Vsevolod Stakhov | 2018-12-08 | 1 | -0/+2 |
| | |||||
* | [Test] Add some tests for greylist module | Vsevolod Stakhov | 2018-12-08 | 2 | -0/+50 |
| | |||||
* | [Fix] Greylist: fix records checking | Vsevolod Stakhov | 2018-12-08 | 1 | -19/+34 |
| | |||||
* | [Minor] Add default | Vsevolod Stakhov | 2018-12-07 | 1 | -1/+3 |
| | |||||
* | [Minor] Fix mess | Vsevolod Stakhov | 2018-12-07 | 1 | -20/+23 |
| | |||||
* | [Minor] Fix task timeout in proxy worker | Vsevolod Stakhov | 2018-12-07 | 1 | -5/+3 |
| | |||||
* | [Fix] Fix greylisting log message and logic | Vsevolod Stakhov | 2018-12-07 | 1 | -17/+30 |
| | |||||
* | [Conf] Move to options | Vsevolod Stakhov | 2018-12-06 | 2 | -1/+3 |
| | |||||
* | [Rework] Unify task_timeout | Vsevolod Stakhov | 2018-12-06 | 6 | -22/+75 |
| | |||||
* | [Feature] Add method task:lookup_words | Vsevolod Stakhov | 2018-12-05 | 3 | -75/+207 |
| | |||||
* | [Feature] Query sentinel on master errors | Vsevolod Stakhov | 2018-12-05 | 1 | -0/+18 |
| | | | | Issue: #2665 | ||||
* | [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 |
| |