summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [Minor] Get rid of 'var' declarationsmoisseev2023-11-179-193/+192
|/
* Merge pull request #4706 from fatalbanana/settings_testVsevolod Stakhov2023-11-162-3/+3
|\ | | | | [Test] Try correct settings test
| * [Test] One more suspicious fix for settings testsAndrew Lewis2023-11-161-1/+1
| |
| * [Test] Try correct settings testAndrew Lewis2023-11-161-2/+2
| |
| * [Test] Try break testsAndrew Lewis2023-11-161-1/+1
|/
* Merge pull request #4704 from wuruilong01/masterVsevolod Stakhov2023-11-164-0/+8
|\ | | | | Add support for loongarch
| * Add support for loongarchwuruilong2023-11-164-0/+8
| |
* | Merge pull request #4705 from moisseev/dynloadVsevolod Stakhov2023-11-1610-515/+513
|\ \ | | | | | | [WebUI] Load modules dynamically
| * | [Minor] Remove temporary IIFEsmoisseev2023-11-168-399/+394
| | |
| * | [WebUI] Load modules dynamicallymoisseev2023-11-169-158/+161
| | |
* | | [Minor] Allow argument atoms to start from `-`Vsevolod Stakhov2023-11-161-1/+1
| | |
* | | [Minor] Relax arguments grammar for selectorsVsevolod Stakhov2023-11-161-2/+6
| | |
* | | [Minor] Preserve old environ on exitVsevolod Stakhov2023-11-161-1/+9
| | |
* | | [Minor] Fix build with no hyperscanVsevolod Stakhov2023-11-151-0/+4
| |/ |/| | | | | Issue: #4702
* | Release 3.7.4Vsevolod Stakhov2023-11-141-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Enhancement] Add composite rule for suspicious URLs in suspicious messages * [Fix] Another try to fix setproctitle * [Fix] Do not cleanup hyperscan files unless new ones are loaded * [Fix] Fix various issues with canonicalisation of the paths * [Fix] Properly set config field when creating tasks from Lua * [Fix] Set loaded variable explicitly * [Fix] known_senders: fix config handling * [Fix] rbl: fix `exclude_local` * [Minor] Add missing <algorithm> include for gcc 14 * [Minor] Add rule for messages missing both X-Mailer and User-Agent header * [Minor] Bundle fasttext as linux distributives are just useless * [Minor] Enable fasttext on RPM based linux * [Minor] Forgot it in one more place * [Minor] Improve FREEMAIL_AFF capture rates * [Minor] Limit fasttext to amd64 only * [Minor] Properly search for fasttext include * [Minor] Treat *.zpaq attachments as archives and harmful * [Minor] Update to 3.7.4 * [Minor] force_actions: set a group for symbols * [WebUI] Update map editor
* | Merge pull request #4700 from moisseev/webuiVsevolod Stakhov2023-11-147-15/+6
|\| | | | | [Minor] Remove obsolete code
| * [Minor] Use modern ESLint globals definitionmoisseev2023-11-146-6/+6
| |
| * [Minor] Remove obsolete codemoisseev2023-11-141-9/+0
| | | | | | | | ES6 is required now for WebUI anyway.
* | Merge pull request #4699 from fatalbanana/umaskVsevolod Stakhov2023-11-143-4/+3
|\ \ | |/ |/| [Test] Set umask where it's useful
| * [Test] Set umask where it's usefulAndrew Lewis2023-11-133-4/+3
| |
* | [Fix] Another try to fix setproctitleVsevolod Stakhov2023-11-136-31/+39
|/
* [Fix] Set loaded variable explicitlyVsevolod Stakhov2023-11-131-3/+4
|
* [Minor] Properly search for fasttext includeVsevolod Stakhov2023-11-131-2/+1
|
* [Minor] Bundle fasttext as linux distributives are just uselessVsevolod Stakhov2023-11-111-5/+1
|
* [Minor] Forgot it in one more placeVsevolod Stakhov2023-11-111-0/+2
|
* [Minor] Limit fasttext to amd64 onlyVsevolod Stakhov2023-11-111-2/+4
|
* [Fix] Fix various issues with canonicalisation of the pathsVsevolod Stakhov2023-11-101-7/+16
|
* [Minor] Enable fasttext on RPM based linuxVsevolod Stakhov2023-11-101-1/+3
|
* Merge pull request #4694 from rspamd/vstakhov-fuzzy-pingVsevolod Stakhov2023-11-108-17/+739
|\ | | | | [Feature] Support ping command in fuzzy storage
| * [Minor] Do something when no successful replies are detectedVsevolod Stakhov2023-11-101-0/+4
| |
| * [Project] Polish output modesVsevolod Stakhov2023-11-101-10/+98
| |
| * [Minor] Fix overrideVsevolod Stakhov2023-11-101-1/+1
| |
| * [Minor] Various fixesVsevolod Stakhov2023-11-102-16/+42
| |
| * [Fix] Cleanup session on exitVsevolod Stakhov2023-11-102-6/+9
| |
| * [Minor] Fix events messVsevolod Stakhov2023-11-101-9/+6
| |
| * [Fix] Fix bad access when printing pending events on failure pathVsevolod Stakhov2023-11-101-5/+3
| |
| * [Project] Add some major stuff to implement client side of the fuzzy pingVsevolod Stakhov2023-11-092-7/+417
| |
| * [Fix] Properly set config field when creating tasks from LuaVsevolod Stakhov2023-11-091-1/+1
| |
| * [Project] Add preliminary `rspamadm fuzzyping` commandVsevolod Stakhov2023-11-091-0/+112
| |
| * [Minor] Allow to list storages configured from LuaVsevolod Stakhov2023-11-091-0/+62
| |
| * [Minor] SimplifyVsevolod Stakhov2023-11-091-7/+1
| |
| * [Feature] Support ping command in fuzzy storageVsevolod Stakhov2023-11-092-1/+29
| |
* | Merge pull request #4695 from fatalbanana/test_stabilityVsevolod Stakhov2023-11-092-4/+6
|\ \ | |/ |/| [Minor] Try improve test stability
| * [Minor] Try improve test stabilityAndrew Lewis2023-11-092-4/+6
|/
* Merge pull request #4691 from rspamd/vstakhov-gtube-patternsVsevolod Stakhov2023-11-095-32/+78
|\ | | | | [Feature] Reiterate on gtube patterns
| * [Minor] Document `gtube_patterns`Vsevolod Stakhov2023-11-091-5/+22
| |
| * [Minor] Fix unit testsVsevolod Stakhov2023-11-081-2/+3
| |
| * [Feature] Reiterate on gtube patternsVsevolod Stakhov2023-11-085-32/+60
| |
* | Merge pull request #4693 from fatalbanana/ksconfigVsevolod Stakhov2023-11-091-2/+3
|\ \ | | | | | | [Fix] known_senders: fix config handling
| * | [Fix] known_senders: fix config handlingAndrew Lewis2023-11-091-2/+3
|/ /