]>
source.dussan.org Git - rspamd.git/log
Vsevolod Stakhov [Mon, 9 Jul 2018 10:14:30 +0000 (11:14 +0100)]
[Fix] Eliminate all specific C plugins pools
Vsevolod Stakhov [Mon, 9 Jul 2018 09:58:44 +0000 (10:58 +0100)]
[Minor] Eliminate dedicated mempool for regexp module
Vsevolod Stakhov [Mon, 9 Jul 2018 09:50:36 +0000 (10:50 +0100)]
[Minor] Fix aligned access
Vsevolod Stakhov [Mon, 9 Jul 2018 09:45:43 +0000 (10:45 +0100)]
[Fix] Fix build where ucontext is defined in ucontext.h
Vsevolod Stakhov [Sun, 8 Jul 2018 18:27:43 +0000 (19:27 +0100)]
Merge pull request #2331 from moisseev/eslint
[WebUI] Minor fixes
Alexander Moisseev [Sun, 8 Jul 2018 09:21:37 +0000 (12:21 +0300)]
[Test] Specify JS Globals
Alexander Moisseev [Sun, 8 Jul 2018 09:19:17 +0000 (12:19 +0300)]
[WebUI] Remove unused variable
Alexander Moisseev [Sun, 8 Jul 2018 09:01:18 +0000 (12:01 +0300)]
[WebUI] Add missed declarations
Alexander Moisseev [Sun, 8 Jul 2018 08:58:27 +0000 (11:58 +0300)]
[WebUI] Fix variable assignment
I think `var full = shrt = "";` is `var full = (shrt = "");` effectively, so `full = true`.
Alexander Moisseev [Sun, 8 Jul 2018 07:47:56 +0000 (10:47 +0300)]
[WebUI] Avoid using "undefined" property
of the global object
Vsevolod Stakhov [Sat, 7 Jul 2018 12:32:32 +0000 (13:32 +0100)]
[Feature] Reuse maps in multimap module more aggressively
Vsevolod Stakhov [Sat, 7 Jul 2018 12:25:53 +0000 (13:25 +0100)]
[Project] Implement HTTP maps caching
Vsevolod Stakhov [Sat, 7 Jul 2018 11:14:21 +0000 (12:14 +0100)]
[Project] Prepare cached map data
Vsevolod Stakhov [Fri, 6 Jul 2018 12:42:04 +0000 (13:42 +0100)]
Merge pull request #2328 from moisseev/patch-1
Update redirectors.inc
Vsevolod Stakhov [Fri, 6 Jul 2018 12:41:53 +0000 (13:41 +0100)]
Merge pull request #2326 from moisseev/eslint
Futher JS code style fixes
Vsevolod Stakhov [Fri, 6 Jul 2018 11:24:54 +0000 (12:24 +0100)]
[Feature] Add more extended statistics about fuzzy updates
Alexander Moisseev [Fri, 6 Jul 2018 10:22:19 +0000 (10:22 +0000)]
Update redirectors.inc
[Minor] Add cp.bitrix.ru to redirectors list
Alexander Moisseev [Fri, 6 Jul 2018 07:42:06 +0000 (10:42 +0300)]
[WebUI] Remove unused variables
Alexander Moisseev [Fri, 6 Jul 2018 06:57:07 +0000 (09:57 +0300)]
[Minor] JS: Remove redundant quotes
around object literal property names
Vsevolod Stakhov [Thu, 5 Jul 2018 16:20:42 +0000 (17:20 +0100)]
[Minor] Fix list op
Vsevolod Stakhov [Thu, 5 Jul 2018 15:04:17 +0000 (16:04 +0100)]
[Fix] Work with broken resolvers in resolv.conf
Vsevolod Stakhov [Thu, 5 Jul 2018 14:36:53 +0000 (15:36 +0100)]
[Fix] Fix DKIM check rule if DNS is unavailable
Vsevolod Stakhov [Thu, 5 Jul 2018 14:23:02 +0000 (15:23 +0100)]
[Minor] Improve symcache debugging
Vsevolod Stakhov [Thu, 5 Jul 2018 12:49:12 +0000 (13:49 +0100)]
[Feature] Add logic to deduplicate updates queue
Vsevolod Stakhov [Thu, 5 Jul 2018 12:07:31 +0000 (13:07 +0100)]
[Project] Add small workaround for sqlite backend
Vsevolod Stakhov [Thu, 5 Jul 2018 11:58:43 +0000 (12:58 +0100)]
[Project] Update Redis backend to support refreshing
Vsevolod Stakhov [Thu, 5 Jul 2018 11:44:56 +0000 (12:44 +0100)]
[Project] Refresh fuzzy hashes when matched
Alexander Moisseev [Thu, 5 Jul 2018 09:16:51 +0000 (12:16 +0300)]
[test] Print current ESLint version
Alexander Moisseev [Thu, 5 Jul 2018 08:55:02 +0000 (11:55 +0300)]
[test] Enforce some linter rules for JS
Vsevolod Stakhov [Thu, 5 Jul 2018 08:36:58 +0000 (09:36 +0100)]
[Minor] Add domains to the list
Alexander Moisseev [Thu, 5 Jul 2018 08:16:49 +0000 (11:16 +0300)]
[Minor] JS: Add space before parentheses
of anonymous functions
Alexander Moisseev [Thu, 5 Jul 2018 08:02:39 +0000 (11:02 +0300)]
[Minor] JS: Align elements
Alexander Moisseev [Thu, 5 Jul 2018 07:51:13 +0000 (10:51 +0300)]
[WebUI] Remove duplicated path from RequireJS config
Alexander Moisseev [Thu, 5 Jul 2018 07:44:04 +0000 (10:44 +0300)]
[Minor] JS: Remove useless escape
Alexander Moisseev [Thu, 5 Jul 2018 07:33:15 +0000 (10:33 +0300)]
[Minor] JS: Remove useless concatenation
Alexander Moisseev [Thu, 5 Jul 2018 07:30:07 +0000 (10:30 +0300)]
[Minor] JS: Simplify conditional
Alexander Moisseev [Thu, 5 Jul 2018 07:20:15 +0000 (10:20 +0300)]
[Minor] JS: Disable "no-alert" rule for a line
Alexander Moisseev [Thu, 5 Jul 2018 07:14:28 +0000 (10:14 +0300)]
[WebUI] Do not accept passwords containing control characters
Alexander Moisseev [Thu, 5 Jul 2018 06:52:23 +0000 (09:52 +0300)]
[Minor] JS: Disable "no-bitwise" rule for specific lines
Alexander Moisseev [Thu, 5 Jul 2018 06:39:23 +0000 (09:39 +0300)]
[Minor] JS: Add missed spaces
Alexander Moisseev [Thu, 5 Jul 2018 06:27:40 +0000 (09:27 +0300)]
[Minor] JS: Move dots to the same lines as the properties
Alexander Moisseev [Thu, 5 Jul 2018 06:02:44 +0000 (09:02 +0300)]
[Minor] JS: Remove extra spaces
Vsevolod Stakhov [Wed, 4 Jul 2018 18:02:57 +0000 (19:02 +0100)]
[Feature] Improve WHITE_ON_WHITE rule
Vsevolod Stakhov [Wed, 4 Jul 2018 18:02:44 +0000 (19:02 +0100)]
[Fix] Fix styles propagation
Vsevolod Stakhov [Wed, 4 Jul 2018 14:51:29 +0000 (15:51 +0100)]
[Feature] Implement fuzzy hashes extraction in mime tool
Vsevolod Stakhov [Wed, 4 Jul 2018 13:56:47 +0000 (14:56 +0100)]
[Minor] Use proper hashing when getting texts fuzzy hash
Vsevolod Stakhov [Wed, 4 Jul 2018 13:50:18 +0000 (14:50 +0100)]
[Feature] Add preliminary function to get fuzzy hashes from text in Lua
Vsevolod Stakhov [Wed, 4 Jul 2018 13:44:04 +0000 (14:44 +0100)]
Merge pull request #2325 from BoresXP/master
Fix redis read_only was incorrectly set to true.
Vsevolod Stakhov [Wed, 4 Jul 2018 12:34:50 +0000 (13:34 +0100)]
Merge pull request #2324 from andy-igoshin/master
domain added
Vsevolod Stakhov [Wed, 4 Jul 2018 12:34:35 +0000 (13:34 +0100)]
Merge pull request #2323 from moisseev/eslint
[Minor] Fix some JS code style issues
Vsevolod Stakhov [Wed, 4 Jul 2018 12:34:17 +0000 (13:34 +0100)]
Merge pull request #2322 from moisseev/ci
[Test] Add JavaScript linting
Vsevolod Stakhov [Wed, 4 Jul 2018 12:26:29 +0000 (13:26 +0100)]
[Fix] Fix messages quarantine
Vsevolod Stakhov [Wed, 4 Jul 2018 11:59:41 +0000 (12:59 +0100)]
[Fix] Avoid race condition in skip map as pool lifetime is not enough
Alexander Moisseev [Wed, 4 Jul 2018 10:16:24 +0000 (13:16 +0300)]
[Minor] JS: Add spaces at comments start
Alexander Moisseev [Wed, 4 Jul 2018 09:58:28 +0000 (12:58 +0300)]
[Minor] JS: Add spaces at blocks edges
Alexander Moisseev [Wed, 4 Jul 2018 09:47:17 +0000 (12:47 +0300)]
[Minor] JS: Add missing spaces before block brackets
Alexander Moisseev [Wed, 4 Jul 2018 09:39:58 +0000 (12:39 +0300)]
[Minor] JS: Fix indentation
Alexander Moisseev [Wed, 4 Jul 2018 09:35:22 +0000 (12:35 +0300)]
[Minor] JS: Remove spaces inside object's curly braces
Alexander Moisseev [Wed, 4 Jul 2018 09:23:41 +0000 (12:23 +0300)]
[Minor] JS: Remove spaces inside array brackets
Boris Gulay [Wed, 4 Jul 2018 09:04:34 +0000 (12:04 +0300)]
Fix redis read_only was incorrectly set to true.
We should use local variables in this check because result['xxx'] are assigned later.
Alexander Moisseev [Wed, 4 Jul 2018 08:50:25 +0000 (11:50 +0300)]
[Minor] JS: Remove trailing spaces
Alexander Moisseev [Wed, 4 Jul 2018 08:16:02 +0000 (11:16 +0300)]
[Minor] JS: Replace tabs with spaces in indentation
Alexander Moisseev [Wed, 4 Jul 2018 08:05:21 +0000 (11:05 +0300)]
[Minor] JS: Add spaces after commas
Vsevolod Stakhov [Tue, 3 Jul 2018 17:49:14 +0000 (18:49 +0100)]
[Minor] Initial implementation of fuzzy hashes extraction tool
Andrey Igoshin [Tue, 3 Jul 2018 15:19:09 +0000 (18:19 +0300)]
domain added
Vsevolod Stakhov [Tue, 3 Jul 2018 12:59:14 +0000 (13:59 +0100)]
[Test] Add received headers parsing unit tests
Vsevolod Stakhov [Tue, 3 Jul 2018 12:58:49 +0000 (13:58 +0100)]
[Minor] Reduce speed test cycles in unit tests
Vsevolod Stakhov [Tue, 3 Jul 2018 12:00:42 +0000 (13:00 +0100)]
[Feature] Add more non-conformant Received headers support
Received: from xx (1.1.2.2) by
YYY.COM (xx:xx:xx:xx) with
Microsoft SMTP Server (version=TLS1_2,
cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 1.2.5.1; Wed, 7
Mar 2018 23:13:02 +0000
Vsevolod Stakhov [Tue, 3 Jul 2018 11:39:43 +0000 (12:39 +0100)]
[Fix] Fix specific urls extraction
Alexander Moisseev [Tue, 3 Jul 2018 10:34:38 +0000 (13:34 +0300)]
[Minor] JS: Add missed semicolons
Vsevolod Stakhov [Tue, 3 Jul 2018 10:16:01 +0000 (11:16 +0100)]
[Minor] Fix rspamadm confighelp with arguments
Alexander Moisseev [Tue, 3 Jul 2018 09:20:51 +0000 (12:20 +0300)]
[Minor] JS: Use consistent indentation
Alexander Moisseev [Tue, 3 Jul 2018 09:13:39 +0000 (12:13 +0300)]
[Minor] JS: Use double quotes wherever possible
Alexander Moisseev [Tue, 3 Jul 2018 08:24:40 +0000 (11:24 +0300)]
[Test] Add JavaScript linting
Vsevolod Stakhov [Mon, 2 Jul 2018 16:52:09 +0000 (17:52 +0100)]
[Fix] Fix crash in base url handling
Vsevolod Stakhov [Mon, 2 Jul 2018 15:00:54 +0000 (16:00 +0100)]
[Feature] Allow to configure AV module rejection message
Issue: #2313
Vsevolod Stakhov [Mon, 2 Jul 2018 14:36:27 +0000 (15:36 +0100)]
[Minor] Update version to 1.7.8
Vsevolod Stakhov [Mon, 2 Jul 2018 14:23:22 +0000 (15:23 +0100)]
Release 1.7.7
* [CritFix] Check NM part of pubkey to match it with rotating keypairs
* [CritFix] Do not overwrite PID of the main process
* [CritFix] Fix maps after reload
* [CritFix] Fix maps race conditions on reload
* [CritFix] Fix shmem leak in encrypting proxy mode
* [Feature] Add a concept of ignored symbols to avoid race conditions
* [Feature] Add ability to print bayes tokens in rspamadm mime
* [Feature] Add method to get statistical tokens in Lua API
* [Feature] Add preliminary mime stat command
* [Feature] Add rspamadm mime tool
* [Feature] Add urls extraction tool
* [Feature] Address ZeroFont exploit
* [Feature] Allow rspamadm mime to process multiple files
* [Feature] Allow to extract words in `rspamadm mime`
* [Feature] Allow to print mime part data
* [Feature] Allow to show HTML structure on extraction
* [Feature] Distinguish IP failures from connection failures
* [Feature] Improve output for mime command
* [Feature] Improve styles propagation
* [Feature] Main process crash will now cleanup all children
* [Feature] Preload file and static maps in main process
* [Feature] Print stack trace on crash
* [Feature] Process font size in HTML parser
* [Feature] Propagate content length of invisible tags
* [Feature] Read ordinary file maps in chunks to be more safe on rewrites
* [Feature] Support base tag in HTML
* [Feature] Support more size suffixes when parsing HTML styles
* [Feature] Support opacity style
* [Fix] Another fix for nested composites
* [Fix] Fill nm id in keypairs cache code
* [Fix] Fix colors alpha channel handling
* [Fix] Fix destruction logic
* [Fix] Fix double free
* [Fix] Fix maps preload logic
* [Fix] Fix nested composites process
* [Fix] Fix proxying of Exim connections
* [Fix] Fix reload crash
* [Fix] Fix rspamadm -l command
* [Fix] Update
ed25519 signing schema
* [WebUI] Stop using "const" declaration
* [WebUI] Update RequireJS to 2.3.5
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Vsevolod Stakhov [Mon, 2 Jul 2018 14:04:10 +0000 (15:04 +0100)]
[Minor] Allow to restore the previous behaviour in asn module
Vsevolod Stakhov [Mon, 2 Jul 2018 12:26:10 +0000 (13:26 +0100)]
Merge pull request #2310 from andy-igoshin/master
domain added
Vsevolod Stakhov [Mon, 2 Jul 2018 12:25:59 +0000 (13:25 +0100)]
Merge pull request #2319 from moisseev/const
[WebUI] Stop using "const" declaration
Vsevolod Stakhov [Mon, 2 Jul 2018 12:25:43 +0000 (13:25 +0100)]
Merge pull request #2318 from moisseev/require
[WebUI] Update RequireJS to 2.3.5
Vsevolod Stakhov [Mon, 2 Jul 2018 11:30:08 +0000 (12:30 +0100)]
[Feature] Distinguish IP failures from connection failures
Vsevolod Stakhov [Mon, 2 Jul 2018 10:59:00 +0000 (11:59 +0100)]
[Minor] Fix build with gcc 4.2
Issue: #2317
Closes: #2317
Alexander Moisseev [Mon, 2 Jul 2018 10:26:52 +0000 (13:26 +0300)]
[WebUI] Stop using "const" declaration
as it is not compatible with ES5
Alexander Moisseev [Mon, 2 Jul 2018 08:32:42 +0000 (11:32 +0300)]
[WebUI] Update RequireJS to 2.3.5
Vsevolod Stakhov [Sat, 30 Jun 2018 18:56:17 +0000 (19:56 +0100)]
[Minor] Skip ASN checks for local IPs
Vsevolod Stakhov [Fri, 29 Jun 2018 11:58:54 +0000 (12:58 +0100)]
[Minor] Add alias for libunwind to deal with debian stupidity
Vsevolod Stakhov [Fri, 29 Jun 2018 11:34:46 +0000 (12:34 +0100)]
[Fix] Fix reload crash
Vsevolod Stakhov [Fri, 29 Jun 2018 10:56:44 +0000 (11:56 +0100)]
[Fix] Fill nm id in keypairs cache code
Vsevolod Stakhov [Fri, 29 Jun 2018 10:53:06 +0000 (11:53 +0100)]
[CritFix] Do not overwrite PID of the main process
Vsevolod Stakhov [Fri, 29 Jun 2018 10:24:43 +0000 (11:24 +0100)]
[CritFix] Check NM part of pubkey to match it with rotating keypairs
Vsevolod Stakhov [Fri, 29 Jun 2018 09:17:11 +0000 (10:17 +0100)]
[Minor] Enable libunwind in packages
Vsevolod Stakhov [Thu, 28 Jun 2018 16:24:09 +0000 (17:24 +0100)]
[Fix] Fix maps preload logic
Vsevolod Stakhov [Thu, 28 Jun 2018 10:05:40 +0000 (11:05 +0100)]
[CritFix] Fix shmem leak in encrypting proxy mode
Vsevolod Stakhov [Wed, 27 Jun 2018 11:05:44 +0000 (12:05 +0100)]
[Minor] Release backends more lately
Vsevolod Stakhov [Tue, 26 Jun 2018 22:56:55 +0000 (23:56 +0100)]
[Minor] Fix gtube detection if nothing else is presented
Vsevolod Stakhov [Tue, 26 Jun 2018 16:42:21 +0000 (17:42 +0100)]
[Test] Remove delay
Vsevolod Stakhov [Tue, 26 Jun 2018 15:36:36 +0000 (16:36 +0100)]
[Feature] Preload file and static maps in main process
Andrey Igoshin [Tue, 26 Jun 2018 14:05:02 +0000 (17:05 +0300)]
domain added