| Commit message (Expand) | Author | Age | Files | Lines |
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 3 | -122/+148 |
* | [Minor] Lua_magic: Try to reduce fp rate for html heuristic | Vsevolod Stakhov | 2023-07-02 | 1 | -2/+2 |
* | Use the correct mime format for 7z | Jason Stephenson | 2023-06-19 | 1 | -1/+1 |
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 4 | -4/+4 |
* | [Minor] Fix detection for some csv cases | Vsevolod Stakhov | 2022-03-13 | 1 | -0/+6 |
* | [Feature] Lua_magic: Add a sane CSV heuristic | Vsevolod Stakhov | 2021-12-03 | 1 | -1/+65 |
* | [Minor] Lua_magic: Add another spammy JS pattern | Vsevolod Stakhov | 2021-08-24 | 1 | -0/+1 |
* | [Fix] Add a special logic for text part with no text extraction | Vsevolod Stakhov | 2021-08-16 | 1 | -0/+4 |
* | [Minor] Lua_magic: Fix detection for the parts with file names | Vsevolod Stakhov | 2021-08-16 | 1 | -4/+8 |
* | [Minor] Lua_magic: Slight re tune | Vsevolod Stakhov | 2021-08-13 | 1 | -1/+1 |
* | [Minor] Lua_magic: Fix xml detection | Vsevolod Stakhov | 2021-08-13 | 2 | -9/+16 |
* | [Minor] Lua_magic: Do not treat xml as html | Vsevolod Stakhov | 2021-08-13 | 1 | -1/+0 |
* | [Minor] Escape regexp quantifiers | Vsevolod Stakhov | 2021-07-17 | 1 | -3/+3 |
* | [Minor] Do not treat ASiC files as pure archives | Vsevolod Stakhov | 2021-06-17 | 2 | -5/+10 |
* | [Minor] Add ASICE format support | Vsevolod Stakhov | 2021-06-17 | 2 | -1/+7 |
* | [Minor] Another try to fix the logic around 8bit charsets handling | Vsevolod Stakhov | 2021-05-17 | 1 | -3/+0 |
* | [Minor] Fix non-utf inputs checking | Vsevolod Stakhov | 2021-05-17 | 1 | -0/+4 |
* | [Minor] Try to fix another boundary issue | Vsevolod Stakhov | 2021-05-07 | 1 | -1/+1 |
* | [Minor] Sigh, another condition fix | Vsevolod Stakhov | 2021-05-06 | 1 | -3/+3 |
* | [Minor] Fix check condition | Vsevolod Stakhov | 2021-05-06 | 1 | -1/+1 |
* | [Minor] Lua_magic: Return utf8 check as it is useful for many cases | Vsevolod Stakhov | 2021-04-22 | 1 | -0/+15 |
* | [Minor] Lua_magic: Really add an exclusion... | Vsevolod Stakhov | 2021-04-22 | 1 | -3/+3 |
* | [Minor] Lua_magic: Make an exclusion for message parts | Vsevolod Stakhov | 2021-04-22 | 1 | -1/+1 |
* | [Rework] Lua_magic: Try to detect text parts with 8bit characters for non-utf... | Vsevolod Stakhov | 2021-04-22 | 1 | -25/+31 |
* | [Minor] Lua_magic: Add vcf magic pattern | Vsevolod Stakhov | 2021-01-12 | 1 | -0/+9 |
* | [Minor] Lua_magic: Minor changes | Vsevolod Stakhov | 2021-01-04 | 1 | -2/+5 |
* | [Minor] Magic: try avoid false positive exe detection | Andrew Lewis | 2021-01-04 | 2 | -1/+20 |
* | [Minor] Lua_magic: Use larger span to look for text patterns | Vsevolod Stakhov | 2020-12-03 | 1 | -3/+3 |
* | [Minor] Lua_magic: Add ics pattern | Vsevolod Stakhov | 2020-11-20 | 1 | -0/+9 |
* | [Minor] Lua_magic: Do not treat by default non-text part as text | Vsevolod Stakhov | 2020-11-20 | 1 | -0/+5 |
* | [Minor] rspamd_text:byte() metamethod | Andrew Lewis | 2020-11-16 | 1 | -1/+1 |
* | [Minor] Lua_magic: RTF should not be treated as text without conversion | Vsevolod Stakhov | 2020-11-04 | 1 | -1/+1 |
* | [Minor] Lua_magic: Improve html detection heuristic | Vsevolod Stakhov | 2020-10-21 | 1 | -0/+7 |
* | [Minor] Lua_magic: Improve html patterns | Vsevolod Stakhov | 2020-09-25 | 1 | -9/+10 |
* | [Minor] Add alzip magic numbers | Vsevolod Stakhov | 2020-09-20 | 2 | -0/+28 |
* | [Minor] Improve exe files detection | Vsevolod Stakhov | 2020-09-06 | 1 | -2/+2 |
* | [Minor] Improve lua_magic HTML content type check | Anton Yuzhaninov | 2020-08-20 | 1 | -2/+2 |
* | [Minor] Do not autodetect html parts as text parts | Vsevolod Stakhov | 2020-07-16 | 1 | -0/+5 |
* | [Minor] Add sanity check | Vsevolod Stakhov | 2020-06-16 | 1 | -21/+23 |
* | [Minor] Further improve patterns | Vsevolod Stakhov | 2020-05-11 | 1 | -2/+2 |
* | [Minor] Remove redundant pattern | Vsevolod Stakhov | 2020-05-11 | 1 | -6/+0 |
* | [Minor] Improve pdf magic detection | Vsevolod Stakhov | 2020-05-11 | 3 | -17/+38 |
* | [Minor] Add limit for number of files processed in archives | Vsevolod Stakhov | 2020-04-28 | 1 | -1/+1 |
* | [Fix] Disable text detection heuristics for encrypted parts | Vsevolod Stakhov | 2020-04-28 | 1 | -0/+13 |
* | [Minor] Lua_magic: Add ical and vcard support | Vsevolod Stakhov | 2019-11-21 | 2 | -20/+36 |
* | [Feature] Support uuencoding | Vsevolod Stakhov | 2019-10-23 | 1 | -0/+2 |
* | [Feature] Lua_scanners: Use lua magic for inclusion/exclusion logic | Vsevolod Stakhov | 2019-10-14 | 1 | -0/+13 |
* | [Feature] Multimap: Do not check files in office archives | Vsevolod Stakhov | 2019-10-14 | 1 | -0/+2 |
* | [Minor] Lua_magic: Fix csv detection | Vsevolod Stakhov | 2019-10-07 | 1 | -9/+13 |
* | [Minor] Fix text parts heuristic | Vsevolod Stakhov | 2019-10-07 | 1 | -8/+32 |