]> source.dussan.org Git - rspamd.git/log
rspamd.git
12 months agoUpdate dmarc.lua
dzjaivnt [Thu, 12 Oct 2023 10:28:48 +0000 (12:28 +0200)]
Update dmarc.lua

When from.name is Nil its still show up, with != "" not

Then you get
From: via user <user@domain.tld>

Instead of
From: otheruser via user <user@domain.tld>

Debug:
2023-10-12 12:08:15 #725504(normal) <0b948d>; dmarc; dmarc.lua:191: munging debug: {[user] = user, [domain] = domain.tld, [flags] = {[valid] = true}, [name] = , [raw] = user@domain.tld, [addr] = user@domain.tld}

12 months agoUpdate dmarc.lua
dzjaivnt [Thu, 12 Oct 2023 09:39:42 +0000 (11:39 +0200)]
Update dmarc.lua

Debug logs where broken, so muning functionality not working at all.

12 months ago[Minor] Update version
Vsevolod Stakhov [Wed, 11 Oct 2023 12:49:27 +0000 (13:49 +0100)]
[Minor] Update version

12 months agoRelease 3.7.1 3.7.1
Vsevolod Stakhov [Sat, 7 Oct 2023 13:52:02 +0000 (14:52 +0100)]
Release 3.7.1

* [CritFix] Fix leak in `gzip` function
* [Feature] Add ICAP Content-Type and Filename
* [Feature] Add `logging`->`task_max_elts` option
* [Feature] Add utility to split string like stuff for C++ code
* [Feature] Allow to set HTTP auth parameters for the maps
* [Feature] Check for plugin configuration errors on `configtest`
* [Feature] `known_senders` plugin
* [Feature] Use backward-cpp instead of manual libunwind stuff
* [Feature] rbl: support checking numeric URLs in isolation
* [Fix] CMakeLists.txt remove whitespace added by linter as it makes tests fail
* [Fix] Change Date: header location to conform with RFC
* [Fix] Correct format pattern for RE tree tempfile name
* [Fix] Correct format string for unw_word_t
* [Fix] Do not accept invalid ucl object types
* [Fix] Do not pollute public headers with libev internals
* [Fix] Do not set output type if list application failed
* [Fix] Fix `url:set_redirected` method
* [Fix] Fix format string and some length issues
* [Fix] Fix grammar definition for content-disposition attributes
* [Fix] Fix lua schema enrichment logic for Redis params
* [Fix] Fix lua stack corruption when logging large tables
* [Fix] Fix merge table utility
* [Fix] Fix output of non-RSA DKIM keys
* [Fix] Fix some corner cases of single-host urls parsing
* [Fix] Fix various issues in the `url_redirector` plugin
* [Fix] MISSING_MIMEOLE: avoid matching messages from Android GMail app (#4561)
* [Fix] Prevent DNSWL sabotage
* [Fix] Try to fix unzip function
* [Fix] rbl: really fix dependency registration when symbols_prefixes is used
* [Fix] rspamadm mime: arguments beginning with letter `t`
* [Rework] Breaking: return back to semver
* [Rework] Move rcl logic to C++

12 months ago[Minor] Remove outdated file
Vsevolod Stakhov [Fri, 6 Oct 2023 19:26:21 +0000 (20:26 +0100)]
[Minor] Remove outdated file

12 months ago[Minor] Apply schema for all fuzzy rules
Vsevolod Stakhov [Thu, 5 Oct 2023 19:22:21 +0000 (20:22 +0100)]
[Minor] Apply schema for all fuzzy rules

12 months agoMerge pull request #4627 from netcon-consulting/dnswl
Vsevolod Stakhov [Thu, 5 Oct 2023 19:02:34 +0000 (20:02 +0100)]
Merge pull request #4627 from netcon-consulting/dnswl

[Fix] Prevent DNSWL sabotage

12 months ago[Fix] Prevent DNSWL sabotage 4627/head
Marc Dierksen [Thu, 5 Oct 2023 17:05:36 +0000 (19:05 +0200)]
[Fix] Prevent DNSWL sabotage

When exceeding the query limit for DNSWL it can happen that instead
of the returncode 127.0.0.255, that according to documentation
(https://www.dnswl.org/?page_id=15) indicates a block, the
returncode 127.0.10.3 is returned for all queries.

According to documentation (https://www.dnswl.org/?page_id=15) the
127.0.10.3 returncode indicates the highest level of trustworthiness
that should never be blocked and a category of 'some special cases'.

As it turns out that documentation is a lie and that 127.0.10.3
returncode is used by DNSWL to intentionally sabotage email security
by marking all sending servers as highly trustworthy
(https://www.dnswl.org/?p=120).

12 months agoMerge pull request #4625 from fatalbanana/native_if
Vsevolod Stakhov [Tue, 3 Oct 2023 15:25:51 +0000 (16:25 +0100)]
Merge pull request #4625 from fatalbanana/native_if

[Test] Use Robot Framework native IF

12 months ago[Feature] Allow to set HTTP auth parameters for the maps
Vsevolod Stakhov [Mon, 2 Oct 2023 15:03:48 +0000 (16:03 +0100)]
[Feature] Allow to set HTTP auth parameters for the maps

12 months ago[Test] Use Robot Framework native IF 4625/head
Andrew Lewis [Mon, 2 Oct 2023 13:23:25 +0000 (15:23 +0200)]
[Test] Use Robot Framework native IF

 - Since 4.0 (March 2021)

12 months agoMerge pull request #4624 from fatalbanana/fix_copypasta
Vsevolod Stakhov [Mon, 2 Oct 2023 13:32:23 +0000 (14:32 +0100)]
Merge pull request #4624 from fatalbanana/fix_copypasta

Fix wrong copypasta & mis-named file

12 months ago[Minor] Move configuration to proper location 4624/head
Andrew Lewis [Mon, 2 Oct 2023 12:09:30 +0000 (14:09 +0200)]
[Minor] Move configuration to proper location

12 months ago[Minor] Fix copypasta (#4469)
Andrew Lewis [Mon, 2 Oct 2023 12:08:45 +0000 (14:08 +0200)]
[Minor] Fix copypasta (#4469)

12 months agoMerge pull request #4621 from fatalbanana/ci_improvements
Vsevolod Stakhov [Sat, 30 Sep 2023 12:06:29 +0000 (13:06 +0100)]
Merge pull request #4621 from fatalbanana/ci_improvements

Minor improvements for CI

12 months ago[Test] Skip notification on pull requests 4621/head
Andrew Lewis [Fri, 29 Sep 2023 20:13:17 +0000 (22:13 +0200)]
[Test] Skip notification on pull requests

12 months ago[Test] Try to close coveralls parallel builds when failed
Andrew Lewis [Fri, 29 Sep 2023 20:02:09 +0000 (22:02 +0200)]
[Test] Try to close coveralls parallel builds when failed

12 months agoMerge pull request #4620 from fatalbanana/testlog
Vsevolod Stakhov [Fri, 29 Sep 2023 15:24:51 +0000 (16:24 +0100)]
Merge pull request #4620 from fatalbanana/testlog

[Minor] Try fix test logs

12 months ago[Minor] Try fix test logs 4620/head
Andrew Lewis [Fri, 29 Sep 2023 14:42:11 +0000 (16:42 +0200)]
[Minor] Try fix test logs

12 months agoMerge pull request #4617 from fatalbanana/multiarch_ci
Vsevolod Stakhov [Fri, 29 Sep 2023 14:03:54 +0000 (15:03 +0100)]
Merge pull request #4617 from fatalbanana/multiarch_ci

Run CI on ARM

12 months ago[Test] Multiarchify tests 4617/head
Andrew Lewis [Fri, 29 Sep 2023 09:37:18 +0000 (11:37 +0200)]
[Test] Multiarchify tests

12 months ago[Minor] Fix one corner case
Vsevolod Stakhov [Thu, 28 Sep 2023 13:41:22 +0000 (14:41 +0100)]
[Minor] Fix one corner case

12 months agoMerge pull request #4615 from rspamd/vstakhov-known-senders
Vsevolod Stakhov [Wed, 27 Sep 2023 13:10:28 +0000 (14:10 +0100)]
Merge pull request #4615 from rspamd/vstakhov-known-senders

Merge tests into master branch

12 months ago[Minor] Recreate drone pipeline with jsonnet
Andrew Lewis [Fri, 22 Sep 2023 10:17:37 +0000 (12:17 +0200)]
[Minor] Recreate drone pipeline with jsonnet

12 months ago[Minor] RBL: Show DNS verification failure reason
Vsevolod Stakhov [Tue, 26 Sep 2023 13:43:22 +0000 (14:43 +0100)]
[Minor] RBL: Show DNS verification failure reason

12 months agoMerge pull request #4616 from fatalbanana/tests_encoding_errors
Vsevolod Stakhov [Tue, 26 Sep 2023 13:37:00 +0000 (14:37 +0100)]
Merge pull request #4616 from fatalbanana/tests_encoding_errors

[Test] Ignore encoding errors

12 months ago[Fix] Fix format string and some length issues
Vsevolod Stakhov [Tue, 26 Sep 2023 13:29:30 +0000 (14:29 +0100)]
[Fix] Fix format string and some length issues

12 months ago[Test] Ignore encoding errors 4616/head
Andrew Lewis [Tue, 26 Sep 2023 10:24:00 +0000 (12:24 +0200)]
[Test] Ignore encoding errors

12 months agoMerge pull request #4612 from fatalbanana/vstakhov-known-senders vstakhov-known-senders 4615/head
Vsevolod Stakhov [Mon, 25 Sep 2023 14:45:54 +0000 (15:45 +0100)]
Merge pull request #4612 from fatalbanana/vstakhov-known-senders

[Test] Rudimentary tests for known_senders plugin

12 months agoMerge pull request #4610 from rspamd/vstakhov-known-senders
Vsevolod Stakhov [Mon, 25 Sep 2023 14:45:40 +0000 (15:45 +0100)]
Merge pull request #4610 from rspamd/vstakhov-known-senders

[Feature] Known senders plugin

12 months ago[Test] Rudimentary tests for known_senders plugin 4612/head
Andrew Lewis [Mon, 25 Sep 2023 13:35:40 +0000 (15:35 +0200)]
[Test] Rudimentary tests for known_senders plugin

12 months ago[Minor] Fix symbol name 4610/head
Vsevolod Stakhov [Mon, 25 Sep 2023 14:10:55 +0000 (15:10 +0100)]
[Minor] Fix symbol name

12 months ago[Minor] Insert `UNKNOWN_SENDER` for the new senders
Vsevolod Stakhov [Mon, 25 Sep 2023 12:46:58 +0000 (13:46 +0100)]
[Minor] Insert `UNKNOWN_SENDER` for the new senders

12 months ago[Project] Fix various issues
Vsevolod Stakhov [Sun, 24 Sep 2023 12:41:19 +0000 (13:41 +0100)]
[Project] Fix various issues

12 months ago[Minor] Allow redis requests with no callbacks
Vsevolod Stakhov [Sun, 24 Sep 2023 12:39:17 +0000 (13:39 +0100)]
[Minor] Allow redis requests with no callbacks

12 months ago[Conf] Add new plugin default configuration
Vsevolod Stakhov [Sun, 24 Sep 2023 12:19:42 +0000 (13:19 +0100)]
[Conf] Add new plugin default configuration

12 months ago[Minor] Fix misprint
Vsevolod Stakhov [Sat, 23 Sep 2023 16:03:12 +0000 (17:03 +0100)]
[Minor] Fix misprint

12 months ago[Feature] Draft `known_senders` plugin
Vsevolod Stakhov [Sat, 23 Sep 2023 16:02:52 +0000 (17:02 +0100)]
[Feature] Draft `known_senders` plugin

12 months agoMerge pull request #4608 from lbahtarliev/master
Vsevolod Stakhov [Fri, 22 Sep 2023 12:52:24 +0000 (13:52 +0100)]
Merge pull request #4608 from lbahtarliev/master

[Fix] Change Date: header location to conform with RFC

12 months ago[Fix] Change Date: header location to conform with RFC 4608/head
Lyuben Bahtarliev [Fri, 22 Sep 2023 00:34:20 +0000 (03:34 +0300)]
[Fix] Change Date: header location to conform with RFC

12 months agoMerge pull request #4602 from fatalbanana/rbl_numeric_urls_again
Vsevolod Stakhov [Wed, 20 Sep 2023 15:19:42 +0000 (16:19 +0100)]
Merge pull request #4602 from fatalbanana/rbl_numeric_urls_again

[Minor] Revisit numeric_urls

12 months agoMerge pull request #4605 from Dani778/master
Vsevolod Stakhov [Wed, 20 Sep 2023 15:18:31 +0000 (16:18 +0100)]
Merge pull request #4605 from Dani778/master

Update configwizard.lua

12 months ago[Minor] Modernize lua_util_encode_base64
Vsevolod Stakhov [Wed, 20 Sep 2023 15:17:09 +0000 (16:17 +0100)]
[Minor] Modernize lua_util_encode_base64

12 months ago[Minor] Revisit numeric_urls 4602/head
Andrew Lewis [Tue, 19 Sep 2023 13:45:10 +0000 (15:45 +0200)]
[Minor] Revisit numeric_urls

12 months agoMerge pull request #4607 from moisseev/webui
Vsevolod Stakhov [Tue, 19 Sep 2023 12:40:09 +0000 (13:40 +0100)]
Merge pull request #4607 from moisseev/webui

[WebUI] Set locale on UI load

12 months ago[WebUI] Set locale on UI load 4607/head
moisseev [Tue, 19 Sep 2023 05:43:19 +0000 (08:43 +0300)]
[WebUI] Set locale on UI load

Fixes: #4606
12 months ago[Minor] Imply LEFTMOST flag on regexps with conditions
Vsevolod Stakhov [Mon, 18 Sep 2023 14:55:23 +0000 (15:55 +0100)]
[Minor] Imply LEFTMOST flag on regexps with conditions

12 months agoUpdate configwizard.lua 4605/head
Dani778 [Mon, 18 Sep 2023 14:00:21 +0000 (16:00 +0200)]
Update configwizard.lua

FIXED dkim key generation, update from old api

13 months ago[Minor] Refactor logging function to join console and file
Vsevolod Stakhov [Sat, 16 Sep 2023 16:01:08 +0000 (17:01 +0100)]
[Minor] Refactor logging function to join console and file

13 months agoMerge pull request #4600 from fatalbanana/missing_mimeole_fp
Vsevolod Stakhov [Fri, 15 Sep 2023 21:42:41 +0000 (22:42 +0100)]
Merge pull request #4600 from fatalbanana/missing_mimeole_fp

[Fix] MISSING_MIMEOLE: avoid matching messages from Android GMail app (#4561)

13 months agoMerge pull request #4603 from fatalbanana/fix_ci
Vsevolod Stakhov [Fri, 15 Sep 2023 15:32:23 +0000 (16:32 +0100)]
Merge pull request #4603 from fatalbanana/fix_ci

[Minor] Try fix CI

13 months ago[Minor] Try fix CI 4603/head
Andrew Lewis [Fri, 15 Sep 2023 13:52:36 +0000 (15:52 +0200)]
[Minor] Try fix CI

13 months ago[Fix] MISSING_MIMEOLE: avoid matching messages from Android GMail app (#4561) 4600/head
Andrew Lewis [Thu, 14 Sep 2023 15:51:49 +0000 (17:51 +0200)]
[Fix] MISSING_MIMEOLE: avoid matching messages from Android GMail app (#4561)

13 months ago[Minor] Replace place
Vsevolod Stakhov [Wed, 13 Sep 2023 14:21:34 +0000 (15:21 +0100)]
[Minor] Replace place

13 months ago[Minor] Another stuff missing
Vsevolod Stakhov [Wed, 13 Sep 2023 14:09:59 +0000 (15:09 +0100)]
[Minor] Another stuff missing

13 months ago[Minor] Another try
Vsevolod Stakhov [Wed, 13 Sep 2023 13:38:46 +0000 (14:38 +0100)]
[Minor] Another try

13 months ago[Minor] Fix linux deps
Vsevolod Stakhov [Wed, 13 Sep 2023 13:30:18 +0000 (14:30 +0100)]
[Minor] Fix linux deps

13 months ago[Minor] Forgotten dep
Vsevolod Stakhov [Wed, 13 Sep 2023 13:18:12 +0000 (14:18 +0100)]
[Minor] Forgotten dep

13 months ago[Fix] Do not pollute public headers with libev internals
Vsevolod Stakhov [Wed, 13 Sep 2023 13:13:30 +0000 (14:13 +0100)]
[Fix] Do not pollute public headers with libev internals

13 months ago[Feature] Use backward-cpp instead of manual libunwind stuff
Vsevolod Stakhov [Wed, 13 Sep 2023 13:04:20 +0000 (14:04 +0100)]
[Feature] Use backward-cpp instead of manual libunwind stuff

13 months ago[Minor] Use a more standard way to initialize libunwind
Vsevolod Stakhov [Wed, 13 Sep 2023 12:10:47 +0000 (13:10 +0100)]
[Minor] Use a more standard way to initialize libunwind

13 months ago[Minor] It seems pcre jit is no longer broken on osx
Vsevolod Stakhov [Wed, 13 Sep 2023 11:08:39 +0000 (12:08 +0100)]
[Minor] It seems pcre jit is no longer broken on osx

13 months ago[Minor] Improve error message
Vsevolod Stakhov [Wed, 13 Sep 2023 11:06:30 +0000 (12:06 +0100)]
[Minor] Improve error message

13 months ago[Rework] Breaking: return back to semver
Vsevolod Stakhov [Wed, 13 Sep 2023 10:47:28 +0000 (11:47 +0100)]
[Rework] Breaking: return back to semver

13 months agoMerge pull request #4595 from lbahtarliev/master
Vsevolod Stakhov [Wed, 13 Sep 2023 10:17:45 +0000 (11:17 +0100)]
Merge pull request #4595 from lbahtarliev/master

[Feature] Add ICAP Content-Type and Filename from TODO List

13 months agoMerge branch 'rspamd:master' into master 4595/head
LBahtarliev [Tue, 12 Sep 2023 20:59:56 +0000 (23:59 +0300)]
Merge branch 'rspamd:master' into master

13 months ago[Feature] Add ICAP Content-Type and Filename from TODO List. Simplify changes. Remove...
Lyuben Bahtarliev [Mon, 11 Sep 2023 21:26:59 +0000 (00:26 +0300)]
[Feature] Add ICAP Content-Type and Filename from TODO List. Simplify changes. Remove unnecessary debug message.

13 months agoMerge pull request #4596 from fatalbanana/rbl_numeric_urls
Vsevolod Stakhov [Tue, 12 Sep 2023 13:47:26 +0000 (14:47 +0100)]
Merge pull request #4596 from fatalbanana/rbl_numeric_urls

[Feature] rbl: support checking numeric URLs in isolation

13 months agoMerge pull request #4598 from fatalbanana/api_docs1
Vsevolod Stakhov [Tue, 12 Sep 2023 13:47:16 +0000 (14:47 +0100)]
Merge pull request #4598 from fatalbanana/api_docs1

[Minor] API docs: lua_ip: fix function name

13 months ago[Minor] API docs: lua_ip: fix function name 4598/head
Andrew Lewis [Tue, 12 Sep 2023 09:04:31 +0000 (11:04 +0200)]
[Minor] API docs: lua_ip: fix function name

 - Also clarify description
 - Make sure example is appropriate

13 months agoMerge pull request #4597 from fatalbanana/rspamadm_args
Vsevolod Stakhov [Mon, 11 Sep 2023 19:39:42 +0000 (20:39 +0100)]
Merge pull request #4597 from fatalbanana/rspamadm_args

[Fix] rspamadm mime: arguments beginning with letter `t`

13 months ago[Fix] rspamadm mime: arguments beginning with letter `t` 4597/head
Andrew Lewis [Mon, 11 Sep 2023 18:03:38 +0000 (20:03 +0200)]
[Fix] rspamadm mime: arguments beginning with letter `t`

13 months ago[Minor] Misplaced brace...
Vsevolod Stakhov [Mon, 11 Sep 2023 15:43:43 +0000 (16:43 +0100)]
[Minor] Misplaced brace...

13 months ago[Fix] Fix grammar definition for content-disposition attributes
Vsevolod Stakhov [Mon, 11 Sep 2023 15:30:51 +0000 (16:30 +0100)]
[Fix] Fix grammar definition for content-disposition attributes

13 months ago[Feature] rbl: support checking numeric URLs in isolation 4596/head
Andrew Lewis [Mon, 11 Sep 2023 09:13:47 +0000 (11:13 +0200)]
[Feature] rbl: support checking numeric URLs in isolation

13 months ago[Feature] Add ICAP Content-Type and Filename from TODO List
Lyuben Bahtarliev [Mon, 11 Sep 2023 05:17:08 +0000 (08:17 +0300)]
[Feature] Add ICAP Content-Type and Filename from TODO List

13 months agoMerge pull request #4594 from fatalbanana/symbols_prefixes
Vsevolod Stakhov [Sun, 10 Sep 2023 17:43:39 +0000 (18:43 +0100)]
Merge pull request #4594 from fatalbanana/symbols_prefixes

[Fix] rbl: really fix dependency registration when symbols_prefixes i…

13 months agoMerge pull request #4592 from ln5/formatstring
Vsevolod Stakhov [Sun, 10 Sep 2023 07:11:24 +0000 (08:11 +0100)]
Merge pull request #4592 from ln5/formatstring

[Fix] Correct format string for unw_word_t

13 months ago[Fix] rbl: really fix dependency registration when symbols_prefixes is used 4594/head
Andrew Lewis [Sat, 9 Sep 2023 21:22:49 +0000 (23:22 +0200)]
[Fix] rbl: really fix dependency registration when symbols_prefixes is used

13 months agoUpdate src/libserver/worker_util.c 4592/head
Linus Nordberg [Sat, 9 Sep 2023 18:30:19 +0000 (18:30 +0000)]
Update src/libserver/worker_util.c

Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
13 months agoUpdate src/libserver/worker_util.c
Linus Nordberg [Sat, 9 Sep 2023 18:30:04 +0000 (18:30 +0000)]
Update src/libserver/worker_util.c

Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
13 months ago[Minor] Slightly improve logging
Vsevolod Stakhov [Sat, 9 Sep 2023 14:46:59 +0000 (15:46 +0100)]
[Minor] Slightly improve logging

13 months ago[Fix] Try to fix unzip function
Vsevolod Stakhov [Sat, 9 Sep 2023 11:25:31 +0000 (12:25 +0100)]
[Fix] Try to fix unzip function

13 months ago[Minor] Fix some warnings
Vsevolod Stakhov [Fri, 8 Sep 2023 14:14:32 +0000 (15:14 +0100)]
[Minor] Fix some warnings

13 months agoMerge pull request #4591 from ln5/unused-variable
Vsevolod Stakhov [Fri, 8 Sep 2023 12:29:58 +0000 (13:29 +0100)]
Merge pull request #4591 from ln5/unused-variable

[Minor] Remove unused variables

13 months ago[Fix] Correct format string for unw_word_t
Linus Nordberg [Fri, 8 Sep 2023 11:58:10 +0000 (13:58 +0200)]
[Fix] Correct format string for unw_word_t

On x86_64 unw_word_t is uint64_t.

NOTE: Possibly incorrect for !x86_64.

13 months agoMerge pull request #4590 from ln5/pathgen
Vsevolod Stakhov [Fri, 8 Sep 2023 11:27:43 +0000 (12:27 +0100)]
Merge pull request #4590 from ln5/pathgen

[Fix] Correct format pattern for RE tree tempfile name

13 months ago[Minor] Enable hyperscan in drone pipeline
Vsevolod Stakhov [Fri, 8 Sep 2023 10:20:41 +0000 (11:20 +0100)]
[Minor] Enable hyperscan in drone pipeline

13 months ago[Minor] Remove unused variables 4591/head
Linus Nordberg [Fri, 8 Sep 2023 10:05:12 +0000 (12:05 +0200)]
[Minor] Remove unused variables

13 months ago[Fix] Correct format pattern for RE tree tempfile name 4590/head
Linus Nordberg [Fri, 8 Sep 2023 09:19:09 +0000 (11:19 +0200)]
[Fix] Correct format pattern for RE tree tempfile name

Triggered by -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DENABLE_CLANG_PLUGIN=ON -DENABLE_HYPERSCAN=ON.

13 months ago[Fix] Fix various issues in the `url_redirector` plugin
Vsevolod Stakhov [Thu, 7 Sep 2023 15:29:08 +0000 (16:29 +0100)]
[Fix] Fix various issues in the `url_redirector` plugin

13 months ago[Minor] Sort lua modules and use GPtrArray instead of GList
Vsevolod Stakhov [Thu, 7 Sep 2023 15:12:44 +0000 (16:12 +0100)]
[Minor] Sort lua modules and use GPtrArray instead of GList

13 months ago[Minor] Avoid 0 size mallocs
Vsevolod Stakhov [Thu, 7 Sep 2023 15:00:56 +0000 (16:00 +0100)]
[Minor] Avoid 0 size mallocs

13 months ago[Minor] Minor reorg of the async session
Vsevolod Stakhov [Thu, 7 Sep 2023 12:39:25 +0000 (13:39 +0100)]
[Minor] Minor reorg of the async session

13 months agoMerge pull request #4588 from ln5/fix-tests
Vsevolod Stakhov [Thu, 7 Sep 2023 09:00:11 +0000 (10:00 +0100)]
Merge pull request #4588 from ln5/fix-tests

Fix regression in invokation of rspamd-test

13 months agoFix regression in invokation of rspamd-test 4588/head
Linus Nordberg [Thu, 7 Sep 2023 06:22:05 +0000 (08:22 +0200)]
Fix regression in invokation of rspamd-test

A space seems to have sneaked into the setting of LUA_PATH environment.

13 months agoMerge pull request #4585 from fatalbanana/patch1
Vsevolod Stakhov [Wed, 6 Sep 2023 13:00:09 +0000 (14:00 +0100)]
Merge pull request #4585 from fatalbanana/patch1

[Minor] Remove unwanted debug logging

13 months ago[Minor] Remove unwanted debug logging 4585/head
Andrew Lewis [Wed, 6 Sep 2023 12:12:45 +0000 (14:12 +0200)]
[Minor] Remove unwanted debug logging

13 months ago[Minor] Learn to cycle back on unsigned
Vsevolod Stakhov [Tue, 5 Sep 2023 14:01:18 +0000 (15:01 +0100)]
[Minor] Learn to cycle back on unsigned

13 months ago[Minor] Support `backtrace` where libunwind is not supported
Vsevolod Stakhov [Tue, 5 Sep 2023 13:43:24 +0000 (14:43 +0100)]
[Minor] Support `backtrace` where libunwind is not supported