aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Project] Some further fixesvstakhov-fasttext-langdetVsevolod Stakhov2023-04-292-20/+45
|
* [Fix] Ignore non-unique stop wordsVsevolod Stakhov2023-04-291-8/+30
|
* [Project] Implement fasttext language detectionVsevolod Stakhov2023-04-293-71/+158
|
* [Conf] Add language detection configurationVsevolod Stakhov2023-04-293-2/+18
|
* [Project] Show fasttext infoVsevolod Stakhov2023-04-293-2/+39
|
* [Project] Add preliminary language detector based on fasttext libraryVsevolod Stakhov2023-04-295-0/+243
|
* [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
|
* [Conf] Add `one_shot` to some specific multimap rulesVsevolod Stakhov2023-04-231-0/+7
|
* [Minor] Add build system support for fasttext libraryVsevolod Stakhov2023-04-231-0/+7
|
* [Minor] Improve optionsVsevolod Stakhov2023-04-221-2/+14
|
* [Feature] Add extra symbol when URL redirector reaches nested limitVsevolod Stakhov2023-04-222-2/+28
| | | | 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 #4422 from a16bitsysop/redirectorVsevolod Stakhov2023-04-172-609/+0
|\ | | | | [Fix] remove obsolete rspamd-redirector files
| * [Fix] remove obsolete rspamd-redirector filesDuncan Bellamy2023-03-052-609/+0
| | | | | | | | * fixes #4421
* | Merge pull request #4461 from moisseev/webuiVsevolod Stakhov2023-04-161-18/+11
|\ \ | | | | | | [Minor] Fix pagination control border radius
| * | [Minor] Remove obsolete CSS rulemoisseev2023-04-131-11/+0
| | |
| * | [Minor] Fix pagination control border radiusmoisseev2023-04-131-7/+11
| | |
* | | 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] Update lua-tableshape to 2.6.0Vsevolod Stakhov2023-04-092-188/+642
| | | | | | | | | | | | Issue: #4455
* | | [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] Pet luacheckVsevolod Stakhov2023-04-071-1/+2
| | |
* | | [Minor] Fix key type in outputVsevolod Stakhov2023-04-071-3/+5
| | |
* | | [Minor] Print more useful information in the `--version` outputVsevolod Stakhov2023-04-071-4/+28
| | |
* | | [Minor] Add `dnskey` type of outputVsevolod Stakhov2023-04-071-1/+4
| | | | | | | | | | | | Issue: #4429
* | | [Fix] Do not use `rspamadm.dkim_keygen`Vsevolod Stakhov2023-04-071-1/+4
| | |
* | | [Feature] Finish all features of dkim_keygen in LuaVsevolod Stakhov2023-04-074-387/+60
| | |
* | | [Rework] Write dkim keygen tool in luaVsevolod Stakhov2023-04-074-4/+151
| | |
* | | [Minor] Allow to save private key in outputVsevolod Stakhov2023-04-071-3/+10
| | |
* | | [Minor] Fix openssl invocationVsevolod Stakhov2023-04-071-1/+1
| | |
* | | [Test] Add unit testingVsevolod Stakhov2023-04-071-0/+10
| | |
* | | [Feature] Add some missing functions to `lua_rsa` libraryVsevolod Stakhov2023-04-071-1/+122
| | |
* | | Merge pull request #4457 from moisseev/rspamd-statsVsevolod Stakhov2023-04-061-5/+5
|\ \ \ | | | | | | | | [Minor] Use a scalar variable as a dir handle
| * | | [Minor] Use a scalar variable as a dir handleAlexander Moisseev2023-04-061-5/+5
|/ / / | | | | | | | | | instead of a bareword
* | | [Minor] Re-sign drone yamlVsevolod Stakhov2023-04-051-1/+1
| | |
* | | Merge pull request #4453 from moisseev/webuiVsevolod Stakhov2023-04-055-12/+9
|\ \ \ | | | | | | | | [WebUI] Fix "Clean history" button enabling/disabling in the Scan tab
| * | | [Test] Fix Stylelint and npm warningsmoisseev2023-04-053-9/+4
| | | |
| * | | [WebUI] Fix "Clean history" buttonmoisseev2023-04-052-3/+5
| | | | | | | | | | | | | | | | enabling/disabling in the Scan tab
* | | | [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
| | |
* | | Merge pull request #4448 from simbuerg/simbuerg/fix-double-dip-ratelimitVsevolod Stakhov2023-03-301-1/+1
|\ \ \ | |/ / |/| | [Fix] Avoid double-dip of nrcpt when calculating ratelimit condition
| * | fix: avoid double-dip of nrcpt when calculating ratelimit conditionAndreas Simbuerger2023-03-291-1/+1
|/ / | | | | | | | | Before this commit, rspamd would consider the number of recipients of the current message twice when calculating the ratelimit condition.
* | [Test] Add unit tests for the compression functionsVsevolod Stakhov2023-03-261-23/+95
| |
* | [Minor] Fix some issues with the in-place gzip, add gunzipVsevolod Stakhov2023-03-262-5/+73
| |