]> source.dussan.org Git - rspamd.git/log
rspamd.git
2 years ago[Minor] Reputation: Another try to fix split_symbols
Vsevolod Stakhov [Wed, 18 May 2022 19:43:44 +0000 (20:43 +0100)]
[Minor] Reputation: Another try to fix split_symbols

2 years ago[Minor] Lua_config: Add routine to extract the specific symbol's configuration
Vsevolod Stakhov [Wed, 18 May 2022 19:23:15 +0000 (20:23 +0100)]
[Minor] Lua_config: Add routine to extract the specific symbol's configuration

2 years ago[Minor] Reputation: Try to fix `split_symbol` default logic
Vsevolod Stakhov [Tue, 17 May 2022 20:30:55 +0000 (21:30 +0100)]
[Minor] Reputation: Try to fix `split_symbol` default logic

2 years ago[Minor] Fix build with LibreSSL 3.5+
Vsevolod Stakhov [Mon, 16 May 2022 22:24:08 +0000 (23:24 +0100)]
[Minor] Fix build with LibreSSL 3.5+

Submitted by: Bernard Spil

2 years ago[Rework] Augmentations can now imply flags
Vsevolod Stakhov [Sun, 15 May 2022 12:08:47 +0000 (13:08 +0100)]
[Rework] Augmentations can now imply flags

2 years ago[Minor] Implement bits printing for numbers
Vsevolod Stakhov [Sun, 15 May 2022 12:08:33 +0000 (13:08 +0100)]
[Minor] Implement bits printing for numbers

2 years ago[Minor] Various improvements into the toolset detection scripts
Vsevolod Stakhov [Sun, 15 May 2022 11:43:20 +0000 (12:43 +0100)]
[Minor] Various improvements into the toolset detection scripts

2 years ago[Fix] Fix ordering when sorting symcache
Vsevolod Stakhov [Sat, 14 May 2022 19:15:48 +0000 (20:15 +0100)]
[Fix] Fix ordering when sorting symcache

2 years ago[Test] Add testing for the augmentations logic
Vsevolod Stakhov [Sat, 14 May 2022 13:52:08 +0000 (14:52 +0100)]
[Test] Add testing for the augmentations logic

2 years ago[Rework] Multimap: Avoid prefilters usage where augmentations can be used
Vsevolod Stakhov [Sat, 14 May 2022 13:38:37 +0000 (14:38 +0100)]
[Rework] Multimap: Avoid prefilters usage where augmentations can be used

2 years ago[Minor] Oops, fix table iteration
Vsevolod Stakhov [Sat, 14 May 2022 13:38:25 +0000 (14:38 +0100)]
[Minor] Oops, fix table iteration

2 years ago[Minor] Force_actions: Fix logic of the module with the modified symcache
Vsevolod Stakhov [Sat, 14 May 2022 12:47:55 +0000 (13:47 +0100)]
[Minor] Force_actions: Fix logic of the module with the modified symcache

2 years ago[Minor] Symcache: Stop on non least passthrough results
Vsevolod Stakhov [Sat, 14 May 2022 12:41:45 +0000 (13:41 +0100)]
[Minor] Symcache: Stop on non least passthrough results

2 years ago[Minor] Fix types
Vsevolod Stakhov [Sat, 14 May 2022 12:22:12 +0000 (13:22 +0100)]
[Minor] Fix types

2 years ago[Feature] Allow augmentations set in Lua API
Vsevolod Stakhov [Sat, 14 May 2022 12:20:44 +0000 (13:20 +0100)]
[Feature] Allow augmentations set in Lua API

2 years ago[Feature] Implement symbols augmentations
Vsevolod Stakhov [Sat, 14 May 2022 12:05:14 +0000 (13:05 +0100)]
[Feature] Implement symbols augmentations

2 years ago[Minor] Composites companion
Vsevolod Stakhov [Sat, 14 May 2022 11:30:12 +0000 (12:30 +0100)]
[Minor] Composites companion

2 years ago[Minor] Move common hashing utils to a separate util header
Vsevolod Stakhov [Sat, 14 May 2022 11:29:48 +0000 (12:29 +0100)]
[Minor] Move common hashing utils to a separate util header

2 years ago[Minor] Improve logging in lambdas
Vsevolod Stakhov [Sat, 14 May 2022 11:07:03 +0000 (12:07 +0100)]
[Minor] Improve logging in lambdas

2 years ago[Minor] Fix some misuse cases
Vsevolod Stakhov [Fri, 13 May 2022 21:11:27 +0000 (22:11 +0100)]
[Minor] Fix some misuse cases

2 years ago[Rework] Simplify scores check and extend it to pre/post filters
Vsevolod Stakhov [Fri, 13 May 2022 20:20:20 +0000 (21:20 +0100)]
[Rework] Simplify scores check and extend it to pre/post filters

2 years ago[Minor] Remove useless check
Vsevolod Stakhov [Fri, 13 May 2022 19:38:14 +0000 (20:38 +0100)]
[Minor] Remove useless check

2 years ago[Minor] Add diacritics flag for `de` language
Vsevolod Stakhov [Thu, 12 May 2022 20:00:12 +0000 (21:00 +0100)]
[Minor] Add diacritics flag for `de` language

Reported by: @fatalbanana

2 years ago[Fix] Distinguish dynamic and static items
Vsevolod Stakhov [Wed, 11 May 2022 21:06:09 +0000 (22:06 +0100)]
[Fix] Distinguish dynamic and static items

2 years ago[Test] Compare lists sorted...
Vsevolod Stakhov [Tue, 10 May 2022 22:17:11 +0000 (23:17 +0100)]
[Test] Compare lists sorted...

2 years ago[Rework] Use dynamic items in the callbacks
Vsevolod Stakhov [Mon, 9 May 2022 20:32:35 +0000 (21:32 +0100)]
[Rework] Use dynamic items in the callbacks

2 years ago[Rework] Use dynamic items for calling callbacks
Vsevolod Stakhov [Mon, 9 May 2022 20:25:23 +0000 (21:25 +0100)]
[Rework] Use dynamic items for calling callbacks

It is trivial to get a static item by dynamic item by just subtracting
pointers. So there is no need in other complications.

2 years ago[Fix] Zstd: Fix compression with the new Zstd API
Vsevolod Stakhov [Sun, 8 May 2022 11:19:47 +0000 (12:19 +0100)]
[Fix] Zstd: Fix compression with the new Zstd API

Issue: #4140

2 years ago[Fix] Dmarc report: Use local timezone instead of GMT
Vsevolod Stakhov [Sun, 8 May 2022 11:09:52 +0000 (12:09 +0100)]
[Fix] Dmarc report: Use local timezone instead of GMT

2 years ago[Minor] Some optimization
Vsevolod Stakhov [Sun, 8 May 2022 11:06:42 +0000 (12:06 +0100)]
[Minor] Some optimization

2 years agoMerge pull request #4168 from msuslu/master
Vsevolod Stakhov [Sun, 8 May 2022 11:01:26 +0000 (12:01 +0100)]
Merge pull request #4168 from msuslu/master

fix missing preprocessor macro for SSSE3 support

2 years ago[Minor] Sigh: add more tolerance to shit that can be passed to symcache API
Vsevolod Stakhov [Sat, 7 May 2022 14:54:02 +0000 (15:54 +0100)]
[Minor] Sigh: add more tolerance to shit that can be passed to symcache API

2 years ago[Minor] Replace some of macro uses
Vsevolod Stakhov [Sat, 7 May 2022 14:31:17 +0000 (15:31 +0100)]
[Minor] Replace some of macro uses

2 years ago[Minor] Add hack to allow empty cache runtime for learning
Vsevolod Stakhov [Sat, 7 May 2022 13:59:38 +0000 (14:59 +0100)]
[Minor] Add hack to allow empty cache runtime for learning

2 years ago[Minor] Maillist: Fix checks logic
Vsevolod Stakhov [Sat, 7 May 2022 13:40:58 +0000 (14:40 +0100)]
[Minor] Maillist: Fix checks logic

2 years ago[Minor] Exclude non-filters on filters stage
Vsevolod Stakhov [Sat, 7 May 2022 13:32:01 +0000 (14:32 +0100)]
[Minor] Exclude non-filters on filters stage

2 years ago[Minor] Fix composites processing
Vsevolod Stakhov [Sat, 7 May 2022 12:49:08 +0000 (13:49 +0100)]
[Minor] Fix composites processing

2 years ago[Minor] Fix filters processing
Vsevolod Stakhov [Sat, 7 May 2022 12:33:35 +0000 (13:33 +0100)]
[Minor] Fix filters processing

2 years ago[Minor] Fix conditions operations
Vsevolod Stakhov [Sat, 7 May 2022 12:09:42 +0000 (13:09 +0100)]
[Minor] Fix conditions operations

2 years ago[Minor] Fix crashes on null symbols
Vsevolod Stakhov [Sat, 7 May 2022 11:18:30 +0000 (12:18 +0100)]
[Minor] Fix crashes on null symbols

2 years ago[Minor] Fix logic
Vsevolod Stakhov [Fri, 6 May 2022 15:43:14 +0000 (16:43 +0100)]
[Minor] Fix logic

2 years agoMerge pull request #4166 from lucasRolff/master
Vsevolod Stakhov [Thu, 5 May 2022 21:53:21 +0000 (22:53 +0100)]
Merge pull request #4166 from lucasRolff/master

[Minor] Add scan_time and hostname to metadata_exporter

2 years ago[Minor] Some symcache neats
Vsevolod Stakhov [Thu, 5 May 2022 21:11:36 +0000 (22:11 +0100)]
[Minor] Some symcache neats

2 years agoMerge branch 'rspamd:master' into master 4168/head
Mehmet Suslu [Thu, 5 May 2022 13:32:45 +0000 (16:32 +0300)]
Merge branch 'rspamd:master' into master

2 years ago[Project] Symcache: Use ordered filters to avoid extra lookups
Vsevolod Stakhov [Wed, 4 May 2022 20:49:22 +0000 (21:49 +0100)]
[Project] Symcache: Use ordered filters to avoid extra lookups

2 years ago[Minor] Add enumerate helper
Vsevolod Stakhov [Wed, 4 May 2022 20:24:06 +0000 (21:24 +0100)]
[Minor] Add enumerate helper

2 years ago[Fix] Fix dependencies propagation
Vsevolod Stakhov [Tue, 3 May 2022 19:33:56 +0000 (20:33 +0100)]
[Fix] Fix dependencies propagation

2 years ago[Minor] Fix format string
Vsevolod Stakhov [Tue, 3 May 2022 18:59:23 +0000 (19:59 +0100)]
[Minor] Fix format string

2 years ago[Minor] Add scan_time and hostname to metadata_exporter 4166/head
Lucas Rolff [Mon, 2 May 2022 20:40:13 +0000 (22:40 +0200)]
[Minor] Add scan_time and hostname to metadata_exporter

2 years ago[Minor] Fix empty cache filename case
Vsevolod Stakhov [Mon, 2 May 2022 19:13:56 +0000 (20:13 +0100)]
[Minor] Fix empty cache filename case

2 years ago[Minor] Set default hs_cache_dir
Vsevolod Stakhov [Mon, 2 May 2022 19:12:27 +0000 (20:12 +0100)]
[Minor] Set default hs_cache_dir

2 years ago[Minor] Handle unexpected cases
Vsevolod Stakhov [Mon, 2 May 2022 19:08:22 +0000 (20:08 +0100)]
[Minor] Handle unexpected cases

2 years ago[Minor] Improve test stability
Vsevolod Stakhov [Sun, 1 May 2022 18:47:18 +0000 (19:47 +0100)]
[Minor] Improve test stability

2 years ago[Fix] Fix various symcache issues
Vsevolod Stakhov [Sun, 1 May 2022 12:58:18 +0000 (13:58 +0100)]
[Fix] Fix various symcache issues

2 years ago[Minor] Another attempt to distinguish normal and virtual symbols
Vsevolod Stakhov [Sun, 1 May 2022 12:02:48 +0000 (13:02 +0100)]
[Minor] Another attempt to distinguish normal and virtual symbols

2 years ago[Minor] Some more fixes
Vsevolod Stakhov [Sun, 1 May 2022 11:56:01 +0000 (12:56 +0100)]
[Minor] Some more fixes

2 years ago[Minor] Idempotent != postfilter, wtf
Vsevolod Stakhov [Sun, 1 May 2022 11:42:41 +0000 (12:42 +0100)]
[Minor] Idempotent != postfilter, wtf

2 years ago[Minor] Fix flags bitops
Vsevolod Stakhov [Sun, 1 May 2022 11:42:10 +0000 (12:42 +0100)]
[Minor] Fix flags bitops

2 years ago[Minor] Fix RAII locked file
Vsevolod Stakhov [Sun, 1 May 2022 11:34:56 +0000 (12:34 +0100)]
[Minor] Fix RAII locked file

2 years ago[Minor] Remove useless comparision
Vsevolod Stakhov [Sun, 1 May 2022 11:34:27 +0000 (12:34 +0100)]
[Minor] Remove useless comparision

2 years agoMerge pull request #4130 from rspamd/rework-symcache
Vsevolod Stakhov [Sat, 30 Apr 2022 19:18:04 +0000 (20:18 +0100)]
Merge pull request #4130 from rspamd/rework-symcache

[Project] Rework symcache

This is a complete rework and redesign of the symbols cache structures rewritten in C++ and cleared up from lot's of legacy stuff.

2 years ago[Minor] Another compilers firefighting rework-symcache 4130/head
Vsevolod Stakhov [Sat, 30 Apr 2022 19:05:49 +0000 (20:05 +0100)]
[Minor] Another compilers firefighting

2 years ago[Minor] Fix `isnan` invocation
Vsevolod Stakhov [Sat, 30 Apr 2022 19:00:53 +0000 (20:00 +0100)]
[Minor] Fix `isnan` invocation

2 years ago[Project] Remove old code (finally)
Vsevolod Stakhov [Sat, 30 Apr 2022 18:58:37 +0000 (19:58 +0100)]
[Project] Remove old code (finally)

2 years ago[Project] Implement item finalization
Vsevolod Stakhov [Sat, 30 Apr 2022 18:57:35 +0000 (19:57 +0100)]
[Project] Implement item finalization

2 years agoMerge branch 'master' into rework-symcache
Vsevolod Stakhov [Sat, 30 Apr 2022 18:57:24 +0000 (19:57 +0100)]
Merge branch 'master' into rework-symcache

2 years ago[Minor] Fix some minor issues
Vsevolod Stakhov [Sat, 30 Apr 2022 18:28:13 +0000 (19:28 +0100)]
[Minor] Fix some minor issues

2 years ago[Project] Add symbols processing methods
Vsevolod Stakhov [Sat, 30 Apr 2022 18:26:28 +0000 (19:26 +0100)]
[Project] Add symbols processing methods

2 years ago[Project] Rework symbols execution
Vsevolod Stakhov [Sat, 30 Apr 2022 17:42:57 +0000 (18:42 +0100)]
[Project] Rework symbols execution

2 years ago[Minor] Add likely/unlikely when checking task flags
Vsevolod Stakhov [Sat, 30 Apr 2022 12:46:54 +0000 (13:46 +0100)]
[Minor] Add likely/unlikely when checking task flags

2 years ago[Project] Implement more methods
Vsevolod Stakhov [Sat, 30 Apr 2022 12:42:38 +0000 (13:42 +0100)]
[Project] Implement more methods

2 years ago[Project] Implement dynamic items lookup and processing
Vsevolod Stakhov [Sat, 30 Apr 2022 12:14:25 +0000 (13:14 +0100)]
[Project] Implement dynamic items lookup and processing

2 years ago[Project] Move some more methods
Vsevolod Stakhov [Sat, 30 Apr 2022 11:24:55 +0000 (12:24 +0100)]
[Project] Move some more methods

2 years ago[Minor] Add one more header to the list check function + rework
Vsevolod Stakhov [Fri, 29 Apr 2022 20:13:09 +0000 (21:13 +0100)]
[Minor] Add one more header to the list check function + rework

Issue: #4132

2 years ago[Minor] Update fmt to 8.1.1
Vsevolod Stakhov [Thu, 28 Apr 2022 19:18:57 +0000 (20:18 +0100)]
[Minor] Update fmt to 8.1.1

Issue: #4162

2 years ago[Minor] Arc: Fix method usage
Vsevolod Stakhov [Tue, 26 Apr 2022 19:36:02 +0000 (20:36 +0100)]
[Minor] Arc: Fix method usage

2 years agoMerge pull request #4160 from moisseev/webui
Vsevolod Stakhov [Tue, 26 Apr 2022 19:04:01 +0000 (20:04 +0100)]
Merge pull request #4160 from moisseev/webui

[WebUI] Learn a random server of "All SERVERS"

2 years ago[WebUI] Learn a random server of "All SERVERS" 4160/head
moisseev [Tue, 26 Apr 2022 17:29:39 +0000 (20:29 +0300)]
[WebUI] Learn a random server of "All SERVERS"

Issue: #4157

2 years ago[Minor] Do not add stats for invalid requests
Vsevolod Stakhov [Mon, 25 Apr 2022 20:33:14 +0000 (21:33 +0100)]
[Minor] Do not add stats for invalid requests

2 years ago[Fix] Properly set `Host` in rspamd_proxy
Vsevolod Stakhov [Mon, 25 Apr 2022 20:30:23 +0000 (21:30 +0100)]
[Fix] Properly set `Host` in rspamd_proxy

2 years ago[Project] More methods
Vsevolod Stakhov [Sun, 24 Apr 2022 11:58:02 +0000 (12:58 +0100)]
[Project] More methods

2 years ago[Project] Few more methods
Vsevolod Stakhov [Sun, 24 Apr 2022 11:42:13 +0000 (12:42 +0100)]
[Project] Few more methods

2 years ago[Project] Implement some conditions checks
Vsevolod Stakhov [Sun, 24 Apr 2022 10:59:00 +0000 (11:59 +0100)]
[Project] Implement some conditions checks

2 years ago[Project] Further efforts to make a more consistent architecture
Vsevolod Stakhov [Sat, 23 Apr 2022 19:02:25 +0000 (20:02 +0100)]
[Project] Further efforts to make a more consistent architecture

2 years ago[Rework] Further steps
Vsevolod Stakhov [Sat, 23 Apr 2022 13:35:39 +0000 (14:35 +0100)]
[Rework] Further steps

2 years ago[Project] Implement settings processing + some neats
Vsevolod Stakhov [Sat, 23 Apr 2022 12:42:19 +0000 (13:42 +0100)]
[Project] Implement settings processing + some neats

2 years ago[Project] Implement runtime creation
Vsevolod Stakhov [Sat, 23 Apr 2022 11:39:40 +0000 (12:39 +0100)]
[Project] Implement runtime creation

2 years ago[Project] Further split of the code
Vsevolod Stakhov [Sat, 23 Apr 2022 09:18:54 +0000 (10:18 +0100)]
[Project] Further split of the code

2 years ago[Minor] Try to fix another stupid cases of dot commands
Vsevolod Stakhov [Fri, 22 Apr 2022 20:47:19 +0000 (21:47 +0100)]
[Minor] Try to fix another stupid cases of dot commands

Have anybody used them ever?

2 years ago[Minor] Fix absence of replxx mode
Vsevolod Stakhov [Fri, 22 Apr 2022 20:30:19 +0000 (21:30 +0100)]
[Minor] Fix absence of replxx mode

2 years ago[Minor] Sign CI changes
Vsevolod Stakhov [Fri, 22 Apr 2022 20:22:31 +0000 (21:22 +0100)]
[Minor] Sign CI changes

2 years ago[Project] Move runtime cache part to a separate unit
Vsevolod Stakhov [Thu, 21 Apr 2022 21:07:32 +0000 (22:07 +0100)]
[Project] Move runtime cache part to a separate unit

2 years ago[Project] Add some more methods
Vsevolod Stakhov [Thu, 21 Apr 2022 20:49:35 +0000 (21:49 +0100)]
[Project] Add some more methods

2 years ago[Minor] Try to unify replxx usage
Vsevolod Stakhov [Wed, 20 Apr 2022 19:59:46 +0000 (20:59 +0100)]
[Minor] Try to unify replxx usage

2 years ago[Minor] Add some more methods
Vsevolod Stakhov [Wed, 20 Apr 2022 19:36:25 +0000 (20:36 +0100)]
[Minor] Add some more methods

2 years ago[Minor] Implement adding deps and remove an old deprecated method
Vsevolod Stakhov [Wed, 20 Apr 2022 18:57:54 +0000 (19:57 +0100)]
[Minor] Implement adding deps and remove an old deprecated method

2 years ago[Minor] Add some more methods
Vsevolod Stakhov [Wed, 20 Apr 2022 18:17:31 +0000 (19:17 +0100)]
[Minor] Add some more methods

2 years ago[Project] Remove obsoleted methods
Vsevolod Stakhov [Tue, 19 Apr 2022 22:18:25 +0000 (23:18 +0100)]
[Project] Remove obsoleted methods

2 years agoMerge pull request #4153 from twesterhever/temp-rbl-query-ebls-for-authenticated...
Vsevolod Stakhov [Mon, 18 Apr 2022 20:16:19 +0000 (21:16 +0100)]
Merge pull request #4153 from twesterhever/temp-rbl-query-ebls-for-authenticated-senders-too

[Minor] Query EBLs for authenticated users as well

2 years ago[Minor] Query EBLs for authenticated users as well 4153/head
twesterhever [Mon, 18 Apr 2022 20:11:56 +0000 (20:11 +0000)]
[Minor] Query EBLs for authenticated users as well