diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-05 15:10:52 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-05 15:10:52 +0100 |
commit | f4fd1c8a37b5c38a35c4c241f97990a42b71b4fe (patch) | |
tree | 0ba1ba88a68f06bae4cb7dd887c6201769dd536a /ChangeLog | |
parent | 10328550c1a59798cfcd690489ec194ef3ad67d3 (diff) | |
download | rspamd-f4fd1c8a37b5c38a35c4c241f97990a42b71b4fe.tar.gz rspamd-f4fd1c8a37b5c38a35c4c241f97990a42b71b4fe.zip |
Release 1.0.41.0.4
* Add configdump routine to rspamadm
* Implement retransmits for fuzzy_check plugin
* Fix events processing for learning anf checking fuzzy hashes
* Avoid dependency on unneeded and uncompatible glib include
* Add `historyreset` command to the controller
* Fix loading of tokenizer config from dump (#389)
* Add sorting hints for the history
* Allow custom lua scripts for users/languages extraction (#388)
* Do not add FORGED_RECIPIENTS when 'To' is missing (#387)
* Do not add R_UNDISC_RCPT when 'To' is missing (#387)
* Add encryption to fuzzy check plugin
* Add encryption for fuzzy storage
* Add new epoch for encrypted fuzzy request
* Add encryption for `rspamd.com` storage
* Remove gmime processing for LDA mode as it is deadly broken
* Add routine to find end of headers position in mime messages
* Fix LDA headers folding
* Init libraries in rspamc client as well to avoid locale issues
* Avoid collision with locally installed includes
* Allocate and free memory with the same allocator in rspamadm (#385)
* Preserve expired fuzzy hashes counter
* Improvements in webui:
- Add favicon.ico
- Rework history table
- Fix sorting for the history
- Migrate to bootstrap 3 and jquery 2
- Fix css bugs
- Add glyphicons
- Add reset history
- Improve history buttons
- Redraw graph to avoid display issues
- Webui is now MIT licensed to match licensing policy of rspamd
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +1.0.4: + * Add configdump routine to rspamadm + * Implement retransmits for fuzzy_check plugin + * Fix events processing for learning anf checking fuzzy hashes + * Avoid dependency on unneeded and uncompatible glib include + * Add `historyreset` command to the controller + * Fix loading of tokenizer config from dump (#389) + * Add sorting hints for the history + * Allow custom lua scripts for users/languages extraction (#388) + * Do not add FORGED_RECIPIENTS when 'To' is missing (#387) + * Do not add R_UNDISC_RCPT when 'To' is missing (#387) + * Add encryption to fuzzy check plugin + * Add encryption for fuzzy storage + * Add new epoch for encrypted fuzzy request + * Add encryption for `rspamd.com` storage + * Remove gmime processing for LDA mode as it is deadly broken + * Add routine to find end of headers position in mime messages + * Fix LDA headers folding + * Init libraries in rspamc client as well to avoid locale issues + * Avoid collision with locally installed includes + * Allocate and free memory with the same allocator in rspamadm (#385) + * Preserve expired fuzzy hashes counter + * Improvements in webui: + - Add favicon.ico + - Rework history table + - Fix sorting for the history + - Migrate to bootstrap 3 and jquery 2 + - Fix css bugs + - Add glyphicons + - Add reset history + - Improve history buttons + - Redraw graph to avoid display issues + - Webui is now MIT licensed to match licensing policy of rspamd + 1.0.3: * Fix piechart clean slice (#380) * Fix controller crashes when GString is reallocated (#381) |