aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_fuzzy.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Apply schema for all fuzzy rulesVsevolod Stakhov2023-10-051-1/+14
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-20/+21
* [Minor] Consider subject when checking hash function input lengthVsevolod Stakhov2022-08-021-0/+7
* [Fix] Adjust length of the fuzzy checks for short text partsVsevolod Stakhov2022-08-021-1/+5
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-251-1/+1
* Spelling (#4086)Josh Soref2022-02-221-1/+1
* [Fix] Lua_fuzzy: Remove text parts check when checking image dimensionsVsevolod Stakhov2021-03-221-18/+7
* [Minor] Fix plain Lua compatibilityVsevolod Stakhov2021-03-071-1/+8
* [Minor] Adjust defaultVsevolod Stakhov2020-09-281-1/+1
* [Fix] Fuzzy_check: Disable shingles for short texts (really)Vsevolod Stakhov2020-09-281-3/+7
* [Minor] Fix typo in lua_fuzzy optionsAnton Yuzhaninov2020-07-261-2/+2
* [Feature] Implement content hashesVsevolod Stakhov2020-01-221-0/+9
* [Feature] Mime_types: Use detected content type as wellVsevolod Stakhov2018-12-111-2/+9
* [Minor] Use is_attachment where usefulVsevolod Stakhov2018-11-221-1/+1
* [Fix] Fix override_defaults functionVsevolod Stakhov2018-11-131-0/+1
* [Minor] Various fixes in lua_fuzzy libraryVsevolod Stakhov2018-11-081-3/+4
* [Minor] Improve logic of parts selection and fix some corner casesVsevolod Stakhov2018-11-061-11/+28
* [Minor] Fix various issues with lua_fuzzyVsevolod Stakhov2018-11-061-16/+40
* [Minor] Fix tableshape usage, add cleanup rules methodVsevolod Stakhov2018-11-061-4/+8
* [Minor] Add some logic to use mime_types tracking in fuzzy checksVsevolod Stakhov2018-11-061-1/+18
* [Minor] Do not bother about parts with no filenameVsevolod Stakhov2018-11-051-1/+5
* [Project] Add logic to check content typeVsevolod Stakhov2018-11-051-1/+32
* [Project] Add images check logicVsevolod Stakhov2018-11-021-0/+43
* [Project] Add logic for checking of the text partsVsevolod Stakhov2018-11-021-2/+71
* [Project] Initial addition of lua helpers for fuzzyVsevolod Stakhov2018-11-011-0/+103