]> git.ipfire.org Git - thirdparty/rspamd.git/shortlog
thirdparty/rspamd.git
2026-01-07  Andrew Lewis[Test] Suppress bogus lookup 5829/head
2026-01-06  Vsevolod Stakhov[Fix] URL: Prevent false positives from numeric IP...
2026-01-06  Vsevolod Stakhov[Fix] Settings: Allow spaces in selector regexps
2026-01-06  Vsevolod StakhovMerge pull request #5826 from fatalbanana/tame_timeout
2026-01-06  Vsevolod Stakhov[Test] Add some fake records
2026-01-06  Andrew Lewis[Test] Nuke static nameservers 5826/head
2026-01-06  Andrew Lewis[Test] Reduce DNS timeout, retransmits
2026-01-06  Vsevolod StakhovMerge pull request #5821 from moisseev/webui
2026-01-05  Alexander Moisseev[Minor] Fix cleanup function in error log clipboard... 5821/head
2026-01-05  Alexander Moisseev[Feature] WebUI: add backend API interaction error log
2026-01-04  Vsevolod StakhovMerge pull request #5815 from Premkumar-2004/issue...
2026-01-04  Premadded changes 5815/head
2026-01-04  Vsevolod StakhovMerge pull request #5817 from Premkumar-2004/issue...
2026-01-03  Vsevolod StakhovMerge branch 'master' into issue-5799-clean 5817/head
2026-01-03  Premchanges
2026-01-03  Premmodified as suggested
2026-01-03  Premmodified as suggested
2026-01-03  Vsevolod StakhovMerge pull request #5818 from moisseev/license
2026-01-03  Copilot[Minor] Remove MIT license references from WebUI files 5818/head
2026-01-03  Premfixed issue-5799
2026-01-03  Premfixed issue-5670
2026-01-01  Vsevolod StakhovMerge pull request #5811 from moisseev/webui
2026-01-01  Alexander Moisseev[Minor] Add WebUI architecture documentation 5811/head
2025-12-31  Vsevolod StakhovMerge pull request #5810 from rspamd/vstakhov-clickhous...
2025-12-31  Vsevolod Stakhov[Feature] Add extra tables API for clickhouse plugin 5810/head
2025-12-31  Vsevolod StakhovRevert "[Fix] Use exact map lookup for DKIM key_table...
2025-12-31  Vsevolod Stakhov[Fix] Use exact map lookup for DKIM key_table instead...
2025-12-31  Vsevolod Stakhov[Fix] Add Homebrew LLVM libc++ library path on macOS
2025-12-30  Vsevolod StakhovMerge pull request #5809 from rspamd/revert-5793-lua54
2025-12-30  Vsevolod StakhovRevert "Use PUC-Rio Lua in packages" 5809/head
2025-12-29  Vsevolod Stakhov[Fix] Fix replxx build with LLVM 21+
2025-12-29  Vsevolod Stakhov[Project] Update fmt library to 12.1.0
2025-12-29  Vsevolod Stakhov[Project] Remove documentation files from contrib depen...
2025-12-29  Vsevolod Stakhov[Fix] Avoid SDK headers in include path when package...
2025-12-28  Vsevolod Stakhov[Feature] Rename fuzzy_check max_score to hits_limit...
2025-12-27  Vsevolod Stakhov[Fix] Add resilience to lua_cfg_transform
2025-12-25  Vsevolod Stakhov[Fix] Load rbl_common early for confighelp schema regis...
2025-12-25  Vsevolod Stakhov[Feature] Add confighelp documentation for RBL module
2025-12-25  Vsevolod Stakhov[Fix] Preserve doc from optional wrappers in lua_shape
2025-12-25  Vsevolod Stakhov[Fix] Add null checks for task in Redis stat callbacks
2025-12-23  Vsevolod Stakhov[Fix] More lua_settop fixes in MIME processing
2025-12-23  Vsevolod Stakhov[Fix] Restore Lua stack properly in second-pass MIME...
2025-12-22  Vsevolod StakhovMerge pull request #5803 from rspamd/vstakhov-task...
2025-12-22  Vsevolod StakhovMerge pull request #5804 from fatalbanana/rspamadm_timeouts
2025-12-22  Vsevolod StakhovMerge pull request #5805 from fatalbanana/fix_confighelp
2025-12-22  Andrew Lewis[Minor] confighelp: Lua compatibility, remove bogus... 5805/head
2025-12-22  Andrew Lewis[Test] Set timeout for rspamadm functional tests 5804/head
2025-12-22  Vsevolod Stakhov[Fix] Use Fibonacci hashing for task pointer hash 5803/head
2025-12-22  Vsevolod Stakhov[Fix] Add logging, preallocation and hash mixing to...
2025-12-22  Vsevolod Stakhov[Fix] Use pointer set instead of key map for task valid...
2025-12-21  Vsevolod Stakhov[Fix] Use rspamd_lua_task_push in all task creation...
2025-12-21  Vsevolod Stakhov[Feature] Add task registry for safe Lua task reference...
2025-12-19  Vsevolod StakhovRevert "[Fix] Prevent use-after-free in Redis callbacks...
2025-12-19  Vsevolod StakhovRevert "[Fix] Release Redis connection in lua_redis_fin...
2025-12-19  Vsevolod Stakhov[Minor] Greylist: improve debug logging
2025-12-19  Vsevolod Stakhov[Fix] Release Redis connection in lua_redis_fin to...
2025-12-18  Vsevolod Stakhov[Fix] Prevent use-after-free in Redis callbacks after...
2025-12-17  Vsevolod StakhovMerge pull request #5762 from rspamd/vstakhov-pdf-text
2025-12-17  Vsevolod StakhovMerge pull request #5792 from fatalbanana/python_compat
2025-12-16  Vsevolod Stakhov[Fix] Move safety valve check to collect functions
2025-12-16  Vsevolod Stakhov[Fix] Add safety valve to discard data on 10x limit...
2025-12-16  Vsevolod Stakhov[Fix] Fix Lua 5.4 compatibility in clickhouse and elast...
2025-12-16  Vsevolod Stakhov[Fix] Use %.0f format specifier for floats in clickhous...
2025-12-15  Vsevolod StakhovMerge pull request #5795 from moisseev/playwright
2025-12-15  Vsevolod StakhovMerge pull request #5797 from moisseev/webui
2025-12-15  Vsevolod Stakhov[Fix] Plain lua bails about bad format strings and...
2025-12-15  Vsevolod Stakhov[Fix] Fix get_text_quality bugs and clean up verbose... 5762/head
2025-12-13  Alexander Moisseev[Minor] Refactor switch statements to object lookups 5797/head
2025-12-13  Alexander Moisseev[Minor] Use expanded.ft.row instead of expand.ft.row
2025-12-12  Vsevolod Stakhov[Fix] Handle connection errors with io_uring backend...
2025-12-12  Alexander Moisseev[Minor] Return promise from destroyTable
2025-12-12  Alexander Moisseev[Minor] Refactor retry loop into FooTable event
2025-12-12  Alexander Moisseev[Minor] Refactor sessionStorage Credentials handling
2025-12-11  Alexander Moisseev[Test] Skip unnecessary waiting in initial scan counter... 5795/head
2025-12-11  Vsevolod Stakhov[Feature] Add text quality analysis for PDF garbage...
2025-12-11  Alexander Moisseev[Test] Add WebUI symbol ordering tests
2025-12-11  Andrew Lewis[Test] Add hacks for backwards-compatibility 5792/head
2025-12-11  Vsevolod StakhovMerge pull request #5793 from fatalbanana/lua54
2025-12-11  Vsevolod Stakhov[Minor] Clean up code style and fix Lua portability
2025-12-11  Andrew Lewis[Minor] Unbreak build on focal 5793/head
2025-12-11  Vsevolod StakhovMerge branch 'master' into vstakhov-pdf-text
2025-12-11  Vsevolod StakhovMerge pull request #5791 from moisseev/webui
2025-12-11  Vsevolod Stakhov[Minor] Update version
2025-12-11  Alexander Moisseev[Fix] Correct symbols column index in history and scan... 5791/head
2025-12-10  Vsevolod StakhovRelease 3.14.2 3.14.2
2025-12-10  Vsevolod StakhovMerge pull request #5787 from rspamd/vstakhov-meta...
2025-12-09  Vsevolod Stakhov[Feature] Add multipart and msgpack formatters to metad... 5787/head
2025-12-09  Vsevolod Stakhov[Fix] Backport security fixes from libucl 0.9.3
2025-12-09  Vsevolod Stakhov[Fix] Prevent splitting UTF-8 sequences in MIME header...
2025-12-09  Vsevolod StakhovMerge pull request #5785 from rspamd/vstakhov-http...
2025-12-08  Vsevolod Stakhov[Fix] Only apply early response handling for HTTP clients 5785/head
2025-12-08  Vsevolod Stakhov[Fix] Handle HTTP early server responses during request...
2025-12-08  Vsevolod StakhovMerge pull request #5784 from rspamd/vstakhov-ar-remova...
2025-12-08  Vsevolod Stakhov[Fix] Fix hierarchical domain matching in remove_ar_fro... 5784/head
2025-12-08  Vsevolod Stakhov[Feature] Add remove_ar_from option for selective Authe...
2025-12-08  Vsevolod StakhovMerge pull request #5783 from moisseev/patch-contrib
2025-12-08  Alexander Moisseev[Fix] FreeBSD 15 inotify build compatibility 5783/head
2025-12-07  Vsevolod Stakhov[Fix] Handle nil opts in DCC plugin initialization
2025-12-07  Vsevolod Stakhov[Fix] Allow default_headers_order to be configured...
2025-12-07  Vsevolod Stakhov[Fix] Fix other places of 5.4 rounding issues
next