aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Some neats when working with Unix socketsVsevolod Stakhov2022-09-244-28/+67
|
* [Minor] Plug memory leak on cdb backend closingVsevolod Stakhov2022-09-241-3/+4
|
* [Minor] Add some error reportingVsevolod Stakhov2022-09-241-4/+10
|
* [Fix] Libucl: avoid memory leak on objects mergingVsevolod Stakhov2022-09-241-0/+2
|
* [Minor] Partially restore reverted patchVsevolod Stakhov2022-09-241-0/+1
|
* Revert "[Minor] Try to fix refcounts related crash"Vsevolod Stakhov2022-09-241-3/+2
| | | | This reverts commit 5bae837e5fb282e055a9d80d9d6aaf7eaed9a2d5.
* [Fix] Lua_tcp: Another try to fix closing logicVsevolod Stakhov2022-09-241-1/+24
|
* [Minor] Fix empty strings importVsevolod Stakhov2022-09-231-2/+16
| | | | Issue: #4281
* [Fix] External_relay: Restore the originating hostname checkVsevolod Stakhov2022-09-221-0/+5
| | | | Issue: #4272
* [Minor] Slightly improve readabilityVsevolod Stakhov2022-09-191-5/+7
|
* [Minor] Try to fix refcounts related crashVsevolod Stakhov2022-09-191-2/+3
|
* [Minor] Make panic more informantVsevolod Stakhov2022-09-191-2/+10
|
* [Minor] Respect full debug request in sanitizers configVsevolod Stakhov2022-09-191-2/+10
|
* [Fix] Plug memory leak in regexp destruction with pcre2Vsevolod Stakhov2022-09-181-10/+18
|
* [Fix] Avoid cyclic references in symcache and fix memory leaksVsevolod Stakhov2022-09-175-64/+66
|
* [Minor] Fix warningVsevolod Stakhov2022-09-171-2/+2
|
* [Minor] Allow to specify multiple sanitize targets and slightly reworkVsevolod Stakhov2022-09-171-31/+42
|
* [Minor] Dmarc: Move `no_reporting_domains` to `reporting.exclude_domains`Vsevolod Stakhov2022-09-161-8/+18
| | | | This is done for consistency with provision of the backward compatibility
* [Minor] Restore `task:has_urls(true)` behaviourVsevolod Stakhov2022-09-151-4/+18
| | | | Issue: #4124
* [Minor] Try to deal with some deprecationsVsevolod Stakhov2022-09-153-2/+6
|
* Merge pull request #4268 from dragoangel/patch-1Vsevolod Stakhov2022-09-142-18/+19
|\ | | | | [Fix] Avoid overriding IP with Sender IP
| * Update rspamd_template.jsonDmitriy Alekseev2022-09-141-1/+1
| |
| * Update elastic.luaDmitriy Alekseev2022-09-141-17/+14
| |
| * [Fix] Avoid overriding IP with Sender IPDmitriy Alekseev2022-09-141-0/+4
|/
* [Test] Another try to fix env variableVsevolod Stakhov2022-09-121-1/+1
|
* [Test] Avoid clashing with the main DBDIRVsevolod Stakhov2022-09-121-1/+1
| | | | Submitted by: @fatalbanana
* [Minor] Add augmentation for aws_s3 pluginVsevolod Stakhov2022-09-111-2/+5
|
* [Test] Fix broken testVsevolod Stakhov2022-09-101-0/+1
|
* [Minor] Minor debugging improvementsVsevolod Stakhov2022-09-102-10/+19
|
* [Rework] Reiterate on prioritiesVsevolod Stakhov2022-09-1014-31/+39
|
* [Minor] Remove priorities from idempotent filtersVsevolod Stakhov2022-09-1012-15/+14
|
* [Minor] Properly print top symbols by timeoutVsevolod Stakhov2022-09-103-10/+26
|
* [Minor] FIx arc timeoutVsevolod Stakhov2022-09-101-2/+2
|
* [Minor] Register more timeoutsVsevolod Stakhov2022-09-1013-5/+32
|
* [Minor] Register some more timeoutsVsevolod Stakhov2022-09-106-1/+21
|
* [Minor] Slightly improve log messageVsevolod Stakhov2022-09-101-2/+4
|
* [Minor] Add timeout augmentation for external services/av pluginsVsevolod Stakhov2022-09-092-0/+16
|
* [Minor] Mime_types: Add application/tlsrpt+gzip as known typeVsevolod Stakhov2022-09-081-1/+1
| | | | Issue: #4243
* Merge pull request #4262 from moisseev/webuiVsevolod Stakhov2022-09-075-8/+28
|\ | | | | [WebUI] Put total in the center of pie charts
| * [WebUI] Put total in the center of pie chartsmoisseev2022-09-075-8/+28
|/
* [Minor] Declare variable where it is usedVsevolod Stakhov2022-09-051-6/+4
|
* [Feature] Allow to limit write access to fuzzy storage by keyVsevolod Stakhov2022-09-041-1/+50
|
* Merge pull request #4259 from ikedas/header_inserted_at_wrong_posVsevolod Stakhov2022-09-033-50/+51
|\ | | | | [Fix] milter_headers: Header fields may be inserted at wrong position.
| * [Fix] milter_headers: Header fields may be inserted at wrong position.IKEDA Soji2022-09-033-50/+51
| |
* | [Fix] Use space category in ragel automata to resolve space charactersVsevolod Stakhov2022-09-021-1/+1
| | | | | | | | Issue: #4247
* | [Minor] Remove redundant codeVsevolod Stakhov2022-09-011-15/+8
| |
* | [Fix] Fix synchronous auth/select in lua_redisVsevolod Stakhov2022-08-311-1/+16
| | | | | | | | Issue: #4255
* | Merge pull request #4257 from moisseev/webuiVsevolod Stakhov2022-08-314-4/+4
|\ \ | | | | | | [WebUI] Wrap Prism.highlightElement
| * | [WebUI] Update jQuerymoisseev2022-08-313-3/+3
| | |
| * | [WebUI] Wrap Prism.highlightElementmoisseev2022-08-311-1/+1
|/ / | | | | | | antonmedv/codejar#85