summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Allow to have only dynamic keys in fuzzy storageVsevolod Stakhov2024-02-201-1/+7
|
* [Minor] Improve loggingVsevolod Stakhov2024-02-171-6/+13
|
* [Fix] Fix initial maps loadVsevolod Stakhov2024-02-172-7/+12
|
* [Feature] Implement dynamic keys map in fuzzy storageVsevolod Stakhov2024-02-161-72/+269
|
* [Minor] Add refcounts on fuzzy keys for shared usageVsevolod Stakhov2024-02-151-5/+12
|
* [Rework] Use khash instead of glib hashes for many reasonsVsevolod Stakhov2024-02-141-84/+125
|
* [Fix] Encode headers in metadata exporterVsevolod Stakhov2024-02-131-7/+8
| | | | Issue: #4808
* [Fix] Make stat tokens allocation consistentVsevolod Stakhov2024-02-132-9/+9
|
* [Test] Add unit testsVsevolod Stakhov2024-02-122-3/+15
|
* [Fix] Try to fix url path issueVsevolod Stakhov2024-02-121-4/+18
|
* [Minor] Slightly improve log messageVsevolod Stakhov2024-02-121-24/+27
|
* [Feature] Lua_url: Add `to_http` methodVsevolod Stakhov2024-02-121-1/+86
|
* [Minor] Add LOG_CONS flag to `openlog`Vsevolod Stakhov2024-02-101-1/+1
|
* [Feature] Support JSON logging when in syslog modeVsevolod Stakhov2024-02-091-8/+145
|
* [Minor] rspamd_task API docs: fix broken linkAndrew Lewis2024-02-011-2/+2
|
* [Fix] Resolve issue with bayes stat in `rspamadm` modeVsevolod Stakhov2024-02-011-3/+10
|
* [Fix] Deal with `Connection` and `Host` headers on proxyingVsevolod Stakhov2024-01-291-1/+23
|
* [Minor] Fix doc stringVsevolod Stakhov2024-01-291-1/+1
|
* [Feature] Allow to add templates to redis history prefixVsevolod Stakhov2024-01-291-11/+14
| | | | | Issue: #4793 Closes: #4793
* [Rework] Breaking: Do not report module as actionAlexander Moisseev2024-01-281-2/+1
| | | | | | | | in the /history response since we have the `passthrough_module` key for that purpose. While that might be handy in some situations, mixing actions and module names is confusing in general.
* [Minor] Allow the same logic for recipientsVsevolod Stakhov2024-01-271-5/+41
|
* [Feature] Add extraction type for `from` mapsVsevolod Stakhov2024-01-271-5/+29
| | | | | | | | | Attribute name: `extract_from`. Possible values: * `default` - try smtp, if not exists try mime * `mime` - check mime only * `smtp` - check smtp only * `both` - try to match both
* [Fix] Fix potential double free by expclicitly zeroing pointersVsevolod Stakhov2024-01-251-4/+4
|
* Merge pull request #4790 from fatalbanana/fix_rbl_warningVsevolod Stakhov2024-01-251-1/+1
|\ | | | | [Minor] rbl: fix warning
| * [Minor] rbl: fix warningAndrew Lewis2024-01-251-1/+1
| |
* | [Minor] Fix old testVsevolod Stakhov2024-01-241-0/+1
| |
* | [Fix] Fix learning with long prefixesVsevolod Stakhov2024-01-241-54/+63
|/ | | | | Issue: #4786 Closes: #4786
* [Fix] Fix headers insertion in the ordered listVsevolod Stakhov2024-01-221-2/+6
|
* [Fix] Fix learn error propagationVsevolod Stakhov2024-01-221-4/+20
|
* [Minor] Add some convenience methodsVsevolod Stakhov2024-01-221-3/+24
|
* [Fix] Fix storing of the bayes tokensVsevolod Stakhov2024-01-221-5/+5
|
* Merge pull request #4781 from fatalbanana/multimap_rawtextVsevolod Stakhov2024-01-191-1/+1
|\ | | | | [Fix] multimap: rawtext: use decoded parts
| * [Fix] multimap: rawtext: use decoded partsAndrew Lewis2024-01-191-1/+1
| |
* | [Minor] Print some more statsVsevolod Stakhov2024-01-191-1/+5
|/
* [Fix] Really fix the language detector statistical heuristicVsevolod Stakhov2024-01-181-12/+26
|
* [Fix] Make words selection random deterministic upon contentVsevolod Stakhov2024-01-183-15/+23
|
* [Minor] CleanupVsevolod Stakhov2024-01-181-69/+8
|
* [Project] Final things on redis cache reworkVsevolod Stakhov2024-01-171-2/+2
|
* [Minor] Fix scripts invocationVsevolod Stakhov2024-01-151-14/+20
|
* [Project] Further rework of the C partVsevolod Stakhov2024-01-152-5/+59
|
* [Project] Initial implementation of the lua counterpartVsevolod Stakhov2024-01-121-7/+38
|
* [Rework] Start rewriting of the redis cache logicVsevolod Stakhov2024-01-113-536/+225
|
* [Feature] Support suppressing DMARC reporting for particular recipientsAndrew Lewis2024-01-101-1/+13
|
* [Project] Implement text tokens storage on C++ sideVsevolod Stakhov2023-12-311-1/+120
|
* Update cfg_utils.cxxJulien Voisin2023-12-291-1/+1
| | | Fix another dumb s/NULL/nullptr/g
* Update cfg_rcl.cxxJulien Voisin2023-12-291-1/+1
| | | Fixed an overzealous s/NULL/nullptr/g
* [Minor] Fix typo in hfilter mapmoisseev2023-12-241-2/+2
|
* [Minor] Log a debug message when ratelimit skippedmoisseev2023-12-221-0/+1
| | | | for a local request
* [Minor] ratelimit: make per-bucket symbol behave like global symbolAndrew Lewis2023-12-211-1/+1
|
* [Minor] docs: rspamd_html: fix some copypastaAndrew Lewis2023-12-181-3/+4
|