aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Remove unused optionVsevolod Stakhov2021-11-212-4/+0
|
* [Minor] Remove obsolete WITH_HIREDIS defineVsevolod Stakhov2021-11-2011-93/+0
|
* [Fix] Rbl: Fix inversed logic of the url_full_hostnameVsevolod Stakhov2021-11-191-2/+2
|
* [Minor] Treat empty `from` protocol header as canonical `<>`Vsevolod Stakhov2021-11-191-0/+4
| | | | Issue: #3983
* [Minor] Add safe-guard for the root tagVsevolod Stakhov2021-11-191-5/+7
|
* [Fix] Fix logic in HTML processing FSMVsevolod Stakhov2021-11-191-5/+0
|
* [Minor] Fix triggering of the suspicious url rule on percent encodingVsevolod Stakhov2021-11-191-1/+0
|
* [Fix] Do not double call error handler on ssl errors in the timeout pathVsevolod Stakhov2021-11-181-5/+7
|
* [Minor] Fix for old compilersVsevolod Stakhov2021-11-181-1/+2
|
* [Minor] Per luacheck when I'm hereVsevolod Stakhov2021-11-181-2/+2
|
* [Fix] Improve duplicate settings error reportingVsevolod Stakhov2021-11-181-7/+19
| | | | Issue: #3957
* [Fix] Fix parsing of the compound mailto urlsVsevolod Stakhov2021-11-171-1/+22
|
* [Fix] Find suspicious url encodings that could break url extractionVsevolod Stakhov2021-11-171-0/+39
|
* Merge pull request #3982 from fatalbanana/query_maps_jsonVsevolod Stakhov2021-11-171-1/+65
|\ | | | | [Feature] JSON endpoint for querying maps
| * [Feature] JSON endpoint for querying mapsAndrew Lewis2021-11-171-1/+65
| |
* | Merge pull request #3981 from moisseev/ip-widthVsevolod Stakhov2021-11-171-1/+1
|\ \ | | | | | | [Minor] Set IP column min-width relative to font-size
| * | [Minor] Set IP column min-width relative to font-sizemoisseev2021-11-171-1/+1
|/ /
* | [Minor] Rbl: Add url_full_hostname optionVsevolod Stakhov2021-11-162-4/+11
| |
* | [Minor] Change error to the noticeVsevolod Stakhov2021-11-161-2/+2
| | | | | | | | | | | | With this change, Rspamd will no longer emit error codes on learn condition skipping. Issue: #3956
* | Merge pull request #3980 from cpragadeesh/roc_implementationVsevolod Stakhov2021-11-152-14/+198
|\ \ | |/ |/| [Feature] Add ROC based threshold estimation for neural network plugin
| * [Feature] Add ROC feature to neural network pluginPragadeesh Chandiran2021-11-152-14/+198
| |
* | [Minor] Update bundled fmt to 8.0.1Vsevolod Stakhov2021-11-1513-5381/+5069
| |
* | Revert "[Minor] Disable eslint in CI"Vsevolod Stakhov2021-11-141-2/+2
| | | | | | | | This reverts commit d970e1e7b4271dc6c852ea65a4aabd214ef9ea63.
* | Merge pull request #3979 from moisseev/stylelintVsevolod Stakhov2021-11-144-15/+34
|\ \ | | | | | | [Test] Fix Stylelint
| * | [Test] Pet Stylelintmoisseev2021-11-143-14/+21
| | |
| * | [Test] Add PostCSS syntaxes for embedded stylesmoisseev2021-11-142-1/+13
|/ / | | | | | | (required since Stylelint 14.0.0)
* | Merge pull request #3978 from yasuhirokimura/enable_pcre2_by_defaultVsevolod Stakhov2021-11-141-1/+1
|\ \ | | | | | | Enable PCRE2 by default.
| * | Enable PCRE2 by default.Yasuhiro Kimura2021-11-141-1/+1
|/ / | | | | | | | | | | | | There are 2 major versions of the PCRE library, PCRE and PCRE2. Rspamd supports both and current default is the former. But according to the web page of PCRE library it has reached its end of life. So change the default to the latter.
* | Merge pull request #3977 from moisseev/surblVsevolod Stakhov2021-11-121-6/+34
|\ \ | | | | | | [Conf] Set one_shot for URIBL rules by default
| * | [Conf] Set one_shot for URIBL rules by defaultmoisseev2021-11-121-6/+34
| | |
* | | [Minor] Allow headers addition if configuredVsevolod Stakhov2021-11-121-0/+13
| | |
* | | [Minor] Add analysis loggingVsevolod Stakhov2021-11-121-1/+6
| | |
* | | [Minor] Allow to get the maximum message sizeVsevolod Stakhov2021-11-121-21/+67
| | |
* | | [Minor] Allow to register preloads for external servicesVsevolod Stakhov2021-11-121-0/+9
| | |
* | | [Minor] Add default score for cloudmarkVsevolod Stakhov2021-11-121-1/+1
|/ /
* | Merge pull request #3976 from moisseev/cloudmarkVsevolod Stakhov2021-11-122-0/+305
|\ \ | | | | | | [Feature] Add support of Cloudmark
| * | [Feature] Add support of Cloudmarkmoisseev2021-11-122-0/+305
|/ / | | | | | | in the external services plugin
* | Merge pull request #3974 from HeinleinSupport/fix/ratelimitVsevolod Stakhov2021-11-111-5/+5
|\ \ | | | | | | [Fix] ratelimit - symbol per bucket
| * | [Fix] ratelimit - symbol per bucketCarsten Rosenberg2021-11-101-5/+5
| | |
* | | [Fix] Read file maps if they were not pre-read during preloadVsevolod Stakhov2021-11-111-0/+9
| | |
* | | [Minor] Fix signing with `skip_process` flagVsevolod Stakhov2021-11-112-9/+13
|/ /
* | [Minor] Bimi: Add version to the pathVsevolod Stakhov2021-11-101-1/+1
| |
* | [Test] Fix automatic training testsVsevolod Stakhov2021-11-103-37/+40
|/
* Merge pull request #3969 from HeinleinSupport/fix/lua_cfg_transformVsevolod Stakhov2021-11-091-4/+10
|\ | | | | [Fix] lua_cfg_transform - silly break breaks actions
| * [Fix] lua_cfg_transform - silly break break actionsCarsten Rosenberg2021-11-081-4/+10
| |
* | Merge pull request #3968 from cpragadeesh/avoid_duplicate_neural_rowsVsevolod Stakhov2021-11-091-10/+10
|\ \ | | | | | | [Minor] Prevent duplicate rows from being inserted into neural trainiā€¦
| * | [Minor] Prevent duplicate rows from being inserted into neural training setPragadeesh Chandiran2021-11-081-10/+10
| | |
* | | Merge pull request #3967 from a16bitsysop/386Vsevolod Stakhov2021-11-091-2/+2
|\ \ \ | | | | | | | | [Fix] Further fix for i386 compilation
| * | | [Fix] Further fix for i386 compilationDuncan Bellamy2021-11-081-2/+2
| | | |
* | | | [Minor] Rework fuzzy blocking logicVsevolod Stakhov2021-11-091-30/+44
| | | |