Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Allow to specify Redis versionvstakhov-redis-version | Vsevolod Stakhov | 13 days | 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 pull request #5406 from dragoangel/patch-11 | Vsevolod Stakhov | 2025-03-28 | 1 | -0/+8 |
|\ \ | |/ |/| | Add R_HTTP_URL_IN_FROM | ||||
| * | Merge branch 'master' into patch-11 | Dmitriy Alekseev | 2025-03-27 | 3 | -10/+18 |
| |\ | |||||
| * | | Update rules/regexp/headers.lua | Dmitriy Alekseev | 2025-03-26 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com> | ||||
| * | | Merge branch 'master' into patch-11 | Dmitriy Alekseev | 2025-03-25 | 11 | -109/+595 |
| |\ \ | |||||
| * | | | Update headers.lua | Dmitriy Alekseev | 2025-03-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update headers.lua | Dmitriy Alekseev | 2025-03-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update headers.lua | Dmitriy Alekseev | 2025-03-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update headers.lua | Dmitriy Alekseev | 2025-03-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add R_HTTP_URL_IN_FROM | Dmitriy Alekseev | 2025-03-24 | 1 | -0/+8 |
| | | | | |||||
* | | | | [Rework] Use locks/loaded per backend for all maps | Vsevolod Stakhov | 2025-03-28 | 3 | -47/+48 |
| |_|/ |/| | | |||||
* | | | Merge pull request #5408 from moisseev/maps | Vsevolod Stakhov | 2025-03-27 | 3 | -10/+18 |
|\ \ \ | |_|/ |/| | | [WebUI] Update Maps table | ||||
| * | | [WebUI] Grey out not loaded maps in the Maps table | Alexander Moisseev | 2025-03-25 | 1 | -0/+1 |
| | | | |||||
| * | | [WebUI] Update Maps table | Alexander Moisseev | 2025-03-25 | 3 | -10/+17 |
|/ / | | | | | | | | | | | - Display new map flags. - Rename "Lists" heading to "Maps". - Add table header. | ||||
* | | Merge pull request #5386 from rspamd/vstakhov-maps-stuff | Vsevolod Stakhov | 2025-03-24 | 7 | -61/+190 |
|\ \ | | | | | | | Improve maps status visibility | ||||
| * | | [Minor] Set loaded flag when we load map from cachevstakhov-maps-stuff | Vsevolod Stakhov | 2025-03-24 | 1 | -0/+3 |
| | | | |||||
| * | | [Minor] Static maps have pre-defined content, so use it to get id | Vsevolod Stakhov | 2025-03-24 | 1 | -0/+7 |
| | | | |||||
| * | | [Minor] Hfilter: add maps with description | Vsevolod Stakhov | 2025-03-24 | 1 | -6/+7 |
| | | | |||||
| * | | [Fix] Fix maps ids | Vsevolod Stakhov | 2025-03-24 | 2 | -5/+21 |
| | | | |||||
| * | | [Fix] Fix static maps description passing | Vsevolod Stakhov | 2025-03-24 | 4 | -10/+23 |
| | | | |||||
| * | | [Feature] Output content for all maps | Vsevolod Stakhov | 2025-03-22 | 1 | -27/+57 |
| | | | |||||
| * | | [Feature] Show all maps status | Vsevolod Stakhov | 2025-03-13 | 2 | -7/+50 |
| | | | |||||
| * | | [Rework] Store shared maps data separately | Vsevolod Stakhov | 2025-03-13 | 3 | -12/+29 |
| | | | |||||
* | | | Merge pull request #5360 from fatalbanana/contextal | Vsevolod Stakhov | 2025-03-24 | 4 | -48/+405 |
|\ \ \ | |_|/ |/| | | [Feature] Plugin to integrate with Contextal platform | ||||
| * | | [Minor] Minor changes to contextal plugin | Andrew Lewis | 2025-03-24 | 1 | -57/+70 |
| | | | | | | | | | | | | | | | | | | - Abandon prefilter - Abandon postfilter in favour of wait if we have request_ttl - Reformat table | ||||
| * | | [Minor] Add stock config | Andrew Lewis | 2025-03-24 | 1 | -0/+21 |
| | | | |||||
| * | | [Minor] Add config schema | Andrew Lewis | 2025-03-24 | 1 | -2/+27 |
| | | | |||||
| * | | [Minor] Support defering messages if results are unavailable | Andrew Lewis | 2025-03-24 | 1 | -1/+20 |
| | | | |||||
| * | | [Minor] Satisfy luacheck | Andrew Lewis | 2025-03-24 | 1 | -9/+14 |
| | | | |||||
| * | | [Minor] Use lua_cache | Andrew Lewis | 2025-03-24 | 1 | -64/+26 |
| | | | |||||
| * | | [Minor] Deal with unfinished work properly | Andrew Lewis | 2025-03-24 | 1 | -9/+10 |
| | | | |||||
| * | | [Minor] Forgot to use `SETEX` | Andrew Lewis | 2025-03-24 | 1 | -2/+2 |
| | | | |||||
| * | | [Minor] Fix luacheck complaints | Andrew Lewis | 2025-03-24 | 1 | -8/+13 |
| | | | |||||
| * | | [Feature] Plugin to integrate with Contextal platform | Andrew Lewis | 2025-03-24 | 3 | -48/+354 |
|/ / | |||||
* | | Merge pull request #5400 from williamdes/patch-1 | Vsevolod Stakhov | 2025-03-22 | 1 | -2/+2 |
|\ \ | | | | | | | Fix typo on "destionation" -> "destination" | ||||
| * | | Fix typo on "destionation" -> "destination" | William Desportes | 2025-03-20 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #5383 from amulet1/lua_logger_improvements | Vsevolod Stakhov | 2025-03-21 | 4 | -279/+221 |
|\ \ \ | | | | | | | | | [Minor] Lua logging improvements | ||||
| * | | | Add support for complex table keys in logging output | Dmitry Petrov | 2025-03-16 | 1 | -82/+95 |
| | | | | |||||
| * | | | More lua logging improvements | Dmitry Petrov | 2025-03-16 | 2 | -134/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Do not skip numeric indexes that are non-integer or outside of ipairs range when logging table contents * Simplify the code, drop redundant checks * Allow negative stack indexes in lua_logger_out_*() functions | ||||
| * | | | [Minor] Lua logging improvements | Dmitry Petrov | 2025-03-16 | 4 | -114/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Simplify lua_logger_out_str(), fix length check when doing hex output * Add lua_logger_out() with embedded lua_logger_trace struct * Replace high level lua_logger_out_type() calls with lua_logger_out() * Remove unused lua_logger_trace struct references * Include string terminator into buffer length checks, adjust affected places accordingly | ||||
* | | | | Merge pull request #5387 from alex081512/master | Vsevolod Stakhov | 2025-03-21 | 1 | -6/+7 |
|\ \ \ \ | | | | | | | | | | | [Minor] gpt.lua improvements and one fix for reason_header | ||||
| * | | | | [Minor] C&P issue in last commit | alex081512 | 2025-03-14 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | [Minor] Reverted commit for result history | alex081512 | 2025-03-14 | 1 | -9/+2 |
| | | | | |