aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | [Minor] Fix some unsafe chmodVsevolod Stakhov2024-09-101-6/+12
| | | |
* | | | [Minor] Fix some SSL issuesVsevolod Stakhov2024-09-101-16/+4
| | | |
* | | | Merge pull request #5131 from rspamd/vstakhov-fuzzy-modeVsevolod Stakhov2024-09-101-15/+43
|\ \ \ \ | | | | | | | | | | [Feature] Allow different modes for fuzzy rules
| * | | | [Feature] Allow differen modes for fuzzy rulesVsevolod Stakhov2024-09-091-15/+43
|/ / / /
* | | | Merge pull request #5129 from rspamd/vstakhov-redis-schemaVsevolod Stakhov2024-09-084-8/+10
|\ \ \ \ | | | | | | | | | | [Fix] Another fix for Redis schema
| * | | | [Fix] Another fix for Redis schemaVsevolod Stakhov2024-09-074-8/+10
|/ / / / | | | | | | | | | | | | Issue: #5112
* | | | Merge pull request #5127 from rspamd/vstakhov-fuzzy-symbolsVsevolod Stakhov2024-09-052-11/+64
|\ \ \ \ | |_|_|/ |/| | | Rework fuzzy symbols
| * | | [Rework] Implement new replies logic on the server's sideVsevolod Stakhov2024-09-051-10/+13
| | | |
| * | | [Minor] Add `encryption_required` symbolVsevolod Stakhov2024-09-051-0/+18
| | | |
| * | | [Minor] s/BLOCKED/FORBIDDEN/Vsevolod Stakhov2024-09-051-4/+4
| | | | | | | | | | | | | | | | We want it to be more informative and to distinguish from FUZZY_DENIED
| * | | [Rework] Change fuzzy error symbolsVsevolod Stakhov2024-09-051-1/+33
|/ / / | | | | | | | | | | | | FUZZY_BLOCKED -> FUZZY_RATELIMITED FUZZY_BLOCKED - new symbol for permanent bans
* | / [Feature] Add tooling to encrypt strings in LuaIvan Stakhov2024-09-053-28/+215
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Fix] Provide support for OpenSSL 3.0 * [Feature] Provide function to encode header with configured public key * [Feature] Provide function to decode header with configured public key * [Test] Add tests for maybe encode/decode header * [Minor] Fix tests for encode/decode header * [Minor] Small clean up * [Minor] Small clean up * [Minor] Small fix for OpenSSL 3.0 support * [Minor] Provide logging * [Minor] Small fix * [Fix] Fix typo error * [Fix] Another typo * [Minor] Little clean up * [Minor] Little fix * [Minor] Small fix * [Minor] Small fix * [Minor] Rewrite the arguments of secretbox:encrypt/decrypt functions to a more understandable format * [Fix] Fix problem with nonce was not provided * [Test] Add test for nonce * [Minor] Little clean up * [Minor] Little clean up * [Test] Test * [Test] Test * [Test] Test * [Minor] Little fix * [Minor] Small fix * [Minor] Small fix * [Test] Small fix * [Test] Test * [Test] Test * [Test] Test * [Test] Test * [Minor] Small fix for fips provider * [Minor] Change provider apply logic * [Test] Little fix for provider * [Minor] Provide OpenSSL <3.0 support * [Test] Possible provider fix * [Test] Possible provider fix * [Test] Little fix * [Minor] Fix provider issue * [Minor] Small clean up * [Minor] Change logging errors * Update lualib/lua_util.lua --------- Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
* | Merge pull request #5126 from rspamd/vstakhov-change-passthroughVsevolod Stakhov2024-09-053-20/+32
|\ \ | | | | | | [Rework] Change the logic of skipping symbols
| * | [Rework] Change the logic of skipping symbolsVsevolod Stakhov2024-09-043-20/+32
|/ / | | | | | | | | We now do not skip pre/post filters even if the task result has reached threshold.
* | Merge pull request #5111 from oliyks/fix-icap-url-encodeVsevolod Stakhov2024-09-043-15/+27
|\ \ | | | | | | [Fix] ICAP: encode constructed path to be URL safe.
| * | deduplicate url_encode_stringTarmo Oja2024-09-042-14/+5
| | |
| * | Merge branch 'master' into fix-icap-url-encodeTarmo Oja2024-09-047-453/+469
| |\ \ | |/ / |/| |
* | | Merge pull request #5125 from rspamd/vstakhov-lua-fix-register-symbolsVsevolod Stakhov2024-09-021-442/+410
|\ \ \ | | | | | | | | [Fix] Unify lua symbols registration
| * | | [Minor] Forgot to handle `parent`Vsevolod Stakhov2024-09-021-3/+27
| | | |
| * | | [Minor] Restore legacy way to register symbols...Vsevolod Stakhov2024-09-021-6/+88
| | | |
| * | | [Doc] Discourage old brain damaged method of symbols registrationVsevolod Stakhov2024-09-021-1/+5
| | | |
| * | | [Fix] Unify lua symbols registrationVsevolod Stakhov2024-09-021-442/+300
|/ / / | | | | | | | | | I'm curious why this bug has been not mentioned for such a long time...
* | | Merge pull request #5114 from fatalbanana/robot_startupVsevolod Stakhov2024-08-301-1/+16
|\ \ \ | | | | | | | | [Test] Improve startup error handling
| * \ \ Merge branch 'master' into robot_startupAndrew Lewis2024-08-264-18/+39
| |\ \ \
| * | | | [Test] Improve on previous changesAndrew Lewis2024-08-261-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | - Remove unnecessary process waiting - Relax retry time
| * | | | [Test] Improve startup error handlingAndrew Lewis2024-08-231-1/+16
| | | | |
* | | | | [Minor] Change log level for autolearningVsevolod Stakhov2024-08-301-6/+7
| | | | | | | | | | | | | | | | | | | | Fix unidiomatic string builder when I'm here.
* | | | | Merge pull request #5121 from rspamd/vstakhov-rdns-check-conditionVsevolod Stakhov2024-08-301-0/+12
|\ \ \ \ \ | | | | | | | | | | | | [Fix] Preserve the previous behaviour of RDNS_* checks
| * | | | | [Fix] Preserve the previous behaviour of RDNS_* checksVsevolod Stakhov2024-08-291-0/+12
| | | | | |
* | | | | | Merge pull request #5119 from slavkoja/patch-2Vsevolod Stakhov2024-08-291-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update URIBL_RED/GREY scores
| * | | | | Update surbl_group.confSlavko2024-08-291-2/+2
|/ / / / /
* | | | | Merge pull request #5118 from rspamd/vstakhov-fix-5089Vsevolod Stakhov2024-08-291-0/+20
|\ \ \ \ \ | |_|/ / / |/| | | | Fix for issue #5089 - learning of the empty tasks
| * | | | [Fix] Another safe-guards for learning/classifying an empty messageVsevolod Stakhov2024-08-281-0/+20
| | | | |
| * | | | [Minor] Fix stripping of the last charactersVsevolod Stakhov2024-08-171-10/+7
| | | | |
| * | | | [Fix] Check message before trying to dereference pointerVsevolod Stakhov2024-08-171-5/+5
| | | | | | | | | | | | | | | | | | | | Issue: #5089
* | | | | Merge pull request #5115 from dragoangel/patch-7Vsevolod Stakhov2024-08-261-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Set expiration for history_redis to 5 days by default
| * | | | | Update history_redis.luaDmitriy Alekseev2024-08-241-1/+1
| | | | | |
| * | | | | Set expiration for history_redis to 5 days by defaultDmitriy Alekseev2024-08-241-1/+1
|/ / / / /
| | | * | handle nilTarmo Oja2024-08-231-0/+3
| | | | |
| | | * | [PATCH] Encode constructed path to be URL safe.Tarmo Oja2024-08-222-1/+19
| |_|/ / |/| | | | | | | | | | | fix #4643
* | | | Merge pull request #5110 from fatalbanana/re_grow_factor_testsVsevolod Stakhov2024-08-223-16/+37
|\ \ \ \ | |_|/ / |/| | | [Test] Improve grow_factor tests
| * | | [Test] Improve grow_factor testsAndrew Lewis2024-08-203-16/+37
|/ / /
* | | Fix issue with broken HTTP message to learn endpoints (#5106)Vsevolod Stakhov2024-08-172-15/+12
| | | | | | | | | | | | | | | | | | | | | * [Fix] Check message before trying to dereference pointer Issue: #5089 * [Minor] Fix stripping of the last characters
* | | Provide OpenSSL 3.0 support for lua_rsa (#5101)Ivan Stakhov2024-08-172-76/+98
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Fix] Provide OSSL 3.0 support for lua_rsa (not working) * [Fix] Provide full OpenSSL 3.0 for lua_rsa * [Minor] Little clean up * [Minor] Clean up code from debug * [Test] Replace for fixed size fstring allocation * [Test] Add rsa padding and signature md for pctx * [Test] Little changes * [Fix] Little fix for rsa_sign_memory work correctly * [Minor] Little clean up * [Minor] Small fix * [Minor] Little clean up * [Test] Add signature verification test for rsa2048
* | Merge pull request #5104 from rspamd/vstakhov-transparent-uclVsevolod Stakhov2024-08-167-421/+795
|\ \ | | | | | | [Project] Allow manipulations with opaque UCL objects
| * | [Test] Add more unit testsVsevolod Stakhov2024-08-161-10/+25
| | |
| * | [Minor] Add some hacks to convert lua table into either object or an arrayVsevolod Stakhov2024-08-161-43/+118
| | |
| * | [Test] Fix broken testVsevolod Stakhov2024-08-161-0/+4
| | |
| * | [Minor] Restore back one more legacy conversionVsevolod Stakhov2024-08-161-0/+23
| | |
| * | [Minor] Restore legacy conversionsVsevolod Stakhov2024-08-161-0/+163
| | | | | | | | | | | | With new `index` method it seems much easier in fact