]>
source.dussan.org Git - rspamd.git/log
Vsevolod Stakhov [Thu, 2 Jun 2016 20:00:43 +0000 (22:00 +0200)]
[Minor] Simplify rspamc conversion routines
Vsevolod Stakhov [Thu, 2 Jun 2016 14:21:18 +0000 (16:21 +0200)]
[Minor] Declare function non-static
Vsevolod Stakhov [Wed, 1 Jun 2016 20:25:25 +0000 (22:25 +0200)]
[CritFix] Fix unencrypted passwords processing in the controller
Reported by: @kvaps
Vsevolod Stakhov [Wed, 1 Jun 2016 20:05:33 +0000 (22:05 +0200)]
[Feature] Add reading scripts for master connection
Vsevolod Stakhov [Wed, 1 Jun 2016 20:03:15 +0000 (22:03 +0200)]
[Feature] Add parsing scripts for master connection as well
Vsevolod Stakhov [Wed, 1 Jun 2016 19:41:20 +0000 (21:41 +0200)]
[Feature] Add configuration knobs for in and out parser scripts
Vsevolod Stakhov [Tue, 31 May 2016 14:10:19 +0000 (15:10 +0100)]
[Feature] Add lua utility to decode URL encoding
Vsevolod Stakhov [Mon, 30 May 2016 11:01:33 +0000 (12:01 +0100)]
[Fix] Fix secure_ip setting in controller
Vsevolod Stakhov [Mon, 30 May 2016 11:01:11 +0000 (12:01 +0100)]
[Fix] Fix adding maps from ucl
Vsevolod Stakhov [Sun, 29 May 2016 17:48:42 +0000 (18:48 +0100)]
[Doc] Update whitelist documentation
Vsevolod Stakhov [Sun, 29 May 2016 17:36:30 +0000 (18:36 +0100)]
[Feature] Add 'blacklist' and 'strict' modes for whitelists
Vsevolod Stakhov [Sun, 29 May 2016 10:47:07 +0000 (11:47 +0100)]
[Minor] Add missing file to the spec
Issue: #640
Vsevolod Stakhov [Sat, 28 May 2016 21:26:40 +0000 (22:26 +0100)]
[Feature] Use generic global string split function
Vsevolod Stakhov [Sat, 28 May 2016 17:42:45 +0000 (18:42 +0100)]
[Fix] Link lpeg to rspamd lua library
Vsevolod Stakhov [Sat, 28 May 2016 12:33:24 +0000 (13:33 +0100)]
[Feature] Use universal redis definitions in rspamd plugins
Vsevolod Stakhov [Sat, 28 May 2016 12:21:02 +0000 (13:21 +0100)]
[Feature] Add universal function to parse redis servers for plugins
Vsevolod Stakhov [Sat, 28 May 2016 11:33:34 +0000 (12:33 +0100)]
[Feature] Add execution of lua global functions script
Vsevolod Stakhov [Sat, 28 May 2016 11:26:49 +0000 (12:26 +0100)]
[Feature] Allow static lua files in any parts of rspamd sources
Vsevolod Stakhov [Fri, 27 May 2016 13:56:16 +0000 (14:56 +0100)]
[Fix] Fix substring search when there are '\0' in strings
Vsevolod Stakhov [Fri, 27 May 2016 09:16:50 +0000 (10:16 +0100)]
Merge pull request #638 from larryhynes/documentation
Correct migration.md, small change to writing_rules.md
Larry Hynes [Thu, 26 May 2016 21:35:50 +0000 (22:35 +0100)]
Correct migration.md, small change to writing_rules.md
Vsevolod Stakhov [Thu, 26 May 2016 18:30:30 +0000 (19:30 +0100)]
[Fix] Try to fix proxying of stupid spamc protocol to HTTP mirrors
Vsevolod Stakhov [Thu, 26 May 2016 13:29:40 +0000 (14:29 +0100)]
[Fix] Handle log pipe read errors
Vsevolod Stakhov [Thu, 26 May 2016 12:23:53 +0000 (13:23 +0100)]
[Fix] Fix proxying issue for unconnected sessions
Vsevolod Stakhov [Wed, 25 May 2016 15:48:20 +0000 (16:48 +0100)]
Release 1.2.7
* Slightly reduce weights of rules with high FP rate
* Add workround for rspamd-1.3
* Fix possible FP in TRACKER_ID rule
* Simplify MISSING_MIMEOLE rule
* Add workaround for gmime CTE stupidity
* Fix mime headers processing
* Fix false positive URL detections in text parts
* Fix Exim shutdown patch
* Enable workaround for exim mailbox format
* Backport shingles static test
* Fix levenshtein distance calculations
* Fix max_train setup in ANN module
* Fix redis structure by adding {NULL, NULL} member
* Fix build with unmodified LibreSSL opensslv.h
* Repair optional dependencies
* Really skip filters in case of pre-result set
* Restore the intended pre-filters behaviour
* Fix ipv6 mask application
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Vsevolod Stakhov [Thu, 26 May 2016 11:55:24 +0000 (12:55 +0100)]
[Fix] Another fix for exim workaround
Issue: #637
Reported by: @FelixSchwarz
Vsevolod Stakhov [Thu, 26 May 2016 10:43:06 +0000 (11:43 +0100)]
Merge pull request #636 from moisseev/graph
[Feature] Add throughput graph for RRD backend to WebUI
Alexander Moisseev [Thu, 26 May 2016 07:33:35 +0000 (10:33 +0300)]
[Feature] Add throughput graph for RRD backend to WebUI
Vsevolod Stakhov [Tue, 24 May 2016 12:42:09 +0000 (13:42 +0100)]
[Minor] Add temporary workaround to work with 1.2 fuzzy storage
Vsevolod Stakhov [Tue, 24 May 2016 12:32:34 +0000 (13:32 +0100)]
[Feature] Implement body rules for the trie plugin
Vsevolod Stakhov [Tue, 24 May 2016 12:05:39 +0000 (13:05 +0100)]
[Fix] Slightly reduce weights of rules with high FP rate
Vsevolod Stakhov [Tue, 24 May 2016 12:05:23 +0000 (13:05 +0100)]
[Minor] Add guards for header regexps
Vsevolod Stakhov [Tue, 24 May 2016 11:33:36 +0000 (12:33 +0100)]
[Fix] Fix possible FP in TRACKER_ID rule
Vsevolod Stakhov [Tue, 24 May 2016 11:31:06 +0000 (12:31 +0100)]
[Fix] Simplify MISSING_MIMEOLE rule
Vsevolod Stakhov [Tue, 24 May 2016 11:25:24 +0000 (12:25 +0100)]
[Fix] Add workaround for gmime CTE stupidity
Vsevolod Stakhov [Tue, 24 May 2016 11:05:22 +0000 (12:05 +0100)]
[CritFix] Fix mime headers processing
Issue: #634
Reported by: @AdUser
Vsevolod Stakhov [Tue, 24 May 2016 10:47:09 +0000 (11:47 +0100)]
[Fix] Fix listening on UDP sockets
Vsevolod Stakhov [Mon, 23 May 2016 18:15:57 +0000 (19:15 +0100)]
[Feature] Implement partial deleting for multi-flags
Vsevolod Stakhov [Mon, 23 May 2016 17:58:12 +0000 (18:58 +0100)]
[Fix] More fixes to multi-flag fuzzy storage
Vsevolod Stakhov [Mon, 23 May 2016 17:42:16 +0000 (18:42 +0100)]
[Feature] Implement multi-flags fuzzy replies
Vsevolod Stakhov [Mon, 23 May 2016 17:17:59 +0000 (18:17 +0100)]
[Fix] Free the correct pointer
Vsevolod Stakhov [Mon, 23 May 2016 17:16:11 +0000 (18:16 +0100)]
[Feature] Implement multiple-sources fuzzy storage
Vsevolod Stakhov [Mon, 23 May 2016 17:15:56 +0000 (18:15 +0100)]
[Feature] Add function to convert fstring_t to c string
Vsevolod Stakhov [Mon, 23 May 2016 15:37:16 +0000 (16:37 +0100)]
[Feature] Allow versioning for sqlite databases
Vsevolod Stakhov [Mon, 23 May 2016 15:08:12 +0000 (16:08 +0100)]
[Fix] Include slave cluster name into http request
Vsevolod Stakhov [Mon, 23 May 2016 13:25:07 +0000 (14:25 +0100)]
[Feature] Implement fuzzy updates push protocol
Vsevolod Stakhov [Mon, 23 May 2016 12:46:52 +0000 (13:46 +0100)]
[Feature] Add parsing of mirror hosts for fuzzy storage
Vsevolod Stakhov [Mon, 23 May 2016 11:27:11 +0000 (12:27 +0100)]
[Fix] Disallow updates by default
Vsevolod Stakhov [Mon, 23 May 2016 11:18:00 +0000 (12:18 +0100)]
[Feature] Implement fuzzy storage updates
Vsevolod Stakhov [Mon, 23 May 2016 09:10:35 +0000 (10:10 +0100)]
[Minor] Use xxhash indirectly
Vsevolod Stakhov [Mon, 23 May 2016 09:09:06 +0000 (10:09 +0100)]
[Feature] Add routines to compare and check pubkeys
Vsevolod Stakhov [Mon, 23 May 2016 08:24:21 +0000 (09:24 +0100)]
[Feature] Allow to parse pubkeys from the rcl config
Vsevolod Stakhov [Fri, 20 May 2016 08:16:49 +0000 (11:16 +0300)]
[Doc] Update multimap documentation
Vsevolod Stakhov [Thu, 19 May 2016 10:36:49 +0000 (13:36 +0300)]
[Fix] Do not even try pcre in case of regexp maps
Vsevolod Stakhov [Thu, 19 May 2016 10:26:33 +0000 (13:26 +0300)]
[Fix] Add sanity checks when compiling regexp maps
Vsevolod Stakhov [Wed, 18 May 2016 09:00:09 +0000 (12:00 +0300)]
[Fix] Further fixes for surbl extensions map
Vsevolod Stakhov [Tue, 17 May 2016 05:53:39 +0000 (09:53 +0400)]
Merge pull request #632 from larryhynes/documentation
Documentation corrections
Larry Hynes [Mon, 16 May 2016 21:20:52 +0000 (22:20 +0100)]
[Doc] Final changes to writing_rules.md
Vsevolod Stakhov [Mon, 16 May 2016 20:30:55 +0000 (22:30 +0200)]
[Fix] Initialize hash tables array to avoid crashes
Vsevolod Stakhov [Mon, 16 May 2016 12:49:39 +0000 (14:49 +0200)]
[Minor] Add more logs about file maps watching
Vsevolod Stakhov [Mon, 16 May 2016 11:51:17 +0000 (12:51 +0100)]
[Fix] Fix loading of file maps
Vsevolod Stakhov [Mon, 16 May 2016 11:38:22 +0000 (12:38 +0100)]
[Feature] Add initial version of HTTP lua repl
Vsevolod Stakhov [Mon, 16 May 2016 11:38:02 +0000 (12:38 +0100)]
[Feature] Add function for pretty printing of inet addresses
Vsevolod Stakhov [Sun, 15 May 2016 16:42:07 +0000 (17:42 +0100)]
Merge pull request #629 from fatalbanana/master
[Fix] Fix Exim shutdown patch
Andrew Lewis [Sun, 15 May 2016 16:29:58 +0000 (18:29 +0200)]
[Fix] Fix Exim shutdown patch
Vsevolod Stakhov [Sun, 15 May 2016 13:04:15 +0000 (14:04 +0100)]
[Fix] Unbreak build on gcc < 4.9
Vsevolod Stakhov [Sun, 15 May 2016 12:56:31 +0000 (13:56 +0100)]
[Fix] Update mumhash implementation
Vsevolod Stakhov [Sat, 14 May 2016 12:38:10 +0000 (13:38 +0100)]
[Feature] Preliminary implementation of fuzzy master/slave updates
Vsevolod Stakhov [Sat, 14 May 2016 11:39:56 +0000 (12:39 +0100)]
[Feature] Rework listening system to allow multiple socket types per worker
Vsevolod Stakhov [Sat, 14 May 2016 11:22:27 +0000 (12:22 +0100)]
[Feature] Enable workaround for exim
Larry Hynes [Fri, 13 May 2016 23:24:57 +0000 (00:24 +0100)]
[Doc] Initial changes to writing_rules.md
Larry Hynes [Fri, 13 May 2016 22:57:48 +0000 (23:57 +0100)]
[Doc] Update migrate_sa.md
Larry Hynes [Fri, 13 May 2016 22:18:12 +0000 (23:18 +0100)]
[Doc] Update tutorials index
Larry Hynes [Fri, 13 May 2016 22:14:18 +0000 (23:14 +0100)]
[Doc] Update Documentation index
Larry Hynes [Fri, 13 May 2016 18:45:03 +0000 (19:45 +0100)]
Merge remote-tracking branch 'upstream/master'
* upstream/master: (36 commits)
[Feature] Add versions to fuzzy storage
[Fix] Another fix for maps scheduling
[Fix] Fix events handling when scheduling map wacth
[Fix] Try to fix false positive URL detections in text parts
[Fix] Include fuzzy key to distinguish storages with different keys
[Feature] Rework and improve fuzzy storage
[Test] Add static test for shingles
[Minor] Adjust hashes
[Feature] Use metrohash as well
[Minor] 8 bytes fits perfect for mumhash
[Fix] Fix handling of the same words
[Feature] Further micro-optimizations for hashing and shingles
[Feature] Optimize alignment to speed up hashing
[Feature] Try to select the optimal possible function for input
[Feature] Limit logging of elements that could have too many items
[Feature] Add more algorithms for shingles generation
[Fix] Fix compilation issue
[Feature] Use mumhash for words hashing
[Feature] Add and use mumhash for non-crypto hashing
[Feature] Add a simple script to evaluate rspamd rules in the logs
...
Vsevolod Stakhov [Fri, 13 May 2016 14:58:01 +0000 (15:58 +0100)]
[Feature] Add versions to fuzzy storage
Vsevolod Stakhov [Fri, 13 May 2016 14:57:49 +0000 (15:57 +0100)]
[Fix] Another fix for maps scheduling
Vsevolod Stakhov [Fri, 13 May 2016 10:10:42 +0000 (11:10 +0100)]
[Fix] Fix events handling when scheduling map wacth
Vsevolod Stakhov [Thu, 12 May 2016 13:42:50 +0000 (14:42 +0100)]
[Fix] Try to fix false positive URL detections in text parts
Vsevolod Stakhov [Thu, 12 May 2016 12:56:06 +0000 (13:56 +0100)]
[Fix] Include fuzzy key to distinguish storages with different keys
Vsevolod Stakhov [Thu, 12 May 2016 12:50:10 +0000 (13:50 +0100)]
[Feature] Rework and improve fuzzy storage
- Allow multiple algorithms in fuzzy rules
- Cache fuzzy requests to avoid expensive calculations for multiple
fuzzy storages
- Simplify request generating procedure
Vsevolod Stakhov [Thu, 12 May 2016 11:48:03 +0000 (12:48 +0100)]
[Test] Add static test for shingles
Vsevolod Stakhov [Thu, 12 May 2016 11:45:37 +0000 (12:45 +0100)]
[Minor] Adjust hashes
Vsevolod Stakhov [Thu, 12 May 2016 11:45:17 +0000 (12:45 +0100)]
[Feature] Use metrohash as well
Vsevolod Stakhov [Thu, 12 May 2016 10:41:44 +0000 (11:41 +0100)]
[Minor] 8 bytes fits perfect for mumhash
Vsevolod Stakhov [Thu, 12 May 2016 10:29:20 +0000 (11:29 +0100)]
[Fix] Fix handling of the same words
Vsevolod Stakhov [Thu, 12 May 2016 08:48:29 +0000 (09:48 +0100)]
[Feature] Further micro-optimizations for hashing and shingles
Vsevolod Stakhov [Wed, 11 May 2016 18:06:41 +0000 (19:06 +0100)]
[Feature] Optimize alignment to speed up hashing
Vsevolod Stakhov [Wed, 11 May 2016 15:28:07 +0000 (16:28 +0100)]
[Feature] Try to select the optimal possible function for input
Vsevolod Stakhov [Wed, 11 May 2016 15:11:13 +0000 (16:11 +0100)]
[Feature] Limit logging of elements that could have too many items
Vsevolod Stakhov [Wed, 11 May 2016 14:54:47 +0000 (15:54 +0100)]
[Feature] Add more algorithms for shingles generation
Vsevolod Stakhov [Wed, 11 May 2016 14:14:49 +0000 (15:14 +0100)]
[Fix] Fix compilation issue
Vsevolod Stakhov [Wed, 11 May 2016 14:01:04 +0000 (15:01 +0100)]
[Feature] Use mumhash for words hashing
Vsevolod Stakhov [Wed, 11 May 2016 13:59:29 +0000 (14:59 +0100)]
[Feature] Add and use mumhash for non-crypto hashing
Vsevolod Stakhov [Wed, 11 May 2016 13:23:36 +0000 (14:23 +0100)]
[Feature] Add a simple script to evaluate rspamd rules in the logs
Vsevolod Stakhov [Tue, 10 May 2016 15:38:43 +0000 (16:38 +0100)]
[Feature] New abstract hashing API in cryptobox
Vsevolod Stakhov [Tue, 10 May 2016 15:27:11 +0000 (16:27 +0100)]
[CritFix] Fix levenshtein distance calculations
Vsevolod Stakhov [Tue, 10 May 2016 14:29:05 +0000 (15:29 +0100)]
[Feature] Adopt plugins for new maps API
Vsevolod Stakhov [Tue, 10 May 2016 14:15:55 +0000 (15:15 +0100)]
[Feature] Use new maps API for local addrs
Vsevolod Stakhov [Tue, 10 May 2016 14:06:54 +0000 (15:06 +0100)]
[Feature] Use extended map types in lua map, unify code