]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2018-12-03 Vsevolod Stakhov[Minor] Add rspamd_str_make_utf_valid routine + unit...
2018-12-02 Vsevolod Stakhov[Feature] Support ClickHouse database
2018-12-02 Vsevolod Stakhov[Minor] Fix greylisting messages
2018-12-01 Vsevolod Stakhov[Minor] Oops, restore tempfail handling in DKIM
2018-12-01 Vsevolod Stakhov[Project] Rework DKIM AR to support RFC6008
2018-12-01 Vsevolod Stakhov[Project] Fix several issues with dkim check results
2018-12-01 Vsevolod Stakhov[Feature] Add method to get dkim results
2018-12-01 Vsevolod Stakhov[Minor] Save dkim check result in mempool variable
2018-12-01 Vsevolod Stakhov[Project] Rework DKIM checks results
2018-12-01 Vsevolod Stakhov[Minor] Fix misprint
2018-11-30 Vsevolod Stakhov[Feature] Improve SPF results in Authentication-Results
2018-11-30 Vsevolod StakhovUpdate AUTHORS.md
2018-11-30 Vsevolod Stakhov[Minor] Try to fix race condition in http connection
2018-11-30 Vsevolod Stakhov[Fix] Fix boundaries checks in embedded messages
2018-11-30 Vsevolod Stakhov[Minor] Count words based on text words
2018-11-30 Vsevolod Stakhov[Minor] Fix case when all words are exceptions
2018-11-30 Vsevolod Stakhov[Feature] Allow to choose words format in `rspamadm...
2018-11-30 Vsevolod Stakhov[Minor] Allow to get meta words
2018-11-30 Vsevolod Stakhov[Feature] Allow to get all types of words from Lua
2018-11-30 Vsevolod Stakhov[Rules] Use bad_unicode flag for LEAKED_PASSWORD_SCAM...
2018-11-30 Vsevolod Stakhov[Minor] Slightly extend what we can treat as words
2018-11-29 Vsevolod Stakhov[Minor] Support metawords in words regexps
2018-11-29 Vsevolod Stakhov[Feature] Allow to get task flags in C expressions
2018-11-29 Vsevolod Stakhov[Feature] Add more words regexp classes
2018-11-29 Vsevolod Stakhov[Fix] Fix double free
2018-11-28 Vsevolod Stakhov[Fix] Add failsafety for utf8 regexps
2018-11-28 Vsevolod Stakhov[Fix] Perform policy downgrade on sample out, add tests
2018-11-28 Vsevolod Stakhov[Minor] Store the fact that we have utf8 only regexps...
2018-11-28 Vsevolod Stakhov[Test] Add tests for pct=0 case
2018-11-27 Vsevolod Stakhov[Minor] Exclude raw words from words re class
2018-11-27 Vsevolod Stakhov[Fix] Some fixes for raw parts
2018-11-27 Vsevolod Stakhov[CritFix] Strictly deny unencoded bad utf8 sequences...
2018-11-27 Vsevolod Stakhov[Test] Add tests for broken richtext case
2018-11-27 Vsevolod Stakhov[Minor] Add extra heuristic for text parts
2018-11-27 Vsevolod Stakhov[CritFix] Make flags mutually exclusive for mime parts
2018-11-27 Vsevolod Stakhov[Fix] Treat learning errors as non-fatal
2018-11-27 Vsevolod Stakhov[Minor] Another fail-safety check
2018-11-27 Vsevolod Stakhov[Minor] Fix for DSN
2018-11-26 Vsevolod Stakhov[Feature] Ignore bogus whitespaces in the words
2018-11-26 Vsevolod Stakhov[Fix] Use tld when looking for DKIM domains
2018-11-26 Vsevolod Stakhov[Project] Use URLs TLDs instead of !!EX!! in stat tokens
2018-11-26 Vsevolod Stakhov[Project] Use more generalised API to produce meta...
2018-11-26 Vsevolod Stakhov[Minor] Ignore skipped words
2018-11-26 Vsevolod Stakhov[Minor] Do not include skipped or empty tokens in fuzzy...
2018-11-26 Vsevolod Stakhov[Minor] Fix lua tokenize function
2018-11-26 Vsevolod Stakhov[Minor] Fix indefinite loop in language detector
2018-11-26 Vsevolod Stakhov[Minor] Check language detector pointer before use
2018-11-25 Vsevolod Stakhov[Project] Finish basic tasks in new unicode project
2018-11-25 Vsevolod Stakhov[Project] Rework parts conversion and serialization
2018-11-25 Vsevolod Stakhov[Project] Rework language detector to work with ucs32
2018-11-25 Vsevolod Stakhov[Project] Another try to normalize unicode properly
2018-11-25 Vsevolod Stakhov[Project] Various unicode fixes in language detector
2018-11-24 Vsevolod Stakhov[Project] Rework stemming
2018-11-24 Vsevolod Stakhov[Project] Add function to normalize unicode on per...
2018-11-24 Vsevolod Stakhov[Project] Start words unicode structure rework
2018-11-24 Vsevolod Stakhov[Minor] Use empty prompt instead of NULL
2018-11-24 Vsevolod Stakhov[Minor] Do not use item in classifiers as it causes...
2018-11-24 Vsevolod Stakhov[Minor] Fix hash calculation
2018-11-23 Vsevolod Stakhov[Minor] Do not expand implicit arrays as it breaks...
2018-11-23 Vsevolod Stakhov[Minor] Simplify uniqueness check
2018-11-23 Vsevolod Stakhov[Minor] Fix configuring logic for bayes_expiry
2018-11-23 Vsevolod Stakhov[Project] Migrate fuzzy redis backend to lua_redis
2018-11-23 Vsevolod Stakhov[Project] Use lua_redis for redis_cache as well
2018-11-23 Vsevolod Stakhov[Project] Use lua_redis to configure servers in bayes...
2018-11-23 Vsevolod Stakhov[Minor] Add function to load redis server config in...
2018-11-23 Vsevolod StakhovMerge pull request #2644 from moisseev/expiry
2018-11-23 Alexander Moisseev[Minor] Fix bayes_expiry disabling 2644/head
2018-11-22 Vsevolod Stakhov[Project] Add preliminary Redis Sentinel support
2018-11-22 Vsevolod Stakhov[Fix] Emit error if connection has been terminated...
2018-11-22 Vsevolod Stakhov[Minor] Remove redundant check
2018-11-22 Vsevolod Stakhov[Minor] Check pointer before usage
2018-11-22 Vsevolod Stakhov[Minor] Use is_attachment where useful
2018-11-22 Vsevolod Stakhov[Minor] Add is_attachment method
2018-11-22 Vsevolod StakhovMerge pull request #2642 from moisseev/headers
2018-11-22 Alexander Moisseev[Minor] Add new Message-ID regexp for Seamonkey 2642/head
2018-11-21 Vsevolod Stakhov[Feature] Add kaspersky antivirus support
2018-11-21 Vsevolod Stakhov[Minor] Oops, save content if file
2018-11-21 Vsevolod Stakhov[Minor] Support normal logic of scanning for savapi
2018-11-21 Vsevolod Stakhov[Minor] Slightly improve antivirus parts selection...
2018-11-21 Vsevolod StakhovMerge pull request #2640 from HeinleinSupport/selectors
2018-11-21 Vsevolod Stakhov[Minor] Fix tests
2018-11-20 Carsten Rosenberg[Fix] Selectors - attachments args condition 2640/head
2018-11-20 Vsevolod StakhovMerge pull request #2638 from HeinleinSupport/selectors
2018-11-20 Vsevolod Stakhov[Fix] Properly escape utf8 regexps in hyperscan mode
2018-11-20 Vsevolod Stakhov[Minor] Improve debugging in spf
2018-11-20 Vsevolod Stakhov[Feature] Allow to require encryption when accepting...
2018-11-20 Vsevolod Stakhov[Minor] Improve encryption requirement error code
2018-11-20 Vsevolod Stakhov[Minor] Allow to require encryption when checking messages
2018-11-20 Carsten Rosenberg[Minor] Selectors - add hash support to attachments... 2638/head
2018-11-19 Vsevolod StakhovMerge pull request #2635 from philfry/fix_preproc
2018-11-19 Philippe Kueckfix preprocessor syntax 2635/head
2018-11-19 Vsevolod Stakhov[Minor] Update version to 1.8.3
2018-11-19 Vsevolod StakhovRelease 1.8.2 1.8.2
2018-11-19 Vsevolod Stakhov[Minor] Reduce startup noise
2018-11-18 Vsevolod Stakhov[Conf] Fix configuration sample for ratelimit
2018-11-17 Vsevolod Stakhov[CritFix] Disable broken url tags by default
2018-11-17 Vsevolod Stakhov[Feature] Use different callback symbols for different...
2018-11-17 Vsevolod Stakhov[CritFix] Fix adding symbols to their primary groups
2018-11-17 Vsevolod Stakhov[Minor] Add received tokens
2018-11-17 Vsevolod Stakhov[Minor] Add more metadata
next