aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_mimepart.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Add is_attachment methodVsevolod Stakhov2018-11-221-0/+38
|
* [Minor] Add methods to extract real charset from text partsVsevolod Stakhov2018-11-161-0/+30
|
* [Minor] Add ID to mime partsVsevolod Stakhov2018-11-051-0/+23
|
* [Rework] Rework utf content processing in text partsVsevolod Stakhov2018-09-051-21/+21
| | | | | | - Store unicode in UTF parts - Store unicode for HTML parts - Rename struct fields and split them into unicode/utf components
* [Minor] Better Lua 5.3 compatibilityVsevolod Stakhov2018-08-151-18/+18
|
* [Feature] Add support for Lua API tracingVsevolod Stakhov2018-08-091-0/+42
|
* [Minor] Rework headers extracting APIVsevolod Stakhov2018-07-171-11/+27
|
* [Minor] Use proper hashing when getting texts fuzzy hashVsevolod Stakhov2018-07-041-1/+3
|
* [Feature] Add preliminary function to get fuzzy hashes from text in LuaVsevolod Stakhov2018-07-041-0/+128
|
* [Minor] Add mimepart:get_raw_content methodVsevolod Stakhov2018-06-011-1/+28
|
* [Feature] Allow to get multipart children in LuaVsevolod Stakhov2018-05-151-0/+59
|
* [Minor] Add lua_textpart:get_languages methodVsevolod Stakhov2018-01-221-2/+51
|
* [Project] Preliminary version of ngramms based language detectorVsevolod Stakhov2018-01-131-2/+2
|
* [Minor] Allow to get words from text partsVsevolod Stakhov2017-10-171-0/+39
|
* [Feature] More metatokensVsevolod Stakhov2017-09-231-1/+7
|
* [Minor] Fix types when iterating hashVsevolod Stakhov2017-07-131-6/+6
|
* [Feature] Add method to get all content-type attributes in LuaVsevolod Stakhov2017-07-131-2/+59
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Feature] Add text_part:get_stats functionVsevolod Stakhov2017-06-211-0/+62
|
* [Fix] Fix R_BAD_CTE_7BIT ruleVsevolod Stakhov2017-04-241-8/+8
| | | | Issue: #1590
* [Minor] Add lua methods to detect if a part has 8bit charactersVsevolod Stakhov2017-04-241-0/+58
|
* [Fix] Check return values from Lua functions called from CVsevolod Stakhov2017-04-051-7/+11
|
* [Minor] Fix headers_foreach invocationVsevolod Stakhov2017-04-051-1/+1
|
* [Minor] Allow to iterate mime headers as wellVsevolod Stakhov2017-04-041-0/+96
|
* [Feature] Add task:headers_foreach functionVsevolod Stakhov2017-04-041-1/+1
|
* [Minor] Fix various style issuesVsevolod Stakhov2017-03-231-1/+1
|
* [Feature] Allow to extract CTE in Lua APIVsevolod Stakhov2017-03-071-1/+25
|
* [Feature] Enchance text_part:get_content methodVsevolod Stakhov2017-03-061-4/+44
| | | | | | | | | | | This method now supports otional `type` attribute which could be following: - `content` (default): utf8 content with HTML tags stripped and newlines preserved - `content_oneline`: utf8 content with HTML tags and newlines stripped - `raw`: raw content, not mime decoded nor utf8 converted - `raw_parsed`: raw content, mime decoded, not utf8 converted - `raw_utf`: raw content, mime decoded, utf8 converted (but with HTML tags and newlines)
* [Feature] Add rule to detect broken content typeVsevolod Stakhov2017-03-031-0/+27
|
* [Rework|Minor] Continue new parser integrationVsevolod Stakhov2016-12-161-26/+17
|
* [Feature] Add mmap support to lua_textVsevolod Stakhov2016-10-081-4/+4
|
* [Feature] Stop using of GLists for headers, improve performanceVsevolod Stakhov2016-09-281-5/+8
|
* [Fix] Banish table.maxn from Lua partsAndrew Lewis2016-09-011-1/+1
|
* [Feature] Allow to get digest of a mime part from luaVsevolod Stakhov2016-08-151-0/+26
|
* [Feature] Add method to get urls length in a text partVsevolod Stakhov2016-08-051-0/+33
|
* [Feature] Add more functions to extract data from text partsVsevolod Stakhov2016-07-121-1/+55
|
* [Feature] Store more information about compressed filesVsevolod Stakhov2016-07-051-1/+3
|
* [Feature] Add new utility methods to mimepart objectVsevolod Stakhov2016-07-041-4/+167
|
* [Rework] Rename mime parts structuresVsevolod Stakhov2016-07-041-22/+22
|
* [Feature] Use rspamd specific type checks for userdataVsevolod Stakhov2016-05-051-2/+2
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-21/+12
|
* Fix raw length obtaining for certain html partsVsevolod Stakhov2015-11-171-1/+1
|
* Add textpart:get_words_count methodVsevolod Stakhov2015-10-131-0/+27
|
* Remove unused module.Vsevolod Stakhov2015-08-201-1/+0
|
* Add textpart:get_raw_length methodVsevolod Stakhov2015-07-231-1/+28
|
* Add text_part:get_html() method.Vsevolod Stakhov2015-07-231-0/+24
|
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-181-90/+0
|
* Allow owning lua_text.Vsevolod Stakhov2015-05-201-0/+2
|
* Allow to get mime part from text part in lua.Vsevolod Stakhov2015-04-291-0/+27
|
* Add line counts to lua mimepart API.Vsevolod Stakhov2015-04-291-0/+27
|