]>
source.dussan.org Git - rspamd.git/log
Vsevolod Stakhov [Sat, 14 Jul 2018 18:35:35 +0000 (19:35 +0100)]
[Feature] Check attachments only on AV scanners in attachments_only mode
Vsevolod Stakhov [Sat, 14 Jul 2018 14:03:36 +0000 (15:03 +0100)]
[Minor] Fix types
Vsevolod Stakhov [Sat, 14 Jul 2018 09:37:28 +0000 (10:37 +0100)]
[Minor] Fix custom keyword parsing
Vsevolod Stakhov [Fri, 13 Jul 2018 21:47:27 +0000 (22:47 +0100)]
[Minor] Fix custom keywords initialisation
Vsevolod Stakhov [Fri, 13 Jul 2018 17:18:32 +0000 (18:18 +0100)]
[Conf] Add RBL_VIRUSFREE RBL
Vsevolod Stakhov [Fri, 13 Jul 2018 17:04:29 +0000 (18:04 +0100)]
[Minor] Fix comments
Vsevolod Stakhov [Fri, 13 Jul 2018 16:26:33 +0000 (17:26 +0100)]
Merge pull request #2339 from moisseev/eslint
[WebUI] Avoid unused indexes
Vsevolod Stakhov [Fri, 13 Jul 2018 16:23:23 +0000 (17:23 +0100)]
[Project] Restore custom keywords in ratelimit and fix issues
Vsevolod Stakhov [Fri, 13 Jul 2018 14:36:41 +0000 (15:36 +0100)]
[Project] Allow per bucket multipliers
Vsevolod Stakhov [Fri, 13 Jul 2018 14:22:55 +0000 (15:22 +0100)]
[Project] Rework ratelimits configuration
Alexander Moisseev [Fri, 13 Jul 2018 09:56:06 +0000 (12:56 +0300)]
[WebUI] Avoid unused indexes
Vsevolod Stakhov [Thu, 12 Jul 2018 20:47:25 +0000 (21:47 +0100)]
Merge pull request #2338 from oxpa/master
[Fix] email address parsing: ebraces should increase till equals obraces
Igor Ippolitov [Thu, 12 Jul 2018 13:32:51 +0000 (16:32 +0300)]
fix email address parsing: ebraces should increase till matched with obraces
Vsevolod Stakhov [Thu, 12 Jul 2018 12:08:34 +0000 (13:08 +0100)]
[Minor] Update version to 1.7.9
Vsevolod Stakhov [Thu, 12 Jul 2018 12:07:25 +0000 (13:07 +0100)]
Release 1.7.8
* [Feature] Add more extended statistics about fuzzy updates
* [Feature] Add more non-conformant Received headers support
* [Feature] Add preliminary function to get fuzzy hashes from text in Lua
* [Feature] Allow to configure AV module rejection message
* [Feature] Implement fuzzy hashes extraction in mime tool
* [Feature] Improve WHITE_ON_WHITE rule
* [Feature] Improve integer -> string conversion
* [Feature] Reuse maps in multimap module more aggressively
* [Fix] Avoid race condition in skip map as pool lifetime is not enough
* [Fix] Eliminate all specific C plugins pools
* [Fix] Fix DKIM check rule if DNS is unavailable
* [Fix] Fix build where ucontext is defined in ucontext.h
* [Fix] Fix crash in base url handling
* [Fix] Fix descriptors leak in sqlite3 locking code
* [Fix] Fix messages quarantine
* [Fix] Fix padded numbers printing
* [Fix] Fix race condition on maps reinit
* [Fix] Fix regexp functions when no data is passed
* [Fix] Fix specific urls extraction
* [Fix] Fix styles propagation
* [Fix] Improve resetting of the limit buckets
* [Fix] Initialize sqlite3 properly
* [Fix] Work with broken resolvers in resolv.conf
* [Project] Implement HTTP maps caching
* [Project] Refresh fuzzy hashes when matched
* [Project] Add logic to deduplicate fuzzy updates queue
* [WebUI] Add missed declarations
* [WebUI] Avoid using "undefined" property
* [WebUI] Do not accept passwords containing control characters
* [WebUI] Do not redeclare variables
* [WebUI] Enable strict mode,
* [WebUI] Fix variable assignment
* [WebUI] Initialize variables at declaration
* [WebUI] Remove duplicated path from RequireJS config
* [WebUI] Remove unused block
* [WebUI] Remove unused variable
* [WebUI] Remove unused variables
* [WebUI] Use self-explanatory notation
* [WebUI] Use type-safe equality operators
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Vsevolod Stakhov [Thu, 12 Jul 2018 11:51:07 +0000 (12:51 +0100)]
Merge pull request #2335 from moisseev/patch-1
[Minor] Update redirectors.inc
Vsevolod Stakhov [Thu, 12 Jul 2018 11:50:54 +0000 (12:50 +0100)]
Merge pull request #2336 from moisseev/eslint
[WebUI] Enable strict mode,
Alexander Moisseev [Thu, 12 Jul 2018 09:49:21 +0000 (12:49 +0300)]
[WebUI] Enable strict mode,
rename `interface` oblect as it is a reserved keyword,
declare $span and $tbody variables
Alexander Moisseev [Thu, 12 Jul 2018 07:24:06 +0000 (07:24 +0000)]
[Minor] Update redirectors.inc
Vsevolod Stakhov [Wed, 11 Jul 2018 20:29:16 +0000 (21:29 +0100)]
[Minor] Avoid pre-result overriding
Vsevolod Stakhov [Wed, 11 Jul 2018 20:21:41 +0000 (21:21 +0100)]
[Minor] Allow to check if we have set some pre-result
Vsevolod Stakhov [Wed, 11 Jul 2018 08:58:57 +0000 (09:58 +0100)]
Merge pull request #2334 from moisseev/eslint
[WebUI] Minor fixes
Alexander Moisseev [Wed, 11 Jul 2018 08:49:55 +0000 (11:49 +0300)]
[WebUI] Remove unused block
Alexander Moisseev [Wed, 11 Jul 2018 08:47:31 +0000 (11:47 +0300)]
[WebUI] Initialize variables at declaration
Alexander Moisseev [Wed, 11 Jul 2018 08:13:40 +0000 (11:13 +0300)]
[WebUI] Do not redeclare variables
Alexander Moisseev [Wed, 11 Jul 2018 07:44:27 +0000 (10:44 +0300)]
[WebUI] Use self-explanatory notation
for type conversion
Alexander Moisseev [Wed, 11 Jul 2018 07:36:59 +0000 (10:36 +0300)]
[WebUI] Use type-safe equality operators
Vsevolod Stakhov [Tue, 10 Jul 2018 15:29:08 +0000 (16:29 +0100)]
[Fix] Fix regexp functions when no data is passed
Vsevolod Stakhov [Tue, 10 Jul 2018 13:13:21 +0000 (14:13 +0100)]
[Minor] Redis support is now unconditional
Vsevolod Stakhov [Tue, 10 Jul 2018 12:46:54 +0000 (13:46 +0100)]
[Fix] Fix race condition on maps reinit
Vsevolod Stakhov [Tue, 10 Jul 2018 12:46:36 +0000 (13:46 +0100)]
[Minor] Do not print pointer if successfully converted UD to a string
Vsevolod Stakhov [Tue, 10 Jul 2018 12:46:17 +0000 (13:46 +0100)]
[Fix] Fix descriptors leak in sqlite3 locking code
Vsevolod Stakhov [Tue, 10 Jul 2018 12:45:58 +0000 (13:45 +0100)]
[Fix] Initialize sqlite3 properly
Vsevolod Stakhov [Tue, 10 Jul 2018 11:56:55 +0000 (12:56 +0100)]
[Fix] Fix padded numbers printing
Vsevolod Stakhov [Mon, 9 Jul 2018 16:51:41 +0000 (17:51 +0100)]
[Minor] Cleanup, use __builtin_clz, mention algorithm source
Vsevolod Stakhov [Mon, 9 Jul 2018 16:46:13 +0000 (17:46 +0100)]
[Feature] Improve integer -> string conversion
Vsevolod Stakhov [Mon, 9 Jul 2018 13:56:54 +0000 (14:56 +0100)]
[Fix] Improve resetting of the limit buckets
Vsevolod Stakhov [Mon, 9 Jul 2018 13:40:21 +0000 (14:40 +0100)]
[Minor] Count a new message when checking ratelimit burst
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