]>
source.dussan.org Git - rspamd.git/log
Alexander Moisseev [Tue, 26 Jul 2016 07:58:49 +0000 (10:58 +0300)]
Attempt to make rspamd_stats output readable
Vsevolod Stakhov [Mon, 25 Jul 2016 17:11:12 +0000 (18:11 +0100)]
Merge pull request #752 from fatalbanana/test-stability
Try harder to kill rspamd + child processes to avoid cascading failures
Vsevolod Stakhov [Mon, 25 Jul 2016 17:08:43 +0000 (18:08 +0100)]
Merge pull request #751 from fatalbanana/deb
Require `ragel` for Debian/RPM package build
Andrew Lewis [Mon, 25 Jul 2016 16:06:49 +0000 (17:06 +0100)]
[Test] Try harder to kill rspamd + child processes to avoid cascading failures
Andrew Lewis [Mon, 25 Jul 2016 14:43:55 +0000 (15:43 +0100)]
[Minor] Require `ragel` for Debian/RPM package build
Vsevolod Stakhov [Mon, 25 Jul 2016 13:40:54 +0000 (14:40 +0100)]
Release 1.3.0
https://rspamd.com/announce/2016/07/25/rspamd-1.3.0.html
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Vsevolod Stakhov [Mon, 25 Jul 2016 12:00:38 +0000 (13:00 +0100)]
[Minor] Create local dirs in packages
Vsevolod Stakhov [Mon, 25 Jul 2016 10:22:07 +0000 (11:22 +0100)]
Merge pull request #750 from fatalbanana/publicsuffix
[Minor] Sync public suffix list with upstream
Vsevolod Stakhov [Mon, 25 Jul 2016 10:21:17 +0000 (11:21 +0100)]
Merge pull request #749 from fatalbanana/rpm
[Minor] Add rspamd_stats to RPM specfile
Andrew Lewis [Mon, 25 Jul 2016 09:23:08 +0000 (10:23 +0100)]
[Minor] Sync public suffix list with upstream
Andrew Lewis [Mon, 25 Jul 2016 09:07:08 +0000 (10:07 +0100)]
[Minor] Add rspamd_stats to RPM specfile
Vsevolod Stakhov [Sun, 24 Jul 2016 17:48:34 +0000 (18:48 +0100)]
[Fix] Add spaces instead of newlines to the normalized content
Vsevolod Stakhov [Sun, 24 Jul 2016 17:04:41 +0000 (18:04 +0100)]
[Minor] Further reduce HFILTER_URL_ONELINE score
Vsevolod Stakhov [Sun, 24 Jul 2016 17:03:47 +0000 (18:03 +0100)]
[Minor] Log symbols scores by default
Vsevolod Stakhov [Sun, 24 Jul 2016 16:58:58 +0000 (17:58 +0100)]
[Minor] Install rspamd_stats
Vsevolod Stakhov [Sat, 23 Jul 2016 18:34:10 +0000 (19:34 +0100)]
[Fix] Simplify state machine by ignoring multiple spaces
Vsevolod Stakhov [Sat, 23 Jul 2016 16:13:36 +0000 (17:13 +0100)]
[Feature] Create a dedicated parser to strip newlines
Issue: #744
Vsevolod Stakhov [Fri, 22 Jul 2016 21:46:34 +0000 (22:46 +0100)]
Merge pull request #743 from fatalbanana/fuzzy-test
[Test] Set fuzzy worker count to 1
Andrew Lewis [Fri, 22 Jul 2016 16:30:54 +0000 (17:30 +0100)]
[Test] Set fuzzy worker count to 1
Vsevolod Stakhov [Fri, 22 Jul 2016 16:09:19 +0000 (17:09 +0100)]
[Feature] Allow to disable some modules from common redis setup
Vsevolod Stakhov [Fri, 22 Jul 2016 13:02:54 +0000 (14:02 +0100)]
Merge pull request #742 from fatalbanana/rspamc-test
[Test] Add test for legacy RSPAMC protocol
Vsevolod Stakhov [Fri, 22 Jul 2016 13:02:46 +0000 (14:02 +0100)]
Merge pull request #741 from fatalbanana/static
[Fix] Skip setting RPATH for static builds
Andrew Lewis [Fri, 22 Jul 2016 12:51:04 +0000 (13:51 +0100)]
[Fix] Skip setting RPATH for static builds
Vsevolod Stakhov [Fri, 22 Jul 2016 12:30:13 +0000 (13:30 +0100)]
[Fix] Another change of newlines policy
Now we need to decide, maybe we have the following cases where '\n' is
required:
1. Multiple newlines must be replaced by one newline
2. If a line is finished with punctuation character, then insert one newline
3. In HTML parts we have to insert newlines as well
Vsevolod Stakhov [Fri, 22 Jul 2016 12:29:50 +0000 (13:29 +0100)]
[Fix] Fix long regexp flags (e.g. {sa_body})
Vsevolod Stakhov [Fri, 22 Jul 2016 10:17:45 +0000 (11:17 +0100)]
[Feature] Wait for sqlite if locked when switching to WAL mode
Vsevolod Stakhov [Fri, 22 Jul 2016 09:43:03 +0000 (10:43 +0100)]
[Feature] Deduplicate the same urls in multimap module
Vsevolod Stakhov [Fri, 22 Jul 2016 09:24:21 +0000 (10:24 +0100)]
[Feature] Dynamically detect if a CPU is incompatible with hyperscan
Andrew Lewis [Fri, 22 Jul 2016 09:15:31 +0000 (10:15 +0100)]
[Test] Add test for legacy RSPAMC protocol
Vsevolod Stakhov [Thu, 21 Jul 2016 17:50:12 +0000 (18:50 +0100)]
[Fix] Fix client_ip in users settings
Vsevolod Stakhov [Thu, 21 Jul 2016 16:38:59 +0000 (17:38 +0100)]
[Feature] Allow to pass extradata from rspamd to rmilter
Vsevolod Stakhov [Thu, 21 Jul 2016 15:56:41 +0000 (16:56 +0100)]
Merge pull request #739 from fatalbanana/fuzzy-test
[Test] Sleep after calling rspamadm fuzzy_sync
Andrew Lewis [Thu, 21 Jul 2016 15:42:03 +0000 (16:42 +0100)]
[Test] Sleep after calling rspamadm fuzzy_sync
Vsevolod Stakhov [Thu, 21 Jul 2016 15:21:52 +0000 (16:21 +0100)]
Merge pull request #738 from moisseev/arch-ext-caseinsensitive
[Fix] Make extension checks case-insensitive
Alexander Moisseev [Thu, 21 Jul 2016 15:11:19 +0000 (19:11 +0400)]
[Fix] Make extension checks case-insensitive
Vsevolod Stakhov [Thu, 21 Jul 2016 14:08:50 +0000 (15:08 +0100)]
[Feature] Add support to search archives by magic
Issue: #717
Reported by: @moisseev
Vsevolod Stakhov [Thu, 21 Jul 2016 13:54:10 +0000 (14:54 +0100)]
[Fix] Use watchers for spf plugin
Vsevolod Stakhov [Thu, 21 Jul 2016 14:09:31 +0000 (15:09 +0100)]
Merge pull request #736 from fatalbanana/master
[Minor] Publish test suite output as build artifacts in CircleCI
Vsevolod Stakhov [Thu, 21 Jul 2016 14:09:25 +0000 (15:09 +0100)]
Merge pull request #737 from fatalbanana/robof
[Test] Fix braindamaged shutdown_process function
Andrew Lewis [Thu, 21 Jul 2016 13:38:14 +0000 (14:38 +0100)]
[Test] Fix braindamaged shutdown_process function
Andrew Lewis [Thu, 21 Jul 2016 12:53:57 +0000 (13:53 +0100)]
[Minor] Publish test suite output as build artifacts in CircleCI
Vsevolod Stakhov [Thu, 21 Jul 2016 12:13:46 +0000 (13:13 +0100)]
Merge pull request #735 from fatalbanana/master
[Test] Don't insist on return code != 0 for broken stats test
Andrew Lewis [Thu, 21 Jul 2016 11:55:41 +0000 (12:55 +0100)]
[Test] Don't insist on return code != 0 for broken stats test
Vsevolod Stakhov [Thu, 21 Jul 2016 11:48:05 +0000 (12:48 +0100)]
[Fix] Fix learning for non-existent backend
Vsevolod Stakhov [Thu, 21 Jul 2016 11:34:54 +0000 (12:34 +0100)]
Merge pull request #734 from fatalbanana/tests
Fix some race conditions in functional tests
Andrew Lewis [Thu, 21 Jul 2016 11:25:52 +0000 (12:25 +0100)]
[Minor] Drop redis service from CI configuration
Andrew Lewis [Thu, 21 Jul 2016 11:19:26 +0000 (12:19 +0100)]
[Test] Fix race conditions in functional tests
Vsevolod Stakhov [Thu, 21 Jul 2016 11:06:20 +0000 (12:06 +0100)]
[Minor] Bye, bye travis
Vsevolod Stakhov [Thu, 21 Jul 2016 11:00:53 +0000 (12:00 +0100)]
[Minor] Fix CircleCI script
Vsevolod Stakhov [Thu, 21 Jul 2016 10:49:25 +0000 (11:49 +0100)]
[Minor] Test CircleCI
Vsevolod Stakhov [Thu, 21 Jul 2016 10:22:41 +0000 (11:22 +0100)]
[Minor] Another try to fix travis
Vsevolod Stakhov [Thu, 21 Jul 2016 10:22:18 +0000 (11:22 +0100)]
Revert "[Minor] Try to feed travis gods"
This reverts commit
50de464f2d5064ca8d1593581abb4ef327fec94c .
Vsevolod Stakhov [Thu, 21 Jul 2016 10:16:01 +0000 (11:16 +0100)]
[Minor] Try to feed travis gods
Vsevolod Stakhov [Thu, 21 Jul 2016 08:25:09 +0000 (09:25 +0100)]
[Feature] Allow client ip match in the settings
Vsevolod Stakhov [Thu, 21 Jul 2016 08:20:32 +0000 (09:20 +0100)]
[Fix] Reset master connection when retransmitting scan request
Vsevolod Stakhov [Thu, 21 Jul 2016 08:14:36 +0000 (09:14 +0100)]
[Feature] Allow underscore separated names in settings
Vsevolod Stakhov [Wed, 20 Jul 2016 18:24:29 +0000 (19:24 +0100)]
[Fix] Do not abort when cannot load a map
Vsevolod Stakhov [Wed, 20 Jul 2016 13:53:19 +0000 (14:53 +0100)]
[Fix] Fix sending data to graph command
Issue: #405
Vsevolod Stakhov [Wed, 20 Jul 2016 12:07:17 +0000 (13:07 +0100)]
Merge pull request #733 from fatalbanana/mmap
[Fix] Partial fix for mmap'd statistics tests
Vsevolod Stakhov [Wed, 20 Jul 2016 12:06:10 +0000 (13:06 +0100)]
Merge pull request #732 from fatalbanana/mmmap
[Fix] Fix creation of mmapped statfiles
Andrew Lewis [Wed, 20 Jul 2016 11:52:11 +0000 (12:52 +0100)]
[Fix] Fix creation of mmapped statfiles
Andrew Lewis [Wed, 20 Jul 2016 08:29:05 +0000 (09:29 +0100)]
[Fix] Partial fix for mmap'd statistics tests
Vsevolod Stakhov [Tue, 19 Jul 2016 17:52:58 +0000 (18:52 +0100)]
Merge pull request #730 from fatalbanana/spamassassin
[Fix] Deal with certain nested dependencies in SpamAssassin module
Vsevolod Stakhov [Tue, 19 Jul 2016 17:49:45 +0000 (18:49 +0100)]
Merge pull request #731 from fatalbanana/systemd
[Fix] Remove Type=forking from systemd unit file (#709)
Vsevolod Stakhov [Tue, 19 Jul 2016 17:48:25 +0000 (18:48 +0100)]
[Fix] Fix displaying of rewrite subject in WebUI
Andrew Lewis [Tue, 19 Jul 2016 17:42:56 +0000 (19:42 +0200)]
[Fix] Remove Type=forking from systemd unit file (#709)
Vsevolod Stakhov [Tue, 19 Jul 2016 17:19:58 +0000 (18:19 +0100)]
[Fix] Fix border case in urls detector
Vsevolod Stakhov [Tue, 19 Jul 2016 17:07:09 +0000 (18:07 +0100)]
[Fix] Mark expired hashes as not found and not as zero flag
Andrew Lewis [Tue, 19 Jul 2016 15:57:06 +0000 (16:57 +0100)]
[Fix] Handle nested dependencies in SpamAssassin plugin
Vsevolod Stakhov [Tue, 19 Jul 2016 13:46:08 +0000 (14:46 +0100)]
[CritFix] Fix writing CDPs to the database
Issue: #405
Reported by: @moisseev
Vsevolod Stakhov [Tue, 19 Jul 2016 11:52:01 +0000 (12:52 +0100)]
[Fix] Don't mix hyperscan and pcre processing within a same task
Andrew Lewis [Tue, 19 Jul 2016 11:35:44 +0000 (12:35 +0100)]
[Minor] SpamAssassin: strip some commented code
Andrew Lewis [Tue, 19 Jul 2016 11:34:58 +0000 (12:34 +0100)]
[Minor] SpamAssassin: some small fixes for logging
Andrew Lewis [Tue, 19 Jul 2016 11:32:38 +0000 (12:32 +0100)]
[Minor] SpamAssassin: Import fun.lua into main namespace
Vsevolod Stakhov [Tue, 19 Jul 2016 11:31:19 +0000 (12:31 +0100)]
[Fix] Fix upstreams interaction for rspamd proxy
Vsevolod Stakhov [Tue, 19 Jul 2016 11:31:01 +0000 (12:31 +0100)]
[Feature] Properly implement unweighted round-robin algorithm
Vsevolod Stakhov [Tue, 19 Jul 2016 10:48:57 +0000 (11:48 +0100)]
[Feature] Reduce number of timers queries
Vsevolod Stakhov [Tue, 19 Jul 2016 10:48:23 +0000 (11:48 +0100)]
[Feature] Add xoroshiro+ fast rng for non-crypto purposes
Vsevolod Stakhov [Mon, 18 Jul 2016 18:12:10 +0000 (19:12 +0100)]
[Fix] Fix some issues with retries in the proxy
Vsevolod Stakhov [Mon, 18 Jul 2016 18:11:54 +0000 (19:11 +0100)]
[Fix] Fix detaching of shared memory segments
Vsevolod Stakhov [Mon, 18 Jul 2016 16:51:08 +0000 (17:51 +0100)]
[Minor] Use refcounts for http messages
Vsevolod Stakhov [Mon, 18 Jul 2016 16:50:54 +0000 (17:50 +0100)]
[Feature] Implement retransmits for master connection
Vsevolod Stakhov [Mon, 18 Jul 2016 16:50:39 +0000 (17:50 +0100)]
[Feature] Implement refcount for messages
Vsevolod Stakhov [Mon, 18 Jul 2016 15:53:22 +0000 (16:53 +0100)]
Merge pull request #729 from fatalbanana/travis
[Test] Integrate functional tests with Travis CI
Andrew Lewis [Mon, 18 Jul 2016 11:33:52 +0000 (12:33 +0100)]
[Test] Integrate functional tests with Travis CI
Vsevolod Stakhov [Mon, 18 Jul 2016 14:35:41 +0000 (15:35 +0100)]
[Fix] Fix border cases for incremental hashing
Vsevolod Stakhov [Mon, 18 Jul 2016 13:54:40 +0000 (14:54 +0100)]
[CritFix] Fix systemd sockets activation
Vsevolod Stakhov [Mon, 18 Jul 2016 10:28:04 +0000 (11:28 +0100)]
Revert "[Minor] Fix percent sign in statistics learning condition"
This reverts commit
e53fd5ab0ce04b6eddb7ef24a1fccfd013c705d0 .
Vsevolod Stakhov [Mon, 18 Jul 2016 08:49:08 +0000 (09:49 +0100)]
Merge pull request #728 from moisseev/one-shot
[Minor] Limit BAD_EXTENSION rules to one shot
Alexander Moisseev [Mon, 18 Jul 2016 07:02:42 +0000 (10:02 +0300)]
[Minor] Limit BAD_EXTENSION rules to one shot
Vsevolod Stakhov [Sun, 17 Jul 2016 20:24:27 +0000 (21:24 +0100)]
Merge pull request #727 from fatalbanana/test
[Test] Fix scan file test
Andrew Lewis [Sun, 17 Jul 2016 20:17:48 +0000 (21:17 +0100)]
[Test] Fix scan file test
Vsevolod Stakhov [Sun, 17 Jul 2016 20:12:56 +0000 (21:12 +0100)]
Merge pull request #726 from fatalbanana/test
Some modifications for functional tests
Andrew Lewis [Sun, 17 Jul 2016 20:07:23 +0000 (21:07 +0100)]
[Test] Fix double bad extension test
Andrew Lewis [Sun, 17 Jul 2016 20:06:31 +0000 (21:06 +0100)]
[Test] Add test for pre & post filters
Vsevolod Stakhov [Sun, 17 Jul 2016 19:44:37 +0000 (20:44 +0100)]
[Fix] Fix chartable issue with starting digits
Issue: #725
Reported by: @moisseev
Vsevolod Stakhov [Sat, 16 Jul 2016 22:58:49 +0000 (23:58 +0100)]
[Minor] Remove symbols disappearing on focus
Issue: #696
Reported by: @moisseev
Vsevolod Stakhov [Sat, 16 Jul 2016 22:53:07 +0000 (23:53 +0100)]
[Fix] Fix fuzzy adding in webui
Vsevolod Stakhov [Sat, 16 Jul 2016 22:44:35 +0000 (23:44 +0100)]
[Minor] Add default description for multimap rules
Vsevolod Stakhov [Sat, 16 Jul 2016 22:41:15 +0000 (23:41 +0100)]
[Fix] Fix maps descriptions
Issue: #712
Reported by: @andypl78