]> git.ipfire.org Git - thirdparty/rspamd.git/log
thirdparty/rspamd.git
6 months agoMerge branch 'master' into map_improvements 5372/head
Vsevolod Stakhov [Wed, 5 Mar 2025 19:52:27 +0000 (01:52 +0600)] 
Merge branch 'master' into map_improvements

6 months agoMove an upvalue check out of the closure returned by gen_check_closure()
Dmitry Petrov [Wed, 5 Mar 2025 14:18:05 +0000 (09:18 -0500)] 
Move an upvalue check out of the closure returned by gen_check_closure()

6 months agoImprove handling of IP conditions in settings
Dmitry Petrov [Wed, 5 Mar 2025 13:51:56 +0000 (08:51 -0500)] 
Improve handling of IP conditions in settings
 * Skip invalid IPs (with appropriate error logging)
   (previously a bad IP would cause the subsequent IPs in a list to be ignored or make the whole IP condition to be ignored)
 * Add validated IPs/maps into a flat table
 * Log complete IP in case of invalid mask

6 months agoMerge pull request #5373 from dragoangel/patch-8
Vsevolod Stakhov [Tue, 4 Mar 2025 19:51:44 +0000 (01:51 +0600)] 
Merge pull request #5373 from dragoangel/patch-8

[Fix] Add expiration for neural ham and spam sets

6 months agoFix typo in neural.lua 5373/head
Dmitriy Alekseev [Tue, 4 Mar 2025 19:29:06 +0000 (20:29 +0100)] 
Fix typo in neural.lua

6 months agoUpdate neural_save_unlock.lua
Dmitriy Alekseev [Tue, 4 Mar 2025 19:27:51 +0000 (20:27 +0100)] 
Update neural_save_unlock.lua

6 months ago[Fix] Expire neural ham and spam sets so they not hangup in redis indefinitely
Dmitriy Alekseev [Tue, 4 Mar 2025 19:26:56 +0000 (20:26 +0100)] 
[Fix] Expire neural ham and spam sets so they not hangup in redis indefinitely

6 months agoRework IP processing/checking in settings
Dmitry Petrov [Tue, 4 Mar 2025 18:12:21 +0000 (13:12 -0500)] 
Rework IP processing/checking in settings
 * Avoid misleading "cannot parse ip" logging by checking for "map:" prefix early
 * Do not use tables for maps or IPs without mask
 * Normalize IPs by applying mask during processing
 * Add error logging for wrong IP mask
 * Simplify check_ip_settings() based on changes in process_ip_condition()

6 months agoFix support for "map://" prefix
Dmitry Petrov [Tue, 4 Mar 2025 16:16:25 +0000 (11:16 -0500)] 
Fix support for "map://" prefix

6 months agoMerge pull request #5369 from rspamd/vstakhov-cache-framework
Vsevolod Stakhov [Mon, 3 Mar 2025 20:54:31 +0000 (02:54 +0600)] 
Merge pull request #5369 from rspamd/vstakhov-cache-framework

[Feature] Add Redis caching framework

6 months ago[Feature] More additions 5369/head
Vsevolod Stakhov [Mon, 3 Mar 2025 11:11:46 +0000 (11:11 +0000)] 
[Feature] More additions

* Hash keys
* Docs
* Example

6 months ago[Minor] Fix format strings
Vsevolod Stakhov [Mon, 3 Mar 2025 10:11:22 +0000 (10:11 +0000)] 
[Minor] Fix format strings

6 months ago[Feature] Add Redis caching framework
Vsevolod Stakhov [Mon, 3 Mar 2025 10:05:47 +0000 (10:05 +0000)] 
[Feature] Add Redis caching framework

6 months agoMerge pull request #5367 from jeromelebleu/fix-spelling
Andrew Lewis [Mon, 3 Mar 2025 08:00:16 +0000 (10:00 +0200)] 
Merge pull request #5367 from jeromelebleu/fix-spelling

Fix spelling errors in libserver

6 months agoMerge pull request #5366 from jeromelebleu/regenerate-manpages
Vsevolod Stakhov [Sun, 2 Mar 2025 22:19:26 +0000 (04:19 +0600)] 
Merge pull request #5366 from jeromelebleu/regenerate-manpages

Regenerate manpages with recent Pandoc version

6 months agoMerge pull request #5365 from jeromelebleu/fix-rspamd_stats-getopt
Vsevolod Stakhov [Sun, 2 Mar 2025 22:18:59 +0000 (04:18 +0600)] 
Merge pull request #5365 from jeromelebleu/fix-rspamd_stats-getopt

Prevent option duplicates in rspamd_stats.pl

6 months agoRegenerate manpages with recent Pandoc version 5366/head
Jérôme Lebleu [Sun, 2 Mar 2025 12:59:28 +0000 (13:59 +0100)] 
Regenerate manpages with recent Pandoc version

6 months agoPrevent option duplicates in rspamd_stats.pl 5365/head
Jérôme Lebleu [Sun, 2 Mar 2025 12:57:10 +0000 (13:57 +0100)] 
Prevent option duplicates in rspamd_stats.pl

6 months agoFix spelling errors in libserver 5367/head
Jérôme Lebleu [Sun, 2 Mar 2025 12:55:27 +0000 (13:55 +0100)] 
Fix spelling errors in libserver

6 months agoMerge pull request #5363 from rspamd/vstakhov-ev-base-periodics
Vsevolod Stakhov [Sat, 1 Mar 2025 17:15:36 +0000 (23:15 +0600)] 
Merge pull request #5363 from rspamd/vstakhov-ev-base-periodics

Add ability to create timers from Lua

6 months ago[Feature] Allow adding timers to task (respecting symbols) 5363/head
Vsevolod Stakhov [Sat, 1 Mar 2025 15:33:43 +0000 (15:33 +0000)] 
[Feature] Allow adding timers to task (respecting symbols)

6 months ago[Feature] Allow to add periodic functions in Lua API
Vsevolod Stakhov [Sat, 1 Mar 2025 13:52:16 +0000 (13:52 +0000)] 
[Feature] Allow to add periodic functions in Lua API

6 months agoMerge pull request #5359 from rspamd/vstakhov-rbl-disable
Vsevolod Stakhov [Fri, 28 Feb 2025 10:20:18 +0000 (16:20 +0600)] 
Merge pull request #5359 from rspamd/vstakhov-rbl-disable

Allow to disable RBLs via map

6 months ago[Conf] Add map 5359/head
Vsevolod Stakhov [Thu, 27 Feb 2025 16:11:50 +0000 (16:11 +0000)] 
[Conf] Add map

6 months ago[Feature] Allow to disable rbls from map
Vsevolod Stakhov [Thu, 27 Feb 2025 15:53:17 +0000 (15:53 +0000)] 
[Feature] Allow to disable rbls from map

6 months agoMerge pull request #5357 from rspamd/vstakhov-collisions-fix
Vsevolod Stakhov [Thu, 27 Feb 2025 14:07:01 +0000 (20:07 +0600)] 
Merge pull request #5357 from rspamd/vstakhov-collisions-fix

[Fix] Avoid collision hacks in mempool variables hash

6 months ago[Fix] Avoid collision hacks in mempool variables hash 5357/head
Vsevolod Stakhov [Thu, 27 Feb 2025 11:21:07 +0000 (11:21 +0000)] 
[Fix] Avoid collision hacks in mempool variables hash

I don't want to debug that again!

6 months agoMerge pull request #5356 from rspamd/vstakhov-gpt-tunes2
Vsevolod Stakhov [Thu, 27 Feb 2025 11:15:10 +0000 (17:15 +0600)] 
Merge pull request #5356 from rspamd/vstakhov-gpt-tunes2

More features to GPT plugin

6 months ago[Feature] Allow additional categories to be defined in GPT 5356/head
Vsevolod Stakhov [Tue, 25 Feb 2025 12:32:14 +0000 (12:32 +0000)] 
[Feature] Allow additional categories to be defined in GPT

6 months ago[Minor] Tune caching
Vsevolod Stakhov [Tue, 25 Feb 2025 11:54:02 +0000 (11:54 +0000)] 
[Minor] Tune caching

6 months ago[Minor] Tune caching
Vsevolod Stakhov [Tue, 25 Feb 2025 11:43:08 +0000 (11:43 +0000)] 
[Minor] Tune caching

6 months ago[Feature] Cache LLM replies
Vsevolod Stakhov [Tue, 25 Feb 2025 11:38:28 +0000 (11:38 +0000)] 
[Feature] Cache LLM replies

6 months ago[Feature] Improve prompt and use plaintext instead of JSON
Vsevolod Stakhov [Tue, 25 Feb 2025 11:02:23 +0000 (11:02 +0000)] 
[Feature] Improve prompt and use plaintext instead of JSON

6 months ago[Minor] GPT: Allow to trigger on specific symbols
Vsevolod Stakhov [Mon, 24 Feb 2025 17:12:09 +0000 (17:12 +0000)] 
[Minor] GPT: Allow to trigger on specific symbols

6 months agoMerge pull request #5352 from rspamd/vstakhov-dkim-sanitize-keys
Vsevolod Stakhov [Sat, 22 Feb 2025 09:47:21 +0000 (15:47 +0600)] 
Merge pull request #5352 from rspamd/vstakhov-dkim-sanitize-keys

[Fix] Verify key type to match DKIM signature type

6 months ago[Fix] Verify key type to match DKIM signature type 5352/head
Vsevolod Stakhov [Fri, 21 Feb 2025 12:18:50 +0000 (12:18 +0000)] 
[Fix] Verify key type to match DKIM signature type

6 months agoMerge pull request #5335 from japc/statistics_dump
Vsevolod Stakhov [Wed, 19 Feb 2025 12:26:06 +0000 (18:26 +0600)] 
Merge pull request #5335 from japc/statistics_dump

[Minor] Some small fixes to statistics_dump

7 months agoMerge pull request #5334 from FreddleSpl0it/fix-add-text-footer
Vsevolod Stakhov [Fri, 7 Feb 2025 18:40:00 +0000 (00:40 +0600)] 
Merge pull request #5334 from FreddleSpl0it/fix-add-text-footer

[Fix] properly close multipart/related boundary when adding text footer

7 months ago[Minor] On statistics_dump opts.cdb was doing dump_out and vice-versa 5335/head
Jose Celestino [Thu, 6 Feb 2025 01:47:28 +0000 (01:47 +0000)] 
[Minor] On statistics_dump opts.cdb was doing dump_out and vice-versa

7 months ago[Minor] Fixed nil batch_size on default dump on statistics_dump
Jose Celestino [Thu, 6 Feb 2025 01:38:52 +0000 (01:38 +0000)] 
[Minor] Fixed nil batch_size on default dump on statistics_dump

7 months ago[Fix] properly close multipart/related boundary when adding text footer 5334/head
FreddleSpl0it [Wed, 5 Feb 2025 12:45:36 +0000 (13:45 +0100)] 
[Fix] properly close multipart/related boundary when adding text footer

7 months agoMerge pull request #5319 from japc/map-combined-description
Vsevolod Stakhov [Tue, 4 Feb 2025 13:21:07 +0000 (19:21 +0600)] 
Merge pull request #5319 from japc/map-combined-description

[Minor] Pass both the multimap and the rules descriptions for combined multimap on create

7 months ago[Fix] Allow to work with no ratelimits
Vsevolod Stakhov [Tue, 4 Feb 2025 10:15:30 +0000 (10:15 +0000)] 
[Fix] Allow to work with no ratelimits

7 months ago[Fix] Always create ratelimit buckets
Vsevolod Stakhov [Tue, 4 Feb 2025 09:57:17 +0000 (09:57 +0000)] 
[Fix] Always create ratelimit buckets

7 months agoMerge pull request #5326 from rspamd/vstakhov-gpt-reason
Vsevolod Stakhov [Sun, 2 Feb 2025 07:33:00 +0000 (13:33 +0600)] 
Merge pull request #5326 from rspamd/vstakhov-gpt-reason

[Feature] GPT: Support reason adding

7 months ago[Minor] Allow to exclude all symbols 5326/head
Vsevolod Stakhov [Sat, 1 Feb 2025 08:54:04 +0000 (08:54 +0000)] 
[Minor] Allow to exclude all symbols

7 months ago[Feature] GPT: Support reason adding
Vsevolod Stakhov [Fri, 31 Jan 2025 14:26:59 +0000 (14:26 +0000)] 
[Feature] GPT: Support reason adding

7 months agoMerge pull request #5320 from rspamd/vstakhov-gpt-consensus
Vsevolod Stakhov [Wed, 29 Jan 2025 09:42:27 +0000 (15:42 +0600)] 
Merge pull request #5320 from rspamd/vstakhov-gpt-consensus

[Feature] Support LLM models consensus

7 months ago[Feature] Support LLM models consensus 5320/head
Vsevolod Stakhov [Mon, 27 Jan 2025 19:19:28 +0000 (19:19 +0000)] 
[Feature] Support LLM models consensus

7 months ago[Minor] Pass both the multimap and the rules descriptions for combined when creating 5319/head
Jose Celestino [Sun, 26 Jan 2025 18:49:20 +0000 (18:49 +0000)] 
[Minor] Pass both the multimap and the rules descriptions for combined when creating

7 months agoMerge pull request #5317 from moisseev/webui
Vsevolod Stakhov [Sun, 26 Jan 2025 10:54:47 +0000 (16:54 +0600)] 
Merge pull request #5317 from moisseev/webui

[WebUI] Reset dropdown when clearing filters

7 months ago[Minor] Fix for old OpenSSL, sigh
Vsevolod Stakhov [Sat, 25 Jan 2025 15:31:12 +0000 (15:31 +0000)] 
[Minor] Fix for old OpenSSL, sigh

7 months ago[Minor] Add protection against infinite recursion
Vsevolod Stakhov [Sat, 25 Jan 2025 15:26:56 +0000 (15:26 +0000)] 
[Minor] Add protection against infinite recursion

7 months ago[Fix] Make table digests consistent
Vsevolod Stakhov [Sat, 25 Jan 2025 15:17:01 +0000 (15:17 +0000)] 
[Fix] Make table digests consistent

7 months ago[WebUI] Reset dropdown when clearing filters 5317/head
Alexander Moisseev [Sat, 25 Jan 2025 15:06:29 +0000 (18:06 +0300)] 
[WebUI] Reset dropdown when clearing filters

Ensure the action dropdown resets to its default value when clearing filters in the history table.

7 months ago[Minor] Really execute on_terminate scripts for fuzzy worker
Vsevolod Stakhov [Sat, 25 Jan 2025 14:25:27 +0000 (14:25 +0000)] 
[Minor] Really execute on_terminate scripts for fuzzy worker

7 months ago[Minor] Run finish scripts for fuzzy workers
Vsevolod Stakhov [Sat, 25 Jan 2025 13:45:34 +0000 (13:45 +0000)] 
[Minor] Run finish scripts for fuzzy workers

7 months ago[Minor] Deal with packed structure member properly
Vsevolod Stakhov [Sat, 25 Jan 2025 13:35:25 +0000 (13:35 +0000)] 
[Minor] Deal with packed structure member properly

7 months ago[Minor] Several fixes for fuzzy scripts
Vsevolod Stakhov [Sat, 25 Jan 2025 13:29:07 +0000 (13:29 +0000)] 
[Minor] Several fixes for fuzzy scripts

7 months ago[Minor] Some fixes for noop backend
Vsevolod Stakhov [Sat, 25 Jan 2025 13:22:32 +0000 (13:22 +0000)] 
[Minor] Some fixes for noop backend

7 months agoMerge pull request #5315 from japc/rules-regexp-url
Vsevolod Stakhov [Fri, 24 Jan 2025 22:08:32 +0000 (04:08 +0600)] 
Merge pull request #5315 from japc/rules-regexp-url

[Minor] Rules regexp url separated and fix no subdomain cases for Google urls

7 months agoMerge pull request #5314 from japc/checks-bool
Vsevolod Stakhov [Fri, 24 Jan 2025 22:08:01 +0000 (04:08 +0600)] 
Merge pull request #5314 from japc/checks-bool

[Minor] Set RBL checks to bool true

7 months agoMerge pull request #5313 from dragoangel/patch-8
Vsevolod Stakhov [Thu, 23 Jan 2025 13:10:24 +0000 (19:10 +0600)] 
Merge pull request #5313 from dragoangel/patch-8

fix: use sub_utf8 to strip headers value to not break utf8 strings

7 months ago[Minor] Assuming that the remaining Google urls can also show esld only 5315/head
Jose Celestino [Thu, 23 Jan 2025 13:05:57 +0000 (13:05 +0000)] 
[Minor] Assuming that the remaining Google urls can also show esld only

7 months ago[Minor] HAS_GOOGLE_REDIR was not working with https://google.com
Jose Celestino [Thu, 23 Jan 2025 12:58:02 +0000 (12:58 +0000)] 
[Minor] HAS_GOOGLE_REDIR was not working with https://google.com

7 months ago[Minor] Move url regexes to regexp/urls.lua
Jose Celestino [Thu, 23 Jan 2025 12:42:40 +0000 (12:42 +0000)] 
[Minor] Move url regexes to regexp/urls.lua

7 months ago[Minor] Set RBL checks to bool true 5314/head
Jose Celestino [Thu, 23 Jan 2025 12:38:15 +0000 (12:38 +0000)] 
[Minor] Set RBL checks to bool true

7 months agoadd task digest 5313/head
Dmitriy Alekseev [Tue, 21 Jan 2025 23:40:57 +0000 (00:40 +0100)] 
add task digest

7 months agofix: use sub_utf8 to strip headers value to not break utf8 strings
Dmitriy Alekseev [Tue, 21 Jan 2025 23:00:28 +0000 (00:00 +0100)] 
fix: use sub_utf8 to strip headers value to not break utf8 strings

7 months ago[Feature] Add UTF8 `sub` and `len` variants for rspamd_text
Vsevolod Stakhov [Mon, 20 Jan 2025 20:23:55 +0000 (20:23 +0000)] 
[Feature] Add UTF8 `sub` and `len` variants for rspamd_text

7 months agoMerge pull request #5310 from fatalbanana/rbl_urls
Vsevolod Stakhov [Mon, 20 Jan 2025 11:47:08 +0000 (17:47 +0600)] 
Merge pull request #5310 from fatalbanana/rbl_urls

RBL: fix use of `content_urls` and `images` inside `checks`

7 months ago[Fix] RBL: fix use of `content_urls` and `images` inside `checks` 5310/head
Andrew Lewis [Mon, 20 Jan 2025 11:24:15 +0000 (13:24 +0200)] 
[Fix] RBL: fix use of `content_urls` and `images` inside `checks`

7 months ago[Test] RBL: test more URL extraction scenarios
Andrew Lewis [Mon, 20 Jan 2025 11:22:43 +0000 (13:22 +0200)] 
[Test] RBL: test more URL extraction scenarios

7 months agoMerge pull request #5305 from japc/rbl-checks-images
Vsevolod Stakhov [Sun, 19 Jan 2025 22:28:43 +0000 (04:28 +0600)] 
Merge pull request #5305 from japc/rbl-checks-images

[Minor] rbl check_types was missing images

7 months ago[Minor] rbl check_types was missing images 5305/head
Jose Celestino [Sun, 19 Jan 2025 13:59:10 +0000 (13:59 +0000)] 
[Minor] rbl check_types was missing images

7 months ago[Minor] Push flag and value for fuzzy pre scripts
Vsevolod Stakhov [Sat, 18 Jan 2025 13:32:45 +0000 (13:32 +0000)] 
[Minor] Push flag and value for fuzzy pre scripts

7 months agoMerge pull request #5300 from crpb/master
Andrew Lewis [Fri, 17 Jan 2025 07:20:38 +0000 (09:20 +0200)] 
Merge pull request #5300 from crpb/master

remove nixspam

7 months agoremove nixspam 5300/head
Christopher Bock [Fri, 17 Jan 2025 02:37:57 +0000 (03:37 +0100)] 
remove nixspam

nixspam has shutdown their service on 2025.01.16

closes #5299

8 months agoMerge pull request #5292 from japc/resolve_ip-ipv46
Vsevolod Stakhov [Wed, 15 Jan 2025 22:09:15 +0000 (04:09 +0600)] 
Merge pull request #5292 from japc/resolve_ip-ipv46

[Minor] Respect ipv4 and ipv6 configurations for rbl resolve_ip

8 months ago[Minor] Don't skip resolve_ip when ignore_defaults is true and ipv4 and ipv6 aren... 5292/head
Jose Celestino [Tue, 14 Jan 2025 13:52:46 +0000 (13:52 +0000)] 
[Minor] Don't skip resolve_ip when ignore_defaults is true and ipv4 and ipv6 aren't set

8 months agoMerge pull request #5294 from fatalbanana/mime_types_ico
Vsevolod Stakhov [Tue, 14 Jan 2025 13:10:26 +0000 (19:10 +0600)] 
Merge pull request #5294 from fatalbanana/mime_types_ico

[Minor] Add another acceptable mime type for icon

8 months ago[Minor] Add another acceptable mime type for icon 5294/head
Andrew Lewis [Tue, 14 Jan 2025 12:37:34 +0000 (14:37 +0200)] 
[Minor] Add another acceptable mime type for icon

8 months agoMerge pull request #5293 from rspamd/vstakhov-multiple-fuzzy-scripts
Vsevolod Stakhov [Mon, 13 Jan 2025 14:46:09 +0000 (20:46 +0600)] 
Merge pull request #5293 from rspamd/vstakhov-multiple-fuzzy-scripts

[Feature] Allow multiple lua scripts for fuzzy storage

8 months agoMerge branch 'master' into vstakhov-multiple-fuzzy-scripts 5293/head
Vsevolod Stakhov [Mon, 13 Jan 2025 14:45:52 +0000 (20:45 +0600)] 
Merge branch 'master' into vstakhov-multiple-fuzzy-scripts

8 months agoMerge pull request #5288 from D0LLYNH0/master
Vsevolod Stakhov [Mon, 13 Jan 2025 14:39:30 +0000 (20:39 +0600)] 
Merge pull request #5288 from D0LLYNH0/master

[Enhancement] Expand Detection of Fake Reply Subjects Across Multiple Languages

8 months ago[Feature] Allow multiple lua scripts for fuzzy storage
Vsevolod Stakhov [Mon, 13 Jan 2025 14:38:57 +0000 (14:38 +0000)] 
[Feature] Allow multiple lua scripts for fuzzy storage

8 months ago[Minor] Respect ipv4 and ipv6 configurations for rbl resolve_ip
Jose Celestino [Mon, 13 Jan 2025 13:02:37 +0000 (13:02 +0000)] 
[Minor] Respect ipv4 and ipv6 configurations for rbl resolve_ip

8 months agoMerge pull request #5290 from rspamd/vstakhov-fuzzy-noop
Vsevolod Stakhov [Sat, 11 Jan 2025 20:04:35 +0000 (02:04 +0600)] 
Merge pull request #5290 from rspamd/vstakhov-fuzzy-noop

[Feature] Add 'noop' redis backend for scripts running

8 months ago[Minor] Add forgotten files 5290/head
Vsevolod Stakhov [Sat, 11 Jan 2025 14:25:12 +0000 (14:25 +0000)] 
[Minor] Add forgotten files

8 months ago[Feature] Add 'noop' redis backend for scripts running
Vsevolod Stakhov [Sat, 11 Jan 2025 14:12:26 +0000 (14:12 +0000)] 
[Feature] Add 'noop' redis backend for scripts running

8 months agoDutch 5288/head
D0LLYNH0 [Fri, 10 Jan 2025 18:12:28 +0000 (15:12 -0300)] 
Dutch

8 months agoExpand Detection of Fake Reply Subjects Across Multiple Languages
D0LLYNH0 [Fri, 10 Jan 2025 05:35:31 +0000 (02:35 -0300)] 
Expand Detection of Fake Reply Subjects Across Multiple Languages

8 months ago[Minor] Slightly rework lua shingles to simplify storage
Vsevolod Stakhov [Wed, 8 Jan 2025 15:14:37 +0000 (15:14 +0000)] 
[Minor] Slightly rework lua shingles to simplify storage

8 months agoMerge pull request #5283 from fatalbanana/fix_broken_links
Vsevolod Stakhov [Wed, 8 Jan 2025 09:56:20 +0000 (15:56 +0600)] 
Merge pull request #5283 from fatalbanana/fix_broken_links

[Minor] Fix some broken links

8 months ago[Minor] Fix some broken links 5283/head
Andrew Lewis [Tue, 7 Jan 2025 16:45:06 +0000 (18:45 +0200)] 
[Minor] Fix some broken links

8 months agoMerge pull request #5281 from rspamd/vstakhov-redis-pool-fixes
Vsevolod Stakhov [Tue, 7 Jan 2025 15:36:50 +0000 (21:36 +0600)] 
Merge pull request #5281 from rspamd/vstakhov-redis-pool-fixes

Fix issue with synchronous Redis calls

8 months ago[Minor] Improve some logging stuff 5281/head
Vsevolod Stakhov [Tue, 7 Jan 2025 13:46:12 +0000 (13:46 +0000)] 
[Minor] Improve some logging stuff

8 months ago[Fix] Add timer update before timer setting
Vsevolod Stakhov [Tue, 7 Jan 2025 13:39:04 +0000 (13:39 +0000)] 
[Fix] Add timer update before timer setting

8 months ago[Minor] Add some more logs
Vsevolod Stakhov [Tue, 7 Jan 2025 12:17:41 +0000 (12:17 +0000)] 
[Minor] Add some more logs

8 months agoMerge pull request #5279 from rspamd/vstakhov-lua-shingles
Vsevolod Stakhov [Tue, 7 Jan 2025 11:46:16 +0000 (17:46 +0600)] 
Merge pull request #5279 from rspamd/vstakhov-lua-shingles

[Feature] Allow to store shingles as opaque Lua data