aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* return item status and reasons on bulk push errorDmitriy Alekseev2024-10-161-1/+11
|
* Fix from and rcptDmitriy Alekseev2024-10-151-3/+3
|
* do not retry on errors in body as it will create duplicated logsDmitriy Alekseev2024-10-151-24/+6
|
* Merge branch 'master' into actualize-elastic-moduleDmitriy Alekseev2024-10-152-1/+2
|\
| * [Fix] Use unsigned char for ragel machinesVsevolod Stakhov2024-10-141-0/+1
| | | | | | | | | | | | | | It seems that on aarch64 Linux char is signed by default, so Ragel produces a wrong code that is "optimized" by a compiler simply to `false`. Issue: #5172
| * Revert "[Minor] Remove custom ragel flags to test arm64 bug"Vsevolod Stakhov2024-10-141-0/+5
| | | | | | | | This reverts commit 0d962621f158e0b64693e947beecb3242a229fd2.
| * [Minor] Fix GCC sanitizerVsevolod Stakhov2024-10-141-1/+1
| |
| * [Minor] Remove custom ragel flags to test arm64 bugVsevolod Stakhov2024-10-141-5/+0
| |
* | We need take 2nd hopDmitriy Alekseev2024-10-141-2/+3
| |
* | Use received for all logs, fix directionDmitriy Alekseev2024-10-141-15/+22
| |
* | round time_diff to seconds on interval check, improve log message readabilityDmitriy Alekseev2024-10-141-3/+4
| |
* | reuse http_request dataDmitriy Alekseev2024-10-141-35/+20
| |
* | fix tabulationDmitriy Alekseev2024-10-141-2/+1
| |
* | align conf and module settings in luaDmitriy Alekseev2024-10-141-1/+1
| |
* | add missing change in configured state when no update is needed on index_policyDmitriy Alekseev2024-10-141-1/+4
| |
* | resolve linter issues and remove custom deep_compare function in favor of ↵Dmitriy Alekseev2024-10-141-62/+21
| | | | | | | | lua_util.table_cmp
* | Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-1/+1
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
* | Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-1/+1
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
* | Update src/plugins/lua/elastic.luaDmitriy Alekseev2024-10-141-9/+1
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
* | [Rework] Breaking: Actualize elastic module, support Elastic 8 & OpenSearch ↵Dmitriy Alekseev2024-10-141-324/+1429
|/ | | | | | 2, add index policy with logs retention and many more Signed-off-by: Dmytro Alieksieiev <1865999+dragoangel@users.noreply.github.com>
* [Fix] Avoid null-bytes in Log-Tag header value.Sebastian Marsching2024-10-081-1/+2
| | | | This fixes #5178.
* [Minor] Make API consistentVsevolod Stakhov2024-09-271-4/+4
|
* Merge pull request #5056 from rspamd/vstakhov-utf8-mimeVsevolod Stakhov2024-09-278-16/+57
|\ | | | | [Feature] MIME UTF8 support
| * Merge branch 'master' into vstakhov-utf8-mimevstakhov-utf8-mimeVsevolod Stakhov2024-09-2411-112/+254
| |\
| * \ Merge branch 'master' into vstakhov-utf8-mimeVsevolod Stakhov2024-09-178-247/+380
| |\ \
| * \ \ Merge branch 'master' into vstakhov-utf8-mimeVsevolod Stakhov2024-09-051-28/+80
| |\ \ \
| * \ \ \ Merge branch 'master' into vstakhov-utf8-mimeVsevolod Stakhov2024-09-0547-2480/+1632
| |\ \ \ \
| * | | | | [Minor] Disable mime utf by defaultVsevolod Stakhov2024-07-171-1/+1
| | | | | |
| * | | | | [Fix] Encode headers that we send to milter add headerVsevolod Stakhov2024-07-171-2/+9
| | | | | |
| * | | | | [Minor] Add flag for mime utf operationsVsevolod Stakhov2024-07-164-1/+33
| | | | | |
| * | | | | [Minor] Fix grammar ruleVsevolod Stakhov2024-07-151-1/+1
| | | | | |
| * | | | | [Minor] Allow u-labelsVsevolod Stakhov2024-07-151-1/+1
| | | | | |
| * | | | | [Project] Start support of MIME UTF8Vsevolod Stakhov2024-07-153-11/+13
| | | | | |
* | | | | | [Rework] Remove control block supportvstakhov-remove-control-blockVsevolod Stakhov2024-09-264-166/+4
| | | | | | | | | | | | | | | | | | | | | | | | It has been buggy and never really used by anyone I suppose.
* | | | | | [Fix] Fix glib internals by setting locale in `rspamc`Vsevolod Stakhov2024-09-251-0/+2
| |_|_|_|/ |/| | | |
* | | | | [Fix] Iterate over dynamic keys in fuzzy storageVsevolod Stakhov2024-09-241-0/+6
| | | | |
* | | | | [Minor] Another compatibility fixVsevolod Stakhov2024-09-241-0/+4
| | | | |
* | | | | [Minor] Use portable macro for old OpenSSLvstakhov-ssl-fixesVsevolod Stakhov2024-09-241-1/+1
| | | | |
* | | | | [Minor] Another compatibility fixVsevolod Stakhov2024-09-241-2/+9
| | | | |
* | | | | [Fix] Get rid of EVP_PKEY_CTX_set1_rsa_keygen_pubexpVsevolod Stakhov2024-09-232-21/+0
| | | | | | | | | | | | | | | | | | | | OpenSSL uses 65537 by default, no need in explicit set.
* | | | | [Rework] Allow more flexible keypair encodingvstakhov-keypair-encodingVsevolod Stakhov2024-09-218-88/+167
| | | | |
* | | | | Merge branch 'master' into vstakhov-cpu-detectionvstakhov-cpu-detectionVsevolod Stakhov2024-09-201-0/+12
|\ \ \ \ \
| * | | | | [Feature] DMARC: Implement reporting.only_domains settingAndrew Lewis2024-09-181-0/+12
| | |_|_|/ | |/| | |
* / | | | [Rework] Use __builtin_cpu_supports where possibleVsevolod Stakhov2024-09-161-0/+55
|/ / / /
* | | | [Minor] Sigh, so hard to fix itVsevolod Stakhov2024-09-121-1/+1
| | | |
* | | | [Minor] C varargs suckVsevolod Stakhov2024-09-121-1/+1
| | | |
* | | | [Minor] Slight explanations of the decision madeVsevolod Stakhov2024-09-121-2/+5
| | | |
* | | | [Project] Implement expirationVsevolod Stakhov2024-09-111-0/+25
| | | |
* | | | [Project] Implement per-key ratelimitVsevolod Stakhov2024-09-111-4/+54
| | | |
* | | | [Project] Add parsing of key limits and expire dateVsevolod Stakhov2024-09-111-3/+16
| | | |