Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | [WebUI] Add deletion of specific fuzzy hashes | Alexander Moisseev | 2025-05-08 | 2 | -17/+94 | |
| | | | | | | | ||||||
| * | | | | | | [Fix] Allow 'Hash' in Access-Control-Allow-Headers | Alexander Moisseev | 2025-05-07 | 1 | -1/+1 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | so clients can include the Hash header in CORS preflight requests to /fuzzydelhash endpoint. | |||||
* | | | | | | Merge pull request #5458 from xandris/bugfix/doctest-2.4.12-build-failure | Vsevolod Stakhov | 2025-05-08 | 1 | -4/+4 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [Fix] libmime: doctest 2.4.12 compatibilty | |||||
| * | | | | | | [Fix] libmime: declare comparators const for doctest 2.4.12 compatibility | Alexandra Parker | 2025-05-07 | 1 | -4/+4 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Petr Vaněk pointed out a change in doctest 2.4.12 that broke the libmime test code: https://github.com/doctest/doctest/commit/d7a5eeb820b61cc3af8a61b3117f76a403b7742a CHECK is now treats LHS as const and the compiler won't find non-const operator== as a result. It's reasonable for comparators to be const, so make them const. Signed-Off-By: Alexandra Parker <alex.iris.parker@gmail.com> | |||||
* | | | | | | Merge pull request #5455 from dragoangel/patch-10 | Vsevolod Stakhov | 2025-05-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix librdns maxname limit | |||||
| * | | | | | Fix librdns maxname limit | Dmitriy Alekseev | 2025-05-05 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5443 from kevinzb56/temp2 | Vsevolod Stakhov | 2025-05-02 | 1 | -17/+94 | |
|\ \ \ \ \ | | | | | | | | | | | | | Added exclusion list for reputation | |||||
| * | | | | | Merge branch 'rspamd:master' into temp2 | Kevin Shah | 2025-04-28 | 19 | -58/+58 | |
| |\| | | | | ||||||
| * | | | | | Merge branch 'master' into temp2 | Kevin Shah | 2025-04-22 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | Added exclusion list for reputation | kevinzb56 | 2025-04-21 | 1 | -17/+94 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5454 from moisseev/webui | Vsevolod Stakhov | 2025-05-02 | 2 | -4/+11 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [WebUI] Add `Delete hash` button | |||||
| * | | | | | | [WebUI] Add `Delete hash` button | Alexander Moisseev | 2025-05-02 | 2 | -4/+11 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | - Add `Delete hash` button - Rename `Upload FUZZY` button to `Add hash` | |||||
* | | | | | | [Fix] Add null check for master_conn->up in proxy backend error handler | Vsevolod Stakhov | 2025-05-01 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | [Fix] Prevent crashes when accessing upstream address in self-scan mode | Vsevolod Stakhov | 2025-05-01 | 1 | -4/+4 | |
| | | | | | | ||||||
* | | | | | | [Fix] Add fail check for cfg transform for some corner cases | Vsevolod Stakhov | 2025-05-01 | 1 | -9/+11 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5453 from rspamd/vstakhov-fuzzy-check-split-servers | Vsevolod Stakhov | 2025-05-01 | 6 | -21/+269 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Allow to use different servers for fuzzy operations | |||||
| * | | | | | [Minor] Some fixes | Vsevolod Stakhov | 2025-05-01 | 1 | -1/+7 | |
| | | | | | | ||||||
| * | | | | | [Test] Improve fuzzy split server test configuration and setup | Vsevolod Stakhov | 2025-05-01 | 3 | -0/+105 | |
| | | | | | | ||||||
| * | | | | | test: add fuzzy tests for split, read-only, and write-only server modes | Vsevolod Stakhov | 2025-05-01 | 4 | -0/+61 | |
| | | | | | | ||||||
| * | | | | | [Minor] Remove servers completely and use `read_servers` for all compat stuff | Vsevolod Stakhov | 2025-05-01 | 1 | -31/+14 | |
| | | | | | | ||||||
| * | | | | | [Feature] Add support for separate read and write servers in fuzzy check | Vsevolod Stakhov | 2025-05-01 | 1 | -11/+104 | |
|/ / / / / | ||||||
* | | | | | [Fix] Filter invalid domains in fuzzy extra data | Vsevolod Stakhov | 2025-04-25 | 1 | -18/+22 | |
| | | | | | | | | | | | | | | | | | | | | Issue: #5446 | |||||
* | | | | | Merge pull request #5435 from fatalbanana/rpm_logdir | Vsevolod Stakhov | 2025-04-24 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | [Minor] RPM: fix log directory attributes | |||||
| * | | | | | [Minor] RPM: fix log directory attributes | Andrew Lewis | 2025-04-16 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #5444 from SuperSandro2000/file.conf | Vsevolod Stakhov | 2025-04-24 | 17 | -39/+35 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Correct "file.conf" from dist config files | |||||
| * | | | | Correct "file.conf" from dist config files | Sandro Jäckel | 2025-04-22 | 17 | -39/+35 | |
| | |/ / | |/| | | ||||||
* / | | | [Fix] Arc: Use tonumber when comparing | Vsevolod Stakhov | 2025-04-22 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | Issue: #4044 | |||||
* | | | Merge pull request #5436 from SuperSandro2000/patch-1 | Vsevolod Stakhov | 2025-04-18 | 18 | -19/+19 | |
|\ \ \ | | | | | | | | | Fix writing rules tutorial link | |||||
| * | | | Fix writing rules tutorial link | Sandro | 2025-04-17 | 18 | -19/+19 | |
| |/ / | ||||||
* | | | Merge pull request #5434 from fatalbanana/preresult_modules | Vsevolod Stakhov | 2025-04-17 | 2 | -2/+2 | |
|\ \ \ | |/ / |/| | | [Minor] Use module name when calling `set_pre_result` | |||||
| * | | [Minor] Use module name when calling `set_pre_result` | Andrew Lewis | 2025-04-16 | 2 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #5407 from dragoangel/patch-10 | Vsevolod Stakhov | 2025-04-14 | 1 | -0/+45 | |
|\ \ | | | | | | | Add Sieve and cPanel forwarding symbols | |||||
| * \ | Merge branch 'master' into patch-10 | Vsevolod Stakhov | 2025-04-14 | 23 | -1096/+1654 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #5426 from fatalbanana/recontextal | Vsevolod Stakhov | 2025-04-10 | 1 | -6/+12 | |
|\ \ \ | | | | | | | | | [Minor] contextal: conditionally disable timer, minor changes | |||||
| * | | | [Minor] contextal: conditionally disable timer, minor changes | Andrew Lewis | 2025-04-08 | 1 | -6/+12 | |
| | | | | ||||||
* | | | | Merge pull request #5423 from moisseev/webui | Vsevolod Stakhov | 2025-04-07 | 5 | -11/+11 | |
|\ \ \ \ | |/ / / |/| | | | [WebUI] Update Bootstrap, D3 and PrismJS libraries | |||||
| * | | | [WebUI] Update Bootstrap, D3 and PrismJS libraries | Alexander Moisseev | 2025-04-06 | 5 | -11/+11 | |
|/ / / | | | | | | | | | | | | | | | | - Bootstrap 5.3.3 → 5.3.5 - D3 7.8.5 → 7.9.0 - PrismJS 1.29.0 → 1.30.0 | |||||
* | | | Merge pull request #5422 from KIMDONGYEON00/master | Vsevolod Stakhov | 2025-04-04 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | fix(lua_bit) : Prevent lua-bit stack buffer overflow | |||||
| * | | | fix(lua_bit) : Prevent lua-bit stack buffer overflow | KIMDONGYEON00 | 2025-04-04 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #5419 from rspamd/vstakhov-redis-version | Vsevolod Stakhov | 2025-04-03 | 1 | -3/+13 | |
|\ \ \ | | | | | | | | | [Feature] Allow to specify Redis version | |||||
| * | | | [Feature] Allow to specify Redis versionvstakhov-redis-version | Vsevolod Stakhov | 2025-04-02 | 1 | -3/+13 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Some Redis versions introduce important changes to the commands, for example `EVAL` vs `EVAL_RO`. Rspamd should be able to use these commands where possible. Issue: #5418 | |||||
* | | | Merge pull request #5417 from rspamd/vstakhov-bh-greylisting | Vsevolod Stakhov | 2025-04-01 | 1 | -0/+23 | |
|\ \ \ | | | | | | | | | [Fix] Greylist: Improve body hash calculations | |||||
| * | | | [Fix] Greylist: Improve body hash calculationsvstakhov-bh-greylisting | Vsevolod Stakhov | 2025-03-31 | 1 | -0/+23 | |
| | | | | ||||||
* | | | | Merge pull request #5412 from rspamd/vstakhov-cmake-rework | Vsevolod Stakhov | 2025-04-01 | 14 | -1076/+1594 | |
|\ \ \ \ | |_|_|/ |/| | | | [Project] Modernize cmake | |||||
| * | | | [Minor] Improve sanitizers stuff stylevstakhov-cmake-rework | Vsevolod Stakhov | 2025-03-31 | 1 | -60/+85 | |
| | | | | ||||||
| * | | | [Minor] Fix tests invocation | Vsevolod Stakhov | 2025-03-29 | 3 | -60/+121 | |
| | | | | ||||||
| * | | | [Project] Rework OSDep | Vsevolod Stakhov | 2025-03-29 | 3 | -68/+112 | |
| | | | | ||||||
| * | | | [Project] Modernize cmake | Vsevolod Stakhov | 2025-03-29 | 11 | -893/+1281 | |
| |/ / | ||||||
| | * | Merge branch 'master' into patch-10 | Dmitriy Alekseev | 2025-03-28 | 4 | -47/+56 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Merge pull request #5406 from dragoangel/patch-11 | Vsevolod Stakhov | 2025-03-28 | 1 | -0/+8 | |
|\ \ \ | |/ / |/| | | Add R_HTTP_URL_IN_FROM |