aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Project] Add preliminary language detector based on fasttext libraryVsevolod Stakhov2023-04-293-0/+241
|
* [Minor] Remove unused macroVsevolod Stakhov2023-04-271-27/+0
|
* [Test] Fix unit testsVsevolod Stakhov2023-04-262-4/+15
|
* [Feature] Add html parsing limitVsevolod Stakhov2023-04-266-11/+48
|
* [Minor] Use utf8 compatible comparisonVsevolod Stakhov2023-04-251-1/+2
|
* [Minor] Improve optionsVsevolod Stakhov2023-04-221-2/+14
|
* [Feature] Add extra symbol when URL redirector reaches nested limitVsevolod Stakhov2023-04-221-2/+23
| | | | Issue: #4406
* [Fix] Include the last character when parsing the last header with no valueVsevolod Stakhov2023-04-211-3/+8
| | | | Issue: #4388
* Merge pull request #4449 from jendis/fix_arcVsevolod Stakhov2023-04-151-3/+6
|\ | | | | [CritFix] Fix arc signing
| * fixup! arc.lua: fix signature of ARC-Seal headerJan Smutny2023-03-311-0/+2
| |
| * arc.lua: fix signature of ARC-Seal headerJan Smutny2023-03-301-1/+1
| | | | | | | | | | | | The ARC Set header field values must be supplied to the hash function in increasing instance order, starting at 1. Defined in https://www.rfc-editor.org/rfc/rfc8617.html#section-5.1.1.
| * arc.lua: fix usage of ARC-Authentication-Results in arc_sign_seal funcJan Smutny2023-03-301-2/+3
| | | | | | | | | | | | | | The ARC-Authentication-Results header field was gathered in function arc_sign_seal directly from headers. This commit adds the sorted ARC-Authentication-Results header to cache which is then reused in arc_sign_seal function.
* | [Minor] Fix include/exclude policyVsevolod Stakhov2023-04-081-4/+17
| |
* | [Feature] Add ability to deny specific fuzzy flags by defaultVsevolod Stakhov2023-04-081-3/+72
| |
* | [Minor] Print more useful information in the `--version` outputVsevolod Stakhov2023-04-071-4/+28
| |
* | [Feature] Finish all features of dkim_keygen in LuaVsevolod Stakhov2023-04-073-387/+35
| |
* | [Rework] Write dkim keygen tool in luaVsevolod Stakhov2023-04-073-4/+7
| |
* | [Minor] Allow to save private key in outputVsevolod Stakhov2023-04-071-3/+10
| |
* | [Minor] Fix openssl invocationVsevolod Stakhov2023-04-071-1/+1
| |
* | [Feature] Add some missing functions to `lua_rsa` libraryVsevolod Stakhov2023-04-071-1/+122
| |
* | [Rework] Default max shots must not influence optionsVsevolod Stakhov2023-04-041-2/+1
| | | | | | | | Issue: #4450
* | [Minor] Do not propagate broken headers flag for attached messagesVsevolod Stakhov2023-04-031-1/+4
|/
* [Minor] Fix some issues with the in-place gzip, add gunzipVsevolod Stakhov2023-03-262-5/+73
|
* [Feature] Use in-place deflation for stringsVsevolod Stakhov2023-03-251-41/+43
|
* [Minor] Sigh, some more portability for gccVsevolod Stakhov2023-03-251-0/+3
|
* [Minor] Remove dupVsevolod Stakhov2023-03-251-5/+0
|
* [Minor] A more universal one..Vsevolod Stakhov2023-03-251-1/+1
|
* [Minor] Uh-oh, fix compilers compatibilityVsevolod Stakhov2023-03-251-1/+1
|
* [Minor] Print important Rspamd definitions in `-v` outputVsevolod Stakhov2023-03-251-2/+34
|
* [Minor] Move redis scripts from ratelimit file to simplify checksVsevolod Stakhov2023-03-251-148/+6
|
* [Test] Add some more test casesVsevolod Stakhov2023-03-211-0/+12
|
* Merge pull request #4436 from a16bitsysop/warningsVsevolod Stakhov2023-03-172-0/+8
|\ | | | | [Minor] Fix some compiler warnings
| * [Minor] Fix some compiler warningsDuncan Bellamy2023-03-142-0/+8
| |
* | [Minor] Add safe-guard for a number of regular expressions to be cachedVsevolod Stakhov2023-03-172-32/+9
| |
* | [Minor] Fix some `uptime` output artefactsVsevolod Stakhov2023-03-171-4/+4
|/
* [Minor] Fix build with old hyperscan...Vsevolod Stakhov2023-03-051-1/+6
|
* [Minor] One more mkstemp usageVsevolod Stakhov2023-03-042-8/+7
|
* [Minor] Use `mkstemp` in one more placeVsevolod Stakhov2023-03-041-2/+2
|
* [Minor] Use mkstemp for temporary hyperscan cache fileVsevolod Stakhov2023-03-041-3/+3
|
* [Fix] Fix url reputation pluginVsevolod Stakhov2023-03-031-28/+17
| | | | Issue: #4415
* Merge pull request #4416 from nishils/fix-x-rspamd-actionVsevolod Stakhov2023-03-021-1/+1
|\ | | | | Fix for x-rspamd-action in Milter headers module
| * when metric action is not defined, it reads a score causing a type error ↵Nishil Shah2023-02-281-1/+1
| | | | | | | | where the value should be a string and the actual action
* | [Fix] Add a database check function unless we have anything from HyperscanVsevolod Stakhov2023-03-021-27/+60
| | | | | | | | Related: https://github.com/intel/hyperscan/issues/389
* | [Fix] Normalize glob paths to avoid hash table missesVsevolod Stakhov2023-03-021-6/+10
|/
* [Minor] Be more consistent about the trailing slashVsevolod Stakhov2023-02-272-3/+13
|
* [Minor] Avoid to initialise string with nullptrVsevolod Stakhov2023-02-271-2/+10
|
* [Fix] Add hyperscan databases sanity checkVsevolod Stakhov2023-02-272-7/+32
| | | | Issue: #4409
* [Fix] Do not do `lstat` when we are creating fileVsevolod Stakhov2023-02-271-10/+12
|
* [Minor] Allow content URLs in the url_redirectorVsevolod Stakhov2023-02-261-0/+1
| | | | Issue: #4411
* [Minor] Honor more redirect 3xx codesVsevolod Stakhov2023-02-251-1/+9
| | | | Issue: #4395