Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Fix] Ignore non-unique stop words | Vsevolod Stakhov | 2023-04-29 | 1 | -8/+30 | |
| | ||||||
* | [Project] Implement fasttext language detection | Vsevolod Stakhov | 2023-04-29 | 3 | -71/+158 | |
| | ||||||
* | [Conf] Add language detection configuration | Vsevolod Stakhov | 2023-04-29 | 1 | -2/+2 | |
| | ||||||
* | [Project] Show fasttext info | Vsevolod Stakhov | 2023-04-29 | 3 | -2/+39 | |
| | ||||||
* | [Project] Add preliminary language detector based on fasttext library | Vsevolod Stakhov | 2023-04-29 | 3 | -0/+241 | |
| | ||||||
* | [Minor] Remove unused macro | Vsevolod Stakhov | 2023-04-27 | 1 | -27/+0 | |
| | ||||||
* | [Test] Fix unit tests | Vsevolod Stakhov | 2023-04-26 | 2 | -4/+15 | |
| | ||||||
* | [Feature] Add html parsing limit | Vsevolod Stakhov | 2023-04-26 | 6 | -11/+48 | |
| | ||||||
* | [Minor] Use utf8 compatible comparison | Vsevolod Stakhov | 2023-04-25 | 1 | -1/+2 | |
| | ||||||
* | [Minor] Improve options | Vsevolod Stakhov | 2023-04-22 | 1 | -2/+14 | |
| | ||||||
* | [Feature] Add extra symbol when URL redirector reaches nested limit | Vsevolod Stakhov | 2023-04-22 | 1 | -2/+23 | |
| | | | | Issue: #4406 | |||||
* | [Fix] Include the last character when parsing the last header with no value | Vsevolod Stakhov | 2023-04-21 | 1 | -3/+8 | |
| | | | | Issue: #4388 | |||||
* | Merge pull request #4449 from jendis/fix_arc | Vsevolod Stakhov | 2023-04-15 | 1 | -3/+6 | |
|\ | | | | | [CritFix] Fix arc signing | |||||
| * | fixup! arc.lua: fix signature of ARC-Seal header | Jan Smutny | 2023-03-31 | 1 | -0/+2 | |
| | | ||||||
| * | arc.lua: fix signature of ARC-Seal header | Jan Smutny | 2023-03-30 | 1 | -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 func | Jan Smutny | 2023-03-30 | 1 | -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 policy | Vsevolod Stakhov | 2023-04-08 | 1 | -4/+17 | |
| | | ||||||
* | | [Feature] Add ability to deny specific fuzzy flags by default | Vsevolod Stakhov | 2023-04-08 | 1 | -3/+72 | |
| | | ||||||
* | | [Minor] Print more useful information in the `--version` output | Vsevolod Stakhov | 2023-04-07 | 1 | -4/+28 | |
| | | ||||||
* | | [Feature] Finish all features of dkim_keygen in Lua | Vsevolod Stakhov | 2023-04-07 | 3 | -387/+35 | |
| | | ||||||
* | | [Rework] Write dkim keygen tool in lua | Vsevolod Stakhov | 2023-04-07 | 3 | -4/+7 | |
| | | ||||||
* | | [Minor] Allow to save private key in output | Vsevolod Stakhov | 2023-04-07 | 1 | -3/+10 | |
| | | ||||||
* | | [Minor] Fix openssl invocation | Vsevolod Stakhov | 2023-04-07 | 1 | -1/+1 | |
| | | ||||||
* | | [Feature] Add some missing functions to `lua_rsa` library | Vsevolod Stakhov | 2023-04-07 | 1 | -1/+122 | |
| | | ||||||
* | | [Rework] Default max shots must not influence options | Vsevolod Stakhov | 2023-04-04 | 1 | -2/+1 | |
| | | | | | | | | Issue: #4450 | |||||
* | | [Minor] Do not propagate broken headers flag for attached messages | Vsevolod Stakhov | 2023-04-03 | 1 | -1/+4 | |
|/ | ||||||
* | [Minor] Fix some issues with the in-place gzip, add gunzip | Vsevolod Stakhov | 2023-03-26 | 2 | -5/+73 | |
| | ||||||
* | [Feature] Use in-place deflation for strings | Vsevolod Stakhov | 2023-03-25 | 1 | -41/+43 | |
| | ||||||
* | [Minor] Sigh, some more portability for gcc | Vsevolod Stakhov | 2023-03-25 | 1 | -0/+3 | |
| | ||||||
* | [Minor] Remove dup | Vsevolod Stakhov | 2023-03-25 | 1 | -5/+0 | |
| | ||||||
* | [Minor] A more universal one.. | Vsevolod Stakhov | 2023-03-25 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Uh-oh, fix compilers compatibility | Vsevolod Stakhov | 2023-03-25 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Print important Rspamd definitions in `-v` output | Vsevolod Stakhov | 2023-03-25 | 1 | -2/+34 | |
| | ||||||
* | [Minor] Move redis scripts from ratelimit file to simplify checks | Vsevolod Stakhov | 2023-03-25 | 1 | -148/+6 | |
| | ||||||
* | [Test] Add some more test cases | Vsevolod Stakhov | 2023-03-21 | 1 | -0/+12 | |
| | ||||||
* | Merge pull request #4436 from a16bitsysop/warnings | Vsevolod Stakhov | 2023-03-17 | 2 | -0/+8 | |
|\ | | | | | [Minor] Fix some compiler warnings | |||||
| * | [Minor] Fix some compiler warnings | Duncan Bellamy | 2023-03-14 | 2 | -0/+8 | |
| | | ||||||
* | | [Minor] Add safe-guard for a number of regular expressions to be cached | Vsevolod Stakhov | 2023-03-17 | 2 | -32/+9 | |
| | | ||||||
* | | [Minor] Fix some `uptime` output artefacts | Vsevolod Stakhov | 2023-03-17 | 1 | -4/+4 | |
|/ | ||||||
* | [Minor] Fix build with old hyperscan... | Vsevolod Stakhov | 2023-03-05 | 1 | -1/+6 | |
| | ||||||
* | [Minor] One more mkstemp usage | Vsevolod Stakhov | 2023-03-04 | 2 | -8/+7 | |
| | ||||||
* | [Minor] Use `mkstemp` in one more place | Vsevolod Stakhov | 2023-03-04 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Use mkstemp for temporary hyperscan cache file | Vsevolod Stakhov | 2023-03-04 | 1 | -3/+3 | |
| | ||||||
* | [Fix] Fix url reputation plugin | Vsevolod Stakhov | 2023-03-03 | 1 | -28/+17 | |
| | | | | Issue: #4415 | |||||
* | Merge pull request #4416 from nishils/fix-x-rspamd-action | Vsevolod Stakhov | 2023-03-02 | 1 | -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 Shah | 2023-02-28 | 1 | -1/+1 | |
| | | | | | | | | where the value should be a string and the actual action | |||||
* | | [Fix] Add a database check function unless we have anything from Hyperscan | Vsevolod Stakhov | 2023-03-02 | 1 | -27/+60 | |
| | | | | | | | | Related: https://github.com/intel/hyperscan/issues/389 | |||||
* | | [Fix] Normalize glob paths to avoid hash table misses | Vsevolod Stakhov | 2023-03-02 | 1 | -6/+10 | |
|/ | ||||||
* | [Minor] Be more consistent about the trailing slash | Vsevolod Stakhov | 2023-02-27 | 2 | -3/+13 | |
| | ||||||
* | [Minor] Avoid to initialise string with nullptr | Vsevolod Stakhov | 2023-02-27 | 1 | -2/+10 | |
| |