diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-01 15:19:37 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-01 15:19:37 +0100 |
commit | b69959f2f8411699ad40c96b18d17377de997a14 (patch) | |
tree | 5505984741383aa9f9361ba47435dd9c3c511995 /ChangeLog | |
parent | e8140d0c5a60eb87e018b21cd0d88fe030059463 (diff) | |
download | rspamd-b69959f2f8411699ad40c96b18d17377de997a14.tar.gz rspamd-b69959f2f8411699ad40c96b18d17377de997a14.zip |
Release 1.2.21.2.2
* Use HTTP Content-Type on non mime input if possible
* Save log level when compressing log messages
* Further rework of composite rules (add '^' prefix)
* Add tracking for rspamd expressions
* Store actions limits in metric result
* Fix parsing of include/redirect with many records in SPF
* Add method to disable symbols execution in the cache
* Allow to disable checks from settings
* Allow to select settings by id in HTTP query
* Find URLs with '\r' and '\n' inside href attribute
* Implement vectored mode for hyperscan (experimental)
* Improve client connection errors diagnostics
* Allow to edit new files with signtool
* Improve hashes performance on 32 bit platforms
* Fix sorting of limits
* Remove slow and unused rules `INVALID_EXIM_RECEIVED*`
* Add expression:process_traced lua method
* Allow tables in task:insert_result
* Save trace for SA metas
* Do not parse broken TLD parts in URLs
* Investigate many border cases in URLs parser
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +1.2.2: + * Use HTTP Content-Type on non mime input if possible + * Save log level when compressing log messages + * Further rework of composite rules (add '^' prefix) + * Add tracking for rspamd expressions + * Store actions limits in metric result + * Fix parsing of include/redirect with many records in SPF + * Add method to disable symbols execution in the cache + * Allow to disable checks from settings + * Allow to select settings by id in HTTP query + * Find URLs with '\r' and '\n' inside href attribute + * Implement vectored mode for hyperscan (experimental) + * Improve client connection errors diagnostics + * Allow to edit new files with signtool + * Improve hashes performance on 32 bit platforms + * Fix sorting of limits + * Remove slow and unused rules `INVALID_EXIM_RECEIVED*` + * Add expression:process_traced lua method + * Allow tables in task:insert_result + * Save trace for SA metas + * Do not parse broken TLD parts in URLs + * Investigate many border cases in URLs parser + 1.2.1: * Add list support to `mime types` module configuration (by @moisseev) * Allow symbols params to be printed in logs |