aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Use consistent object key/value spacingmoisseev2023-11-208-53/+50
|
* Merge pull request #4713 from fatalbanana/resignVsevolod Stakhov2023-11-202-1/+2
|\ | | | | [Minor] Re-sign YAML
| * [Minor] Re-sign YAMLAndrew Lewis2023-11-202-1/+2
|/
* Merge pull request #4711 from moisseev/webuiVsevolod Stakhov2023-11-1912-42/+65
|\ | | | | [Test] Restore stylistic rules check
| * [Test] Enforce maximum line lengthmoisseev2023-11-198-14/+29
| |
| * [Test] Show @stylistic/eslint-plugin versionmoisseev2023-11-191-0/+1
| |
| * [Test] Restore stylistic rules checkmoisseev2023-11-194-30/+37
|/ | | | https://eslint.org/blog/2023/10/deprecating-formatting-rules/
* Merge pull request #4709 from fatalbanana/demiltertestVsevolod Stakhov2023-11-183-0/+6
|\ | | | | [Test] Skip miltertest tests if it is not installed
| * [Test] Skip miltertest tests if it is not installedAndrew Lewis2023-11-183-0/+6
| |
* | [Fix] Fix some corner cases when parsing maps with no newlinesVsevolod Stakhov2023-11-181-0/+3
| |
* | Merge pull request #4710 from fatalbanana/py36Vsevolod Stakhov2023-11-181-1/+2
|\ \ | | | | | | [Test] Fix dummy http server on python 3.6
| * | [Test] Fix dummy http server on python 3.6Andrew Lewis2023-11-181-1/+2
| |/
* | Merge pull request #4707 from moisseev/webuiVsevolod Stakhov2023-11-1716-204/+203
|\ \ | |/ |/| [Minor] Get rid of 'var' declarations
| * [Minor] Update JS librariesmoisseev2023-11-177-11/+11
| |
| * [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
| |