aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_magic
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Escape regexp quantifiersVsevolod Stakhov2021-07-171-3/+3
|
* [Minor] Do not treat ASiC files as pure archivesVsevolod Stakhov2021-06-172-5/+10
| | | | | Issue: #3790 Closes: #3790
* [Minor] Add ASICE format supportVsevolod Stakhov2021-06-172-1/+7
| | | | Issue: #3790
* [Minor] Another try to fix the logic around 8bit charsets handlingVsevolod Stakhov2021-05-171-3/+0
|
* [Minor] Fix non-utf inputs checkingVsevolod Stakhov2021-05-171-0/+4
|
* [Minor] Try to fix another boundary issueVsevolod Stakhov2021-05-071-1/+1
|
* [Minor] Sigh, another condition fixVsevolod Stakhov2021-05-061-3/+3
|
* [Minor] Fix check conditionVsevolod Stakhov2021-05-061-1/+1
|
* [Minor] Lua_magic: Return utf8 check as it is useful for many casesVsevolod Stakhov2021-04-221-0/+15
|
* [Minor] Lua_magic: Really add an exclusion...Vsevolod Stakhov2021-04-221-3/+3
|
* [Minor] Lua_magic: Make an exclusion for message partsVsevolod Stakhov2021-04-221-1/+1
|
* [Rework] Lua_magic: Try to detect text parts with 8bit characters for ↵Vsevolod Stakhov2021-04-221-25/+31
| | | | non-utf8 encodings
* [Minor] Lua_magic: Add vcf magic patternVsevolod Stakhov2021-01-121-0/+9
|
* [Minor] Lua_magic: Minor changesVsevolod Stakhov2021-01-041-2/+5
|
* [Minor] Magic: try avoid false positive exe detectionAndrew Lewis2021-01-042-1/+20
|
* [Minor] Lua_magic: Use larger span to look for text patternsVsevolod Stakhov2020-12-031-3/+3
|
* [Minor] Lua_magic: Add ics patternVsevolod Stakhov2020-11-201-0/+9
|
* [Minor] Lua_magic: Do not treat by default non-text part as textVsevolod Stakhov2020-11-201-0/+5
|
* [Minor] rspamd_text:byte() metamethodAndrew Lewis2020-11-161-1/+1
|
* [Minor] Lua_magic: RTF should not be treated as text without conversionVsevolod Stakhov2020-11-041-1/+1
|
* [Minor] Lua_magic: Improve html detection heuristicVsevolod Stakhov2020-10-211-0/+7
|
* [Minor] Lua_magic: Improve html patternsVsevolod Stakhov2020-09-251-9/+10
|
* [Minor] Add alzip magic numbersVsevolod Stakhov2020-09-202-0/+28
|
* [Minor] Improve exe files detectionVsevolod Stakhov2020-09-061-2/+2
| | | | Issue: #3481
* [Minor] Improve lua_magic HTML content type checkAnton Yuzhaninov2020-08-201-2/+2
| | | | | | | | | | Types which are used for html (xhtml) attachments: text/html application/html application/xhtml+xml Type which cannot be found in the wild: text/htm
* [Minor] Do not autodetect html parts as text partsVsevolod Stakhov2020-07-161-0/+5
|
* [Minor] Add sanity checkVsevolod Stakhov2020-06-161-21/+23
|
* [Minor] Further improve patternsVsevolod Stakhov2020-05-111-2/+2
|
* [Minor] Remove redundant patternVsevolod Stakhov2020-05-111-6/+0
|
* [Minor] Improve pdf magic detectionVsevolod Stakhov2020-05-113-17/+38
|
* [Minor] Add limit for number of files processed in archivesVsevolod Stakhov2020-04-281-1/+1
|
* [Fix] Disable text detection heuristics for encrypted partsVsevolod Stakhov2020-04-281-0/+13
| | | | Issue: #3349
* [Minor] Lua_magic: Add ical and vcard supportVsevolod Stakhov2019-11-212-20/+36
|
* [Feature] Support uuencodingVsevolod Stakhov2019-10-231-0/+2
|
* [Feature] Lua_scanners: Use lua magic for inclusion/exclusion logicVsevolod Stakhov2019-10-141-0/+13
|
* [Feature] Multimap: Do not check files in office archivesVsevolod Stakhov2019-10-141-0/+2
|
* [Minor] Lua_magic: Fix csv detectionVsevolod Stakhov2019-10-071-9/+13
|
* [Minor] Fix text parts heuristicVsevolod Stakhov2019-10-071-8/+32
|
* [Minor] Be more strict when checking for text partsVsevolod Stakhov2019-10-071-1/+1
|
* [Minor] Lua_magic: Extend dmg patternVsevolod Stakhov2019-10-051-2/+2
|
* [Minor] Lua_magic: Relax jpeg patternVsevolod Stakhov2019-09-241-2/+2
|
* [Minor] Lua_magic: Add bat files detectionVsevolod Stakhov2019-09-242-0/+13
|
* [Project] Lua_magic: Add images patternsVsevolod Stakhov2019-09-242-9/+41
|
* [Minor] Lua_magic: Add types for .jar and for .apkVsevolod Stakhov2019-09-242-1/+12
|
* [Minor] Lua_magic: Improve hyperscan usageVsevolod Stakhov2019-09-242-5/+11
|
* [Minor] Add starting mark to patterns with offset 0Vsevolod Stakhov2019-09-242-9/+24
|
* [Minor] Oops, fix dwg supportVsevolod Stakhov2019-09-241-3/+5
|
* [Minor] Add .dwg files supportVsevolod Stakhov2019-09-232-0/+11
|
* [Minor] Fix tests and jpeg caseVsevolod Stakhov2019-09-212-8/+4
|
* [Minor] Add support for mozlz4Vsevolod Stakhov2019-09-121-0/+6
|