]> source.dussan.org Git - rspamd.git/log
rspamd.git
8 years ago[Fix] Fix sending data to graph command
Vsevolod Stakhov [Wed, 20 Jul 2016 13:53:19 +0000 (14:53 +0100)]
[Fix] Fix sending data to graph command

Issue: #405

8 years agoMerge pull request #733 from fatalbanana/mmap
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

8 years agoMerge pull request #732 from fatalbanana/mmmap
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

8 years ago[Fix] Fix creation of mmapped statfiles 732/head
Andrew Lewis [Wed, 20 Jul 2016 11:52:11 +0000 (12:52 +0100)]
[Fix] Fix creation of mmapped statfiles

8 years ago[Fix] Partial fix for mmap'd statistics tests 733/head
Andrew Lewis [Wed, 20 Jul 2016 08:29:05 +0000 (09:29 +0100)]
[Fix] Partial fix for mmap'd statistics tests

8 years agoMerge pull request #730 from fatalbanana/spamassassin
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

8 years agoMerge pull request #731 from fatalbanana/systemd
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)

8 years ago[Fix] Fix displaying of rewrite subject in WebUI
Vsevolod Stakhov [Tue, 19 Jul 2016 17:48:25 +0000 (18:48 +0100)]
[Fix] Fix displaying of rewrite subject in WebUI

8 years ago[Fix] Remove Type=forking from systemd unit file (#709) 731/head
Andrew Lewis [Tue, 19 Jul 2016 17:42:56 +0000 (19:42 +0200)]
[Fix] Remove Type=forking from systemd unit file (#709)

8 years ago[Fix] Fix border case in urls detector
Vsevolod Stakhov [Tue, 19 Jul 2016 17:19:58 +0000 (18:19 +0100)]
[Fix] Fix border case in urls detector

8 years ago[Fix] Mark expired hashes as not found and not as zero flag
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

8 years ago[Fix] Handle nested dependencies in SpamAssassin plugin 730/head
Andrew Lewis [Tue, 19 Jul 2016 15:57:06 +0000 (16:57 +0100)]
[Fix] Handle nested dependencies in SpamAssassin plugin

8 years ago[CritFix] Fix writing CDPs to the database
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

8 years ago[Fix] Don't mix hyperscan and pcre processing within a same task
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

8 years ago[Minor] SpamAssassin: strip some commented code
Andrew Lewis [Tue, 19 Jul 2016 11:35:44 +0000 (12:35 +0100)]
[Minor] SpamAssassin: strip some commented code

8 years ago[Minor] SpamAssassin: some small fixes for logging
Andrew Lewis [Tue, 19 Jul 2016 11:34:58 +0000 (12:34 +0100)]
[Minor] SpamAssassin: some small fixes for logging

8 years ago[Minor] SpamAssassin: Import fun.lua into main namespace
Andrew Lewis [Tue, 19 Jul 2016 11:32:38 +0000 (12:32 +0100)]
[Minor] SpamAssassin: Import fun.lua into main namespace

8 years ago[Fix] Fix upstreams interaction for rspamd proxy
Vsevolod Stakhov [Tue, 19 Jul 2016 11:31:19 +0000 (12:31 +0100)]
[Fix] Fix upstreams interaction for rspamd proxy

8 years ago[Feature] Properly implement unweighted round-robin algorithm
Vsevolod Stakhov [Tue, 19 Jul 2016 11:31:01 +0000 (12:31 +0100)]
[Feature] Properly implement unweighted round-robin algorithm

8 years ago[Feature] Reduce number of timers queries
Vsevolod Stakhov [Tue, 19 Jul 2016 10:48:57 +0000 (11:48 +0100)]
[Feature] Reduce number of timers queries

8 years ago[Feature] Add xoroshiro+ fast rng for non-crypto purposes
Vsevolod Stakhov [Tue, 19 Jul 2016 10:48:23 +0000 (11:48 +0100)]
[Feature] Add xoroshiro+ fast rng for non-crypto purposes

8 years ago[Fix] Fix some issues with retries in the proxy
Vsevolod Stakhov [Mon, 18 Jul 2016 18:12:10 +0000 (19:12 +0100)]
[Fix] Fix some issues with retries in the proxy

8 years ago[Fix] Fix detaching of shared memory segments
Vsevolod Stakhov [Mon, 18 Jul 2016 18:11:54 +0000 (19:11 +0100)]
[Fix] Fix detaching of shared memory segments

8 years ago[Minor] Use refcounts for http messages
Vsevolod Stakhov [Mon, 18 Jul 2016 16:51:08 +0000 (17:51 +0100)]
[Minor] Use refcounts for http messages

8 years ago[Feature] Implement retransmits for master connection
Vsevolod Stakhov [Mon, 18 Jul 2016 16:50:54 +0000 (17:50 +0100)]
[Feature] Implement retransmits for master connection

8 years ago[Feature] Implement refcount for messages
Vsevolod Stakhov [Mon, 18 Jul 2016 16:50:39 +0000 (17:50 +0100)]
[Feature] Implement refcount for messages

8 years agoMerge pull request #729 from fatalbanana/travis
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

8 years ago[Test] Integrate functional tests with Travis CI 729/head
Andrew Lewis [Mon, 18 Jul 2016 11:33:52 +0000 (12:33 +0100)]
[Test] Integrate functional tests with Travis CI

8 years ago[Fix] Fix border cases for incremental hashing
Vsevolod Stakhov [Mon, 18 Jul 2016 14:35:41 +0000 (15:35 +0100)]
[Fix] Fix border cases for incremental hashing

8 years ago[CritFix] Fix systemd sockets activation
Vsevolod Stakhov [Mon, 18 Jul 2016 13:54:40 +0000 (14:54 +0100)]
[CritFix] Fix systemd sockets activation

8 years agoRevert "[Minor] Fix percent sign in statistics learning condition"
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.

8 years agoMerge pull request #728 from moisseev/one-shot
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

8 years ago[Minor] Limit BAD_EXTENSION rules to one shot 728/head
Alexander Moisseev [Mon, 18 Jul 2016 07:02:42 +0000 (10:02 +0300)]
[Minor] Limit BAD_EXTENSION rules to one shot

8 years agoMerge pull request #727 from fatalbanana/test
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

8 years ago[Test] Fix scan file test 727/head
Andrew Lewis [Sun, 17 Jul 2016 20:17:48 +0000 (21:17 +0100)]
[Test] Fix scan file test

8 years agoMerge pull request #726 from fatalbanana/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

8 years ago[Test] Fix double bad extension test 726/head
Andrew Lewis [Sun, 17 Jul 2016 20:07:23 +0000 (21:07 +0100)]
[Test] Fix double bad extension test

8 years ago[Test] Add test for pre & post filters
Andrew Lewis [Sun, 17 Jul 2016 20:06:31 +0000 (21:06 +0100)]
[Test] Add test for pre & post filters

8 years ago[Fix] Fix chartable issue with starting digits
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

8 years ago[Minor] Remove symbols disappearing on focus
Vsevolod Stakhov [Sat, 16 Jul 2016 22:58:49 +0000 (23:58 +0100)]
[Minor] Remove symbols disappearing on focus

Issue: #696
Reported by: @moisseev

8 years ago[Fix] Fix fuzzy adding in webui
Vsevolod Stakhov [Sat, 16 Jul 2016 22:53:07 +0000 (23:53 +0100)]
[Fix] Fix fuzzy adding in webui

8 years ago[Minor] Add default description for multimap rules
Vsevolod Stakhov [Sat, 16 Jul 2016 22:44:35 +0000 (23:44 +0100)]
[Minor] Add default description for multimap rules

8 years ago[Fix] Fix maps descriptions
Vsevolod Stakhov [Sat, 16 Jul 2016 22:41:15 +0000 (23:41 +0100)]
[Fix] Fix maps descriptions

Issue: #712
Reported by: @andypl78

8 years agoMerge pull request #724 from moisseev/set-flag
Vsevolod Stakhov [Sat, 16 Jul 2016 22:20:35 +0000 (23:20 +0100)]
Merge pull request #724 from moisseev/set-flag

[Minor] Add task:set_flag example

8 years ago[Minor] Add task:set_flag example 724/head
Alexander Moisseev [Sat, 16 Jul 2016 09:11:29 +0000 (12:11 +0300)]
[Minor] Add task:set_flag example

8 years ago[Minor] Treat '.htm' as HTML files as well
Vsevolod Stakhov [Fri, 15 Jul 2016 16:50:23 +0000 (17:50 +0100)]
[Minor] Treat '.htm' as HTML files as well

8 years ago[Feature] Implement composites policies
Vsevolod Stakhov [Fri, 15 Jul 2016 16:35:16 +0000 (17:35 +0100)]
[Feature] Implement composites policies

8 years ago[Fix] Fix stats script
Vsevolod Stakhov [Fri, 15 Jul 2016 15:29:30 +0000 (16:29 +0100)]
[Fix] Fix stats script

8 years ago[Fix] Another fix for postfilters
Vsevolod Stakhov [Fri, 15 Jul 2016 09:53:10 +0000 (10:53 +0100)]
[Fix] Another fix for postfilters

8 years ago[Fix] Fix post-filters processing
Vsevolod Stakhov [Fri, 15 Jul 2016 08:50:06 +0000 (09:50 +0100)]
[Fix] Fix post-filters processing

8 years ago[Fix] Fix crash on empty maps
Vsevolod Stakhov [Thu, 14 Jul 2016 17:50:56 +0000 (18:50 +0100)]
[Fix] Fix crash on empty maps

Issue: #695
Reported by: @moisseev

8 years ago[Fix] Fix processing of addresses in protocol
Vsevolod Stakhov [Thu, 14 Jul 2016 17:45:26 +0000 (18:45 +0100)]
[Fix] Fix processing of addresses in protocol

Issue: #723
Reported by: @leoboiko

8 years ago[Fix] Further improvements to error messages in fuzzy check
Vsevolod Stakhov [Thu, 14 Jul 2016 17:12:52 +0000 (18:12 +0100)]
[Fix] Further improvements to error messages in fuzzy check

8 years ago[Fix] Do not die when no metrics defined
Vsevolod Stakhov [Thu, 14 Jul 2016 16:45:05 +0000 (17:45 +0100)]
[Fix] Do not die when no metrics defined

8 years ago[Feature] Add a trivial heuristic for codepages
Vsevolod Stakhov [Thu, 14 Jul 2016 16:13:48 +0000 (17:13 +0100)]
[Feature] Add a trivial heuristic for codepages

8 years ago[Minor] Reduce url detector noise
Vsevolod Stakhov [Thu, 14 Jul 2016 16:03:24 +0000 (17:03 +0100)]
[Minor] Reduce url detector noise

8 years ago[Fix] Some fixes to libmagic initialization
Vsevolod Stakhov [Thu, 14 Jul 2016 15:52:33 +0000 (16:52 +0100)]
[Fix] Some fixes to libmagic initialization

8 years ago[Fix] Improve error messages on fuzzy add
Vsevolod Stakhov [Thu, 14 Jul 2016 15:23:17 +0000 (16:23 +0100)]
[Fix] Improve error messages on fuzzy add

8 years ago[Minor] Add additional newline to configdump output
Vsevolod Stakhov [Thu, 14 Jul 2016 14:10:25 +0000 (15:10 +0100)]
[Minor] Add additional newline to configdump output

8 years ago[Fix] Fix misprints for lto usage
Vsevolod Stakhov [Thu, 14 Jul 2016 13:34:31 +0000 (14:34 +0100)]
[Fix] Fix misprints for lto usage

8 years ago[Fix] Further fixes for lto and static linking
Vsevolod Stakhov [Thu, 14 Jul 2016 12:57:10 +0000 (13:57 +0100)]
[Fix] Further fixes for lto and static linking

8 years agoRevert "[Fix] PIE is required for static build"
Vsevolod Stakhov [Thu, 14 Jul 2016 12:18:04 +0000 (13:18 +0100)]
Revert "[Fix] PIE is required for static build"

This reverts commit fcea960519650da608d4c3ad1dec784f546eb930.

8 years ago[Fix] PIE is required for static build
Vsevolod Stakhov [Thu, 14 Jul 2016 11:59:37 +0000 (12:59 +0100)]
[Fix] PIE is required for static build

8 years ago[Feature] Use -flto if possible when optimizations are enabled
Vsevolod Stakhov [Thu, 14 Jul 2016 11:54:41 +0000 (12:54 +0100)]
[Feature] Use -flto if possible when optimizations are enabled

8 years ago[Minor] Remove incorrect library linkage
Vsevolod Stakhov [Thu, 14 Jul 2016 11:49:21 +0000 (12:49 +0100)]
[Minor] Remove incorrect library linkage

8 years ago[Minor] Fix errors reporting on learn errors
Vsevolod Stakhov [Thu, 14 Jul 2016 11:29:54 +0000 (12:29 +0100)]
[Minor] Fix errors reporting on learn errors

8 years ago[Fix] Fix timeouts in redis cache processing
Vsevolod Stakhov [Wed, 13 Jul 2016 16:31:14 +0000 (17:31 +0100)]
[Fix] Fix timeouts in redis cache processing

8 years ago[Rework] Rework exceptions and newlines processing
Vsevolod Stakhov [Wed, 13 Jul 2016 16:03:27 +0000 (17:03 +0100)]
[Rework] Rework exceptions and newlines processing

8 years ago[Minor] Do not bother about sign-compare
Vsevolod Stakhov [Wed, 13 Jul 2016 16:03:05 +0000 (17:03 +0100)]
[Minor] Do not bother about sign-compare

8 years ago[Fix] Switch hashes to mumhash
Vsevolod Stakhov [Wed, 13 Jul 2016 16:02:48 +0000 (17:02 +0100)]
[Fix] Switch hashes to mumhash

8 years ago[Fix] Fix processing of <br> and <hr> tags
Vsevolod Stakhov [Wed, 13 Jul 2016 16:02:16 +0000 (17:02 +0100)]
[Fix] Fix processing of <br> and <hr> tags

8 years agoMerge pull request #721 from moisseev/patch-1
Vsevolod Stakhov [Wed, 13 Jul 2016 12:20:39 +0000 (13:20 +0100)]
Merge pull request #721 from moisseev/patch-1

[Minor] Add `lnk` bad extension

8 years ago[Minor] Add `lnk` bad extension 721/head
Alexander Moisseev [Wed, 13 Jul 2016 06:47:54 +0000 (09:47 +0300)]
[Minor] Add `lnk` bad extension

8 years agoMerge pull request #719 from moisseev/x-vcard
Vsevolod Stakhov [Tue, 12 Jul 2016 17:21:16 +0000 (18:21 +0100)]
Merge pull request #719 from moisseev/x-vcard

[Minor] Add text/x-vcard MIME type

8 years agoMerge pull request #718 from moisseev/dblext-options
Vsevolod Stakhov [Tue, 12 Jul 2016 17:21:06 +0000 (18:21 +0100)]
Merge pull request #718 from moisseev/dblext-options

[Minor] Fix MIME_DOUBLE_BAD_EXTENSION options

8 years ago[Feature] Allow to disable composite rules from settings
Vsevolod Stakhov [Tue, 12 Jul 2016 16:36:58 +0000 (17:36 +0100)]
[Feature] Allow to disable composite rules from settings

8 years ago[Fix] Use new postfilters and prefilters API in the plugins
Vsevolod Stakhov [Tue, 12 Jul 2016 16:22:31 +0000 (17:22 +0100)]
[Fix] Use new postfilters and prefilters API in the plugins

8 years ago[Fix] Fix symbols registration and execution
Vsevolod Stakhov [Tue, 12 Jul 2016 16:22:18 +0000 (17:22 +0100)]
[Fix] Fix symbols registration and execution

8 years ago[Fix] Groups are now case insensitive
Vsevolod Stakhov [Tue, 12 Jul 2016 16:06:51 +0000 (17:06 +0100)]
[Fix] Groups are now case insensitive

8 years ago[Minor] Fix wrong log condition
Vsevolod Stakhov [Tue, 12 Jul 2016 16:06:37 +0000 (17:06 +0100)]
[Minor] Fix wrong log condition

8 years ago[Fix] Fix settings application
Vsevolod Stakhov [Tue, 12 Jul 2016 15:39:34 +0000 (16:39 +0100)]
[Fix] Fix settings application

8 years ago[Rework] Rework pre and postfilters system
Vsevolod Stakhov [Tue, 12 Jul 2016 15:32:50 +0000 (16:32 +0100)]
[Rework] Rework pre and postfilters system

8 years ago[Feature] Add content filtering support to multimap
Vsevolod Stakhov [Tue, 12 Jul 2016 13:18:14 +0000 (14:18 +0100)]
[Feature] Add content filtering support to multimap

8 years ago[Feature] Allow to check rspamd_text using maps
Vsevolod Stakhov [Tue, 12 Jul 2016 13:17:58 +0000 (14:17 +0100)]
[Feature] Allow to check rspamd_text using maps

8 years ago[Feature] Add more functions to extract data from text parts
Vsevolod Stakhov [Tue, 12 Jul 2016 13:17:42 +0000 (14:17 +0100)]
[Feature] Add more functions to extract data from text parts

8 years ago[Fix] Adjust MISSING_MIMEOLE score
Vsevolod Stakhov [Tue, 12 Jul 2016 10:37:16 +0000 (11:37 +0100)]
[Fix] Adjust MISSING_MIMEOLE score

8 years ago[Fix] Fix the default symbol names according to metric
Vsevolod Stakhov [Tue, 12 Jul 2016 08:38:00 +0000 (09:38 +0100)]
[Fix] Fix the default symbol names according to metric

8 years ago[Minor] Add text/x-vcard MIME type 719/head
Alexander Moisseev [Tue, 12 Jul 2016 07:35:37 +0000 (10:35 +0300)]
[Minor] Add text/x-vcard MIME type

`text/x-vcard` is deprecated as of vCard version 4.0 specification but still used for previous versions.

8 years ago[Minor] Fix MIME_DOUBLE_BAD_EXTENSION options 718/head
Alexander Moisseev [Tue, 12 Jul 2016 06:55:11 +0000 (09:55 +0300)]
[Minor] Fix MIME_DOUBLE_BAD_EXTENSION options

8 years ago[Fix] Disable all symbols if enable_groups is found in settings
Vsevolod Stakhov [Mon, 11 Jul 2016 18:51:29 +0000 (19:51 +0100)]
[Fix] Disable all symbols if enable_groups is found in settings

8 years ago[Minor] Reduce the default .js multiplier in mime_types
Vsevolod Stakhov [Mon, 11 Jul 2016 16:10:23 +0000 (17:10 +0100)]
[Minor] Reduce the default .js multiplier in mime_types

8 years ago[Fix] Add workaround for hex digits
Vsevolod Stakhov [Mon, 11 Jul 2016 15:58:23 +0000 (16:58 +0100)]
[Fix] Add workaround for hex digits

8 years ago[Minor] Register DKIM sign symbol in metric
Vsevolod Stakhov [Mon, 11 Jul 2016 15:20:21 +0000 (16:20 +0100)]
[Minor] Register DKIM sign symbol in metric

8 years ago[Fix] Add guards for empty parts
Vsevolod Stakhov [Mon, 11 Jul 2016 15:02:41 +0000 (16:02 +0100)]
[Fix] Add guards for empty parts

8 years agoMerge pull request #716 from moisseev/d3evolution
Vsevolod Stakhov [Mon, 11 Jul 2016 14:33:42 +0000 (15:33 +0100)]
Merge pull request #716 from moisseev/d3evolution

[WebUI] Update d3evolution

8 years ago[Feature] Further improvements to chartable module
Vsevolod Stakhov [Mon, 11 Jul 2016 14:32:26 +0000 (15:32 +0100)]
[Feature] Further improvements to chartable module

8 years ago[Rework] Make chartable module useful
Vsevolod Stakhov [Mon, 11 Jul 2016 14:21:57 +0000 (15:21 +0100)]
[Rework] Make chartable module useful

8 years ago[CritFix] Fix decoding of UTF HTML entitles
Vsevolod Stakhov [Mon, 11 Jul 2016 14:20:17 +0000 (15:20 +0100)]
[CritFix] Fix decoding of UTF HTML entitles

8 years ago[Minor] Another fix for shmem detection on build
Vsevolod Stakhov [Mon, 11 Jul 2016 13:25:11 +0000 (14:25 +0100)]
[Minor] Another fix for shmem detection on build

8 years ago[Fix] Another fix for legacy clients
Vsevolod Stakhov [Mon, 11 Jul 2016 13:13:53 +0000 (14:13 +0100)]
[Fix] Another fix for legacy clients