aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Fix for old hyperscanVsevolod Stakhov2023-05-251-1/+1
* [Fix] Fix an old issue with order of destruction race between redis pool and luaVsevolod Stakhov2023-05-254-6/+25
* [Fix] Try harder to remove bad hyperscan filesVsevolod Stakhov2023-05-251-7/+17
* [Fix] Fix parsing due to old bug revealedVsevolod Stakhov2023-05-243-7/+7
* [Minor] Avoid using registry to store traverse function + cleanupVsevolod Stakhov2023-05-211-5/+8
* [Minor] Add maps:foreach method in the Lua APIVsevolod Stakhov2023-05-201-0/+80
* [Minor] Avoid using of gio in RspamdVsevolod Stakhov2023-05-202-26/+22
* [Minor] Make read_passphrase utility more universalVsevolod Stakhov2023-05-202-6/+21
* [Minor] Fix help outputVsevolod Stakhov2023-05-201-1/+2
* [Feature] Add controller endpoint to get fuzzy hashes from messagesVsevolod Stakhov2023-05-201-0/+105
* [Feature] Allow to have weak flags in fuzzy storageVsevolod Stakhov2023-05-203-22/+53
* [Minor] Remove redundant variableVsevolod Stakhov2023-05-191-1/+0
* [Minor] Always report multipattern compile errorVsevolod Stakhov2023-05-183-3/+16
* [Minor] Fix newindexVsevolod Stakhov2023-05-161-2/+17
* [Minor] Allow more sane flags and ids syntax when register symbolsVsevolod Stakhov2023-05-161-96/+120
* [Minor] Fix old bug that score was not converted to a numberVsevolod Stakhov2023-05-151-1/+1
* [Feature] Allow to read options from maps in the multimap pluginVsevolod Stakhov2023-05-131-17/+28
* [Minor] Allow to run without an explicit group name when `-u` is setVsevolod Stakhov2023-05-131-1/+2
* [Fix] Fix format string usageVsevolod Stakhov2023-05-131-1/+1
* [Fix] Set proper counterVsevolod Stakhov2023-05-121-1/+1
* [Fix] Update stats before encryption...Vsevolod Stakhov2023-05-121-12/+27
* [Minor] Ignore FUZZY_STATVsevolod Stakhov2023-05-121-10/+12
* [Minor] Fix fuzzy statsVsevolod Stakhov2023-05-121-26/+28
* [Minor] Output flags stat per keyVsevolod Stakhov2023-05-081-1/+14
* [Feature] Count stats per key per flagVsevolod Stakhov2023-05-081-38/+74
* [Minor] More code modernisationsVsevolod Stakhov2023-05-071-36/+19
* [Minor] Fix some legacyVsevolod Stakhov2023-05-071-60/+27
* [Minor] Show the fasttext status in version outputVsevolod Stakhov2023-05-061-0/+5
* [Minor] Lua_util: Add normalize_utf8 utilityVsevolod Stakhov2023-05-054-5/+52
* [Minor] Add some more debug to the fasttext classifierVsevolod Stakhov2023-05-034-4/+17
* [Feature] Allow to use other methods when fasttext detection is enabledVsevolod Stakhov2023-05-021-1/+9
* [Fix] Feed fasttext language model with the pre-tokenized wordsVsevolod Stakhov2023-05-023-26/+53
* [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-291-2/+2
* [Project] Show fasttext infoVsevolod Stakhov2023-04-293-2/+39
* [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
* [Fix] Include the last character when parsing the last header with no valueVsevolod Stakhov2023-04-211-3/+8
* Merge pull request #4449 from jendis/fix_arcVsevolod Stakhov2023-04-151-3/+6
|\
| * 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
| * arc.lua: fix usage of ARC-Authentication-Results in arc_sign_seal funcJan Smutny2023-03-301-2/+3
* | [Minor] Fix include/exclude policyVsevolod Stakhov2023-04-081-4/+17