]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2017-09-28 Vsevolod Stakhov[Fix] Fix user settings check
2017-09-28 Andrew Lewis[Fix] Milter headers: X-Spamd-Result header if X-Virus...
2017-09-28 Andrew Lewis[Fix] Milter headers: skip_local / skip_authenticated...
2017-09-27 Vsevolod Stakhov[Fix] Check for magic when checking for an archive
2017-09-26 Vsevolod Stakhov[Minor] Update aho-corasic implementation
2017-09-26 Vsevolod StakhovMerge pull request #1847 from fatalbanana/ar
2017-09-26 Andrew Lewis[Minor] Insert Authentication-Results at top of headers 1847/head
2017-09-25 Vsevolod Stakhov[Feature] Allow to adjust symbols scores from Lua
2017-09-24 Vsevolod Stakhov[Minor] Try to deal with idempotent symbols processing
2017-09-24 Vsevolod StakhovMerge pull request #1838 from fatalbanana/redisexpand
2017-09-24 Vsevolod StakhovMerge pull request #1845 from moisseev/webui
2017-09-23 Alexander Moisseev[WebUI] Migrate widgets to D3 v4 1845/head
2017-09-23 Vsevolod Stakhov[Fix] Fix loading of per-user redis backend for statistics
2017-09-23 Vsevolod Stakhov[Minor] Move DKIM signature after received
2017-09-23 Vsevolod Stakhov[Feature] Allow to insert headers into specific position
2017-09-23 Vsevolod Stakhov[Feature] More metatokens
2017-09-23 Vsevolod Stakhov[Feature] Add more text attributes
2017-09-23 Vsevolod Stakhov[Feature] Add more metafunctions, improve logging
2017-09-23 Vsevolod Stakhov[Minor] Support INSHEADER in the milter API
2017-09-23 Vsevolod Stakhov[Fix] Deal with URLs with no slashes after protocol
2017-09-21 Vsevolod Stakhov[Fix] Select the correct signature when doing simple...
2017-09-20 Vsevolod Stakhov[Minor] Update bundled zstd
2017-09-19 Vsevolod Stakhov[Minor] Avoid using alloca
2017-09-19 Andrew Lewis[Feature] Generic key name expansion for Redis keys 1838/head
2017-09-19 Andrew Lewis[Minor] Silence warning
2017-09-18 Vsevolod Stakhov[Minor] Add preliminary 7z support
2017-09-17 Vsevolod Stakhov[Feature] Improve subprocesses termination handle
2017-09-17 Vsevolod Stakhov[Feature] Allow to specify number of threads for ANN...
2017-09-17 Vsevolod Stakhov[Fix] Another try to fix threading in torch
2017-09-17 Vsevolod Stakhov[Fix] Kill spawned processes on termination
2017-09-17 Vsevolod Stakhov[Fix] Multiple fixes in torch based ANN plugins
2017-09-17 Vsevolod Stakhov[Minor] Disable threaded mode in openblas by default
2017-09-16 Vsevolod Stakhov[Feature] Allow to disable torch and skip train samples...
2017-09-16 Vsevolod Stakhov[Minor] Another try to fix brain-damaged torch build...
2017-09-16 Vsevolod Stakhov[Minor] Disable sse4.2 for torch...
2017-09-16 Vsevolod Stakhov[Minor] Fix some warnings
2017-09-16 Vsevolod Stakhov[Fix] Fix ANN checks
2017-09-16 Vsevolod Stakhov[Fix] Skip nostat tokens when get number of tokens
2017-09-16 Vsevolod Stakhov[Fix] Further fixes to ANN module
2017-09-16 Vsevolod Stakhov[Fix] Do not include idempotent/nostat symbols to checksum
2017-09-16 Vsevolod Stakhov[Fix] Various fixes to fann_redis instantiation
2017-09-16 Vsevolod Stakhov[Minor] Fix function call
2017-09-15 Vsevolod Stakhov[Minor] Improve tags lookup slightly
2017-09-15 Vsevolod Stakhov[Feature] Improve parsing of DKIM keys: parse algorithm
2017-09-14 Vsevolod StakhovMerge pull request #1836 from realbugi/master
2017-09-14 BuGilua auth_results: authres header needs property for... 1836/head
2017-09-13 Andrew Lewis[Test] Relax controller errors check
2017-09-13 Vsevolod Stakhov[Feature] Add preliminary ecdsa keys support in DKIM
2017-09-13 Vsevolod Stakhov[Feature] Support sha512 in DKIM signatures
2017-09-12 Vsevolod Stakhov[Minor] Use libicu to find uppercase letters
2017-09-11 Vsevolod Stakhov[Minor] Fix misprint
2017-09-11 Vsevolod StakhovMerge remote-tracking branch 'origin/master'
2017-09-11 Vsevolod Stakhov[Minor] Improve logging in antivirus module
2017-09-11 Andrew Lewis[Minor] Fix tests
2017-09-11 Andrew Lewis[Feature] Authentication-Results: support hiding usernames
2017-09-10 Andrew Lewis[Minor] Import updates from public suffix list
2017-09-09 Vsevolod Stakhov[Minor] Rebalance IP score coefficients
2017-09-09 Vsevolod Stakhov[Minor] Fix some lua issues
2017-09-09 Vsevolod Stakhov[Feature] Allow to load and use dynamic ANNs with torch
2017-09-09 Vsevolod Stakhov[Fix] Relax unicode properties requirements for chartab...
2017-09-09 Vsevolod StakhovMerge pull request #1829 from fatalbanana/subject
2017-09-08 Andrew Lewis[Test] SPF PTR macro
2017-09-08 Vsevolod Stakhov[Fix] Do not cache SPF records with PTR elements
2017-09-08 Andrew Lewis[Fix] Rewriting subjects via force actions module 1829/head
2017-09-08 Vsevolod Stakhov[Minor] More efforts to handle SPF PTR properly
2017-09-07 Andrew LewisRevert "[Fix] Remove incorrect method `task:set_metric_...
2017-09-07 Andrew LewisRevert "[Minor] Avoid usage of the incorrect API"
2017-09-07 Vsevolod Stakhov[Fix] Fix PTR processing in SPF
2017-09-07 Vsevolod Stakhov[Fix] Rebalance and slightly rework MX check plugin
2017-09-07 Andrew Lewis[Minor] Fix previous commit: avoid doing useless things
2017-09-07 Andrew Lewis[Fix] Auth-Results: Multiple DKIM signatures
2017-09-07 Andrew Lewis[Minor] Clarify RCVD_VIA_SMTP_AUTH description
2017-09-06 Vsevolod Stakhov[Minor] Zero structure before usage
2017-09-05 Vsevolod Stakhov[Minor] Avoid usage of the incorrect API
2017-09-05 Vsevolod Stakhov[Fix] Remove incorrect method `task:set_metric_subject`
2017-09-05 Andrew Lewis[Test] Some tests for whitelist module
2017-09-04 Vsevolod Stakhov[Fix] Fix blacklists and DMARC in whitelist
2017-09-03 Vsevolod Stakhov[Minor] Add some extra debug to ip_score module
2017-09-03 Vsevolod StakhovRelease 1.6.3
2017-09-03 Vsevolod Stakhov[Minor] Fix variable name
2017-09-03 Vsevolod Stakhov[Feature] Implement torch based ANN learning
2017-09-02 Vsevolod Stakhov[Minor] Silence tests warnings
2017-09-02 Vsevolod Stakhov[Rework] Start moving of fann redis to torch
2017-09-02 Vsevolod Stakhov[Minor] Fix type in map adding
2017-09-02 Vsevolod Stakhov[Feature] Allow to use global lua maps in settings
2017-09-02 Vsevolod Stakhov[Minor] Check type of map more strictly
2017-09-01 Vsevolod StakhovMerge pull request #1821 from mkuron/settings-header
2017-09-01 Michael KuronUser settings: add header rules 1821/head
2017-09-01 Vsevolod Stakhov[Feature] Read global maps for lua
2017-08-31 Vsevolod Stakhov[Fix] Fix exceptions list in surbl
2017-08-31 Andrew Lewis[Fix] Default monitoring domain for surbl plugin
2017-08-30 Vsevolod Stakhov[Fix] Treat 'rewrite subject' as spam action
2017-08-30 Andrew Lewis[Minor] Silence luacheck warning
2017-08-30 Andrew Lewis[Minor] Ratelimit: support use of redis HSET for limits
2017-08-30 Andrew Lewis[Minor] Ratelimit: fix getting values from custom routi...
2017-08-29 Vsevolod Stakhov[Minor] Remove unused function
2017-08-29 Vsevolod StakhovMerge pull request #1818 from fatalbanana/rlredis
2017-08-29 Andrew Lewis[Feature] Ratelimit: support fetching limits from Redis 1818/head
2017-08-28 Vsevolod Stakhov[Minor] Do not set NODELAY on Unix sockets
2017-08-28 Andrew Lewis[Fix] options.local_networks setting
next