]> git.ipfire.org Git - thirdparty/rspamd.git/shortlog
thirdparty/rspamd.git
2026-02-25  Vsevolod StakhovMerge pull request #5908 from dragoangel/fix-bayes...
2026-02-25  Vsevolod StakhovMerge pull request #5907 from moisseev/senderscore
2026-02-24  Dmitriy AlekseevMerge branch 'master' into fix-bayes-expiry 5908/head
2026-02-24  Vsevolod Stakhov[Fix] Propagate source/classification URL flags to...
2026-02-24  Dmitriy Alekseevfix: properly set bayes class labels to S and H for...
2026-02-24  Alexander Moisseev[Conf] Disable Validity SenderScore RBLs by default 5907/head
2026-02-24  Vsevolod Stakhov[Fix] Move binary data from KEYS to ARGV in fuzzy and...
2026-02-24  Vsevolod Stakhov[Fix] Move binary msgpack data from KEYS to ARGV in...
2026-02-24  Vsevolod Stakhov[Fix] Fix subprocess cleanup race in spawn_process...
2026-02-24  Vsevolod Stakhov[Fix] Use main Lua state in config object destructors
2026-02-24  Vsevolod Stakhov[Fix] Prevent LuaJIT GC stalls after neural training
2026-02-24  Vsevolod StakhovMerge pull request #5903 from rspamd/vstakhov-embedding...
2026-02-24  Vsevolod StakhovMerge pull request #5894 from rspamd/vstakhov-multi...
2026-02-24  Vsevolod StakhovMerge pull request #5898 from dragoangel/fix-multiclass...
2026-02-23  Dmitriy Alekseev[Fix] Use backward compatible learned_ids for spam... 5898/head
2026-02-23  Dmitriy AlekseevMerge branch 'master' into fix-multiclass-bayes
2026-02-23  Vsevolod StakhovMerge pull request #5900 from moisseev/classifiers
2026-02-23  Vsevolod Stakhov[Feature] Fasttext embed: multi-scale conv1d pooling... 5903/head
2026-02-22  Vsevolod Stakhov[Feature] Fasttext embed: SIF word weighting for senten...
2026-02-22  Vsevolod StakhovMerge pull request #5897 from rspamd/vstakhov-more...
2026-02-22  Dmitriy AlekseevMerge branch 'master' into fix-multiclass-bayes
2026-02-22  Vsevolod StakhovMerge pull request #5902 from dragoangel/patch-16
2026-02-22  Alexander Moisseev[Minor] Replace hash table with linear search for class... 5900/head
2026-02-22  Dmitriy AlekseevMerge branch 'master' into patch-16 5902/head
2026-02-22  Dmitriy AlekseevRefactor nconns decrement handling in milter sessions
2026-02-22  Vsevolod Stakhov[Feature] Fasttext embed: multi-model and mean+max... 5897/head
2026-02-22  Vsevolod Stakhov[Minor] Rename llm_embeddings classifier type to neural...
2026-02-21  Vsevolod StakhovMerge pull request #5901 from dragoangel/patch-15
2026-02-21  Vsevolod Stakhov[Fix] Fasttext shim: fix quantized model support and...
2026-02-21  Vsevolod Stakhov[Fix] Fasttext shim: fix binary format parsing and...
2026-02-21  Alexander Moisseev[Feature] WebUI: Add multi-class classifier support...
2026-02-21  Vsevolod Stakhov[Minor] Fasttext shim: addressing review comments
2026-02-21  Vsevolod Stakhov[Feature] Replace libfasttext with mmap-based built...
2026-02-21  Vsevolod StakhovMerge pull request #5899 from moisseev/multi-class
2026-02-21  Dmitriy Alekseev[Fix] Properly count rspamd-proxy-milter conns count
2026-02-21  Dmitriy AlekseevUpdate README links to point to new documentation site 5901/head
2026-02-21  Dmitriy AlekseevUpdate logo image source in README.md
2026-02-21  Alexander Moisseev[Feature] Extend /bayes/classifiers endpoint with metadata
2026-02-20  Alexander Moisseev[Minor] Use explicit class for colorizing ham/spam... 5899/head
2026-02-20  Dmitriy Alekseev[Fix] Fix multiclass Bayes learn cache and classifier...
2026-02-20  Vsevolod StakhovMerge pull request #5893 from moisseev/multi-class
2026-02-20  Alexander Moisseev[Minor] Remove unnecessary ucl_object_insert_key return... 5893/head
2026-02-19  Vsevolod Stakhov[Fix] Backward-compatible version negotiation for multi... 5894/head
2026-02-19  Vsevolod StakhovMerge branch 'master' into vstakhov-multi-fuzzy-flag
2026-02-19  Vsevolod Stakhov[Fix] Store small PDF objects without counting toward...
2026-02-19  Vsevolod StakhovMerge branch 'master' into vstakhov-multi-fuzzy-flag
2026-02-19  Vsevolod Stakhov[Fix] Defeat PDF object padding evasion in extract_oute...
2026-02-19  Vsevolod Stakhov[Fix] Adjust positions in URL matcher properly
2026-02-19  Vsevolod Stakhov[Fix] Refine structural alternative check to leaf text...
2026-02-19  Vsevolod Stakhov[Fix] Check MIME structure for alternatives in has_only...
2026-02-18  Vsevolod Stakhov[Fix] Fix XML detection overriding HTML in content...
2026-02-18  Vsevolod Stakhov[Fix] Filter forbidden_ids from multi-flag extra flags...
2026-02-18  Vsevolod Stakhov[Test] Update fuzzy tests for multi-flag support
2026-02-18  Vsevolod Stakhov[Feature] Add multi-flag fuzzy hash support with Lua...
2026-02-17  Alexander Moisseev[Fix] Distinguish explicit multi-class from legacy...
2026-02-17  Vsevolod Stakhov[Fix] Fix JPEG dimension parsing - use 256 instead...
2026-02-16  Vsevolod Stakhov[Fix] Fix JSON emission for implicit arrays in libucl
2026-02-16  Alexander Moisseev[Feature] WebUI: Add classifier metadata to Bayes stati...
2026-02-16  Alexander Moisseev[Feature] Extend /stat endpoint with classifier metadata
2026-02-16  Vsevolod Stakhov[Minor] Fix compile warnings
2026-02-16  Vsevolod Stakhov[Fix] Catch all exceptions when loading fasttext model...
2026-02-16  Vsevolod Stakhov[Minor] Backport ucl_object_iterate_end() from libucl...
2026-02-16  Vsevolod Stakhov[Feature] Add rspamd_text:normalize_newlines() for...
2026-02-16  Vsevolod StakhovMerge pull request #5892 from fatalbanana/structured_meta
2026-02-16  Andrew Lewis[Test] Don't install python libraries at runtime 5892/head
2026-02-15  Vsevolod StakhovMerge pull request #5890 from rspamd/vstakhov-uuid...
2026-02-15  Vsevolod Stakhov[Feature] Add UUID v7 column support to ClickHouse... 5890/head
2026-02-15  Vsevolod Stakhov[Test] Add functional tests for structured metadata...
2026-02-14  Vsevolod Stakhov[Test] Add unit tests for structured formatter features
2026-02-14  Vsevolod Stakhov[Feature] Add zstd compression option to structured...
2026-02-14  Vsevolod Stakhov[Feature] Use detected MIME types for attachments in...
2026-02-14  Vsevolod Stakhov[Feature] Sync UUID v7 random portion with Log-Tag...
2026-02-14  Vsevolod Stakhov[Feature] Add structured formatter to metadata_exporter
2026-02-14  Vsevolod Stakhov[Feature] Add native UUID v7 per task with Lua binding
2026-02-13  Vsevolod Stakhov[Fix] Preserve UNSCORED flag when config defines symbol...
2026-02-13  Vsevolod Stakhov[Feature] Add dual-mode HTML fuzzy: template matching...
2026-02-13  Vsevolod Stakhov[Fix] Load fuzzy_html_phishing rule in main rules loader
2026-02-13  Vsevolod Stakhov[Fix] Fix custom tokenizer UAF and improve CJK fuzzy...
2026-02-13  Vsevolod Stakhov[Fix] Use class_name as Redis label for multiclass...
2026-02-13  Vsevolod Stakhov[Rework] Rewrite fuzzy_html_phishing rule with proper...
2026-02-13  Vsevolod Stakhov[Fix] Resolve composite references in inverted index...
2026-02-13  Vsevolod Stakhov[Fix] Remove check for non-existent fuzzy_result mempoo...
2026-02-13  Vsevolod Stakhov[Feature] Add ignore_link_domains option for HTML fuzzy...
2026-02-12  Vsevolod Stakhov[Fix] Handle native boolean values in lua_util.toboolean()
2026-02-12  Vsevolod Stakhov[Minor] Try to fix CC issue with tabs
2026-02-12  Vsevolod StakhovMerge pull request #5885 from rspamd/vstakhov-lua-perl...
2026-02-12  Vsevolod Stakhov[Fix] Fix issues in logstats/mapstats from code review 5885/head
2026-02-11  Vsevolod Stakhov[Fix] Use fuzzy group and options instead of hardcoded...
2026-02-11  Vsevolod Stakhov[Test] Add functional tests for logstats and mapstats
2026-02-11  Vsevolod Stakhov[Fix] Fix missing inline comments in mapstats output
2026-02-11  Vsevolod Stakhov[Minor] Add colored output and TTY-aware progress to...
2026-02-11  Vsevolod Stakhov[Minor] Warn when symbols are filtered by alpha_score
2026-02-11  Alexander Moisseev[Minor] Handle blank lines in mapstats maps
2026-02-11  Vsevolod Stakhov[Minor] Use positional argument for log file in logstat...
2026-02-10  Vsevolod Stakhov[Fix] Fix broken ip_within in mapstats: parse CIDR...
2026-02-10  Vsevolod Stakhov[Feature] Rewrite rspamd_stats.pl and mapstats.pl as...
2026-02-10  Vsevolod Stakhov[Test] Add unit tests for ring hash consistent upstream...
2026-02-10  Vsevolod Stakhov[Rework] Replace broken Jump Hash with Ring Hash (Ketam...
2026-02-10  Vsevolod StakhovMerge pull request #5884 from rspamd/vstakhov-ssl-server
2026-02-10  Vsevolod StakhovMerge pull request #5883 from moisseev/webui
next