Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Conf] Add dkim checks for some surbl rules | Vsevolod Stakhov | 2018-10-09 | 1 | -0/+4 |
| | |||||
* | [Feature] Allow dkim domains check in surbl | Vsevolod Stakhov | 2018-10-09 | 1 | -0/+50 |
| | |||||
* | Merge pull request #2579 from negram/fixed-unit-test | Vsevolod Stakhov | 2018-10-09 | 1 | -2/+1 |
|\ | | | | | [Test] fixed unit test | ||||
| * | [Test] fixed unit test | Mikhail Galanin | 2018-10-09 | 1 | -2/+1 |
|/ | |||||
* | Merge pull request #2577 from negram/fix-edge-case | Vsevolod Stakhov | 2018-10-08 | 2 | -38/+63 |
|\ | | | | | Fix edge case | ||||
| * | [Test] one more test case | Mikhail Galanin | 2018-10-08 | 1 | -35/+55 |
| | | |||||
| * | [Minor] Fix checking table size when inserting/deleting | Mikhail Galanin | 2018-10-08 | 1 | -3/+8 |
| | | |||||
* | | Merge pull request #2576 from negram/more-coverage | Vsevolod Stakhov | 2018-10-08 | 7 | -0/+7 |
|\ \ | | | | | | | [Test] Collect coverage in all functional tests | ||||
| * | | [Test] Collect coverage in all functional tests | Mikhail Galanin | 2018-10-08 | 7 | -0/+7 |
| |/ | |||||
* | | Merge pull request #2575 from negram/coverage-doc | Vsevolod Stakhov | 2018-10-08 | 1 | -0/+58 |
|\ \ | | | | | | | [Minor] Added coverage collection documentation | ||||
| * | | [Minor] Added coverage collection documentation | Mikhail Galanin | 2018-10-08 | 1 | -0/+58 |
| |/ | |||||
* | | [Minor] Add missing #endif | Vsevolod Stakhov | 2018-10-08 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Update cached libevent time when possible | Vsevolod Stakhov | 2018-10-08 | 2 | -1/+24 |
| | | |||||
* | | [Fix] Stop libevent from using cached time in rspamadm | Vsevolod Stakhov | 2018-10-08 | 2 | -1/+12 |
| | | |||||
* | | [Minor] Check for cached libevent time routines | Vsevolod Stakhov | 2018-10-08 | 4 | -3/+12 |
| | | |||||
* | | Merge pull request #2543 from heraklit256/extended-dnswl-scores | Vsevolod Stakhov | 2018-10-08 | 1 | -2/+5 |
|\ \ | |/ |/| | leaving original symbols if DNSWL composite rules are triggered | ||||
| * | lower weight of RCVD_DKIM_ARC_DNSWL_HI to -1.0 | heraklit256 | 2018-10-08 | 1 | -1/+1 |
| | | |||||
| * | lower weight for RCVD_DKIM_ARC_DNSWL_MED and RCVD_DKIM_ARC_DNSWL_HIGH | heraklit256 | 2018-10-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | These were too high as other symbols - such as ARC_ALLOW - already introduce some negative scores. Thanks to @moisseev for reporting this. | ||||
| * | leaving original symbols if DNSWL composite rules are triggered | heraklit256 | 2018-09-27 | 1 | -0/+3 |
| | | | | | | | | | | | | Without policy = "leave", rspamd replaces the original symbols in log and message header (if enabled), which makes debugging more hard and is not used in this case. | ||||
* | | [Minor] Print timestamps when rspamadm is started in debug mode | Vsevolod Stakhov | 2018-10-08 | 2 | -22/+39 |
| | | |||||
* | | [Fix] Various fixes in redis sync interface | Vsevolod Stakhov | 2018-10-08 | 1 | -27/+40 |
| | | |||||
* | | [CritFix] Plug memory leak in redis pool | Vsevolod Stakhov | 2018-10-08 | 1 | -11/+13 |
| | | |||||
* | | Merge pull request #2574 from negram/store-and-merge-lua-coverage | Vsevolod Stakhov | 2018-10-08 | 4 | -30/+279 |
|\ \ | | | | | | | Store and merge lua coverage | ||||
| * | | [Test] Reworked build script to correctly collect merge coverage data | Mikhail Galanin | 2018-10-08 | 1 | -30/+33 |
| | | | |||||
| * | | [Test] Coverage merge/push script | Mikhail Galanin | 2018-10-08 | 1 | -0/+139 |
| | | | |||||
| * | | [Test] Collect coverage from rspamd workers | Mikhail Galanin | 2018-10-08 | 2 | -0/+107 |
| | | | |||||
* | | | Merge pull request #2573 from moisseev/eslint | Vsevolod Stakhov | 2018-10-07 | 1 | -4/+5 |
|\ \ \ | | | | | | | | | [WebUI] Fix symbol description tooltips display | ||||
| * | | | [WebUI] Fix symbol description tooltips display | Alexander Moisseev | 2018-10-07 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | when the total number of rows is less than number of rows per page | ||||
* | | | | [Minor] Fix desctruction order | Vsevolod Stakhov | 2018-10-06 | 1 | -1/+3 |
| | | | | |||||
* | | | | [Fix] Fix parsing address with comments | Vsevolod Stakhov | 2018-10-06 | 1 | -64/+75 |
| | | | | |||||
* | | | | [Minor] Fix event pending checks | Vsevolod Stakhov | 2018-10-06 | 13 | -25/+38 |
| | | | | |||||
* | | | | [Minor] Fix symbols cache saving | Vsevolod Stakhov | 2018-10-06 | 1 | -7/+25 |
|/ / / | |||||
* | | | [Fix] Fix boundaries detection and rework stop words algorithm | Vsevolod Stakhov | 2018-10-06 | 1 | -16/+39 |
| | | | | | | | | | | | | | | | Issue: #2541 Closes: #2541 | ||||
* | | | [Fix] Remove one letter stop words | Vsevolod Stakhov | 2018-10-06 | 1 | -2/+2 |
| | | | |||||
* | | | [Minor] Fix CMA calculations | Vsevolod Stakhov | 2018-10-06 | 1 | -6/+11 |
| | | | |||||
* | | | [Minor] Don't load torch unless really needed | Vsevolod Stakhov | 2018-10-06 | 2 | -7/+10 |
| | | | |||||
* | | | [Conf] Slashing: use lua rules from local confdir instead of confdir | Vsevolod Stakhov | 2018-10-06 | 1 | -1/+1 |
| | | | |||||
* | | | [Minor] Support local confdir in lua | Vsevolod Stakhov | 2018-10-06 | 3 | -4/+22 |
| | | | |||||
* | | | [Fix] Slashing: backport chunk logic from libucl | Vsevolod Stakhov | 2018-10-05 | 5 | -49/+153 |
| | | | |||||
* | | | Merge pull request #2572 from negram/fix-fatal-flag | Vsevolod Stakhov | 2018-10-05 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | [Minor] is_successful != fatal | ||||
| * | | [Minor] is_successful != fatal | Mikhail Galanin | 2018-10-05 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2571 from negram/misprint-2 | Vsevolod Stakhov | 2018-10-05 | 1 | -1/+1 |
|\ \ | | | | | | | [Minor] misprint | ||||
| * | | [Minor] misprint | Mikhail Galanin | 2018-10-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2570 from negram/lua-coverage-collector | Vsevolod Stakhov | 2018-10-05 | 5 | -1/+53 |
|\ \ \ | |/ / |/| | | Lua coverage collector | ||||
| * | | [Test] global variable for coverage collector | Mikhail Galanin | 2018-10-05 | 1 | -0/+4 |
| | | | |||||
| * | | [Test] use the coverage collector in tests | Mikhail Galanin | 2018-10-05 | 3 | -1/+3 |
| | | | |||||
| * | | [Test] added Lua test coverage collector for functional tests | Mikhail Galanin | 2018-10-05 | 1 | -0/+46 |
|/ / | |||||
* | | [Minor] Prevent race condition in Redis ctx refcounting | Vsevolod Stakhov | 2018-10-04 | 1 | -0/+4 |
| | | |||||
* | | [Fix] Do not load torch on each rspamadm invocation | Vsevolod Stakhov | 2018-10-04 | 2 | -7/+12 |
| | | |||||
* | | Merge pull request #2565 from krestenk/master | Vsevolod Stakhov | 2018-10-04 | 1 | -1/+1 |
|\ \ | | | | | | | Added "text/calendar" as a legal mimetype for .ics files. |