aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #4932 from rspamd/vstakhov-fix-bayes-disableVsevolod Stakhov2024-04-201-0/+12
|\|
| * [Fix] If we have one statfile disabled we need to disable allVsevolod Stakhov2024-04-191-0/+12
* | [Fix] Always set the unlearn flag when relearningaduernberger2024-04-181-1/+1
* | [Enhancement] Exclude false positives of MIME_DOUBLE_BAD_EXTENSIONDmitriy Alekseev2024-04-111-1/+6
* | [Minor] Fix grow_factorAndrew Lewis2024-04-101-1/+1
* | [Project] Adjust some final bitsVsevolod Stakhov2024-04-082-9/+17
* | [Project] Write a function to adjust grow factor properlyVsevolod Stakhov2024-04-081-0/+42
* | [Project] Rework grow factor as it is currently brokenVsevolod Stakhov2024-04-083-44/+10
|/
* [Fix] Honor dynamic thresholds for greylisting moduleVsevolod Stakhov2024-04-052-1/+42
* [Minor] Remove redundant metric nameVsevolod Stakhov2024-04-051-1/+1
* [Fix] Update greylisting threshold as it can be easily dynamicVsevolod Stakhov2024-04-051-7/+4
* [Fix] Fix shared memory proxying when compression is setVsevolod Stakhov2024-04-031-68/+67
* [Feature] Allow custom milter quarantine and tempfail messagesVsevolod Stakhov2024-04-023-20/+73
* [Minor] Fix format of example setting (rspamd.com#736)Andrew Lewis2024-03-251-1/+1
* [CritFix] Protect regexp matcher from regexps with empty patternsVsevolod Stakhov2024-03-223-1/+15
* [Minor] Deny zero length in regexp search functionsVsevolod Stakhov2024-03-221-11/+5
* [Fix] Fix inconsistent nesting in mime partsVsevolod Stakhov2024-03-201-1/+8
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-18241-8376/+8402
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-18118-861/+861
* [Minor] Another similar `getline` fixVsevolod Stakhov2024-03-151-2/+2
* [Minor] Fix irrelevant issue with the `getline` invocationVsevolod Stakhov2024-03-151-1/+1
* [Fix] Do not save multipatterns to FS in certain casesVsevolod Stakhov2024-03-157-29/+39
* [Fix] Fuzzy add/delete handlers are badly broken for compressionVsevolod Stakhov2024-03-141-2/+7
* [Minor] Use zstd compression by default in the clientVsevolod Stakhov2024-03-131-2/+2
* [Feature] Use msgpack in the clientVsevolod Stakhov2024-03-121-4/+11
* [Minor] Fix invocationVsevolod Stakhov2024-03-113-3/+3
* [Feature] Support reply in message pack formatVsevolod Stakhov2024-03-115-14/+55
* [Rework] Another rework of the dkim signing logicVsevolod Stakhov2024-03-091-21/+18
* [Rework] Allow multiple conditions for dkim signing when using vault/redisVsevolod Stakhov2024-03-091-1/+1
* [Minor] Add HTTP_MAGIC_SVG keymoisseev2024-03-071-2/+3
* [Minor] Serve SVG with the correct CTmoisseev2024-03-071-0/+1
* [Feature] Further optimization to the hot pathVsevolod Stakhov2024-03-061-6/+10
* [Rework] Rework dynamic usageVsevolod Stakhov2024-03-053-6/+112
* [Minor] Fix lua_tensor usageVsevolod Stakhov2024-03-052-11/+9
* [Rework] Use direct hashing instead of string hashingVsevolod Stakhov2024-03-052-11/+13
* [Project] Convert the remainingVsevolod Stakhov2024-03-0543-319/+413
* [Minor] Forgotten filesVsevolod Stakhov2024-03-052-0/+46
* [Project] Start optimization of userdata hashingVsevolod Stakhov2024-03-0518-57/+65
* [Fix] Update `nconns` in proxyVsevolod Stakhov2024-03-021-0/+4
* [Minor] Ask for utf8 string from libarchiveVsevolod Stakhov2024-02-281-1/+1
* [Minor] Detect encryption when libarchive is usedVsevolod Stakhov2024-02-281-0/+7
* [Project] Use libarchive for troublesome archivesVsevolod Stakhov2024-02-281-9/+40
* [Fix] Allow different template expansion parametersVsevolod Stakhov2024-02-211-3/+3
* Revert "[Fix] Fix history key, as we use `{=` and not `{{` in templates"Vsevolod Stakhov2024-02-211-1/+1
* [Fix] Fix history key, as we use `{=` and not `{{` in templatesVsevolod Stakhov2024-02-211-1/+1
* [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