Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix rspamd_has_only_html_part function + refactor macro names | Vsevolod Stakhov | 2020-10-26 | 1 | -4/+5 |
| | |||||
* | [Minor] Do not count empty words | Vsevolod Stakhov | 2020-09-28 | 1 | -2/+2 |
| | |||||
* | [Minor] Allow attaching of urls to the mime parts | Vsevolod Stakhov | 2020-05-05 | 1 | -0/+1 |
| | |||||
* | [Rework] Urls: more rework of the urls sets | Vsevolod Stakhov | 2020-03-09 | 1 | -2/+2 |
| | |||||
* | [Fix] Avoid collisions in mempool variables by changing fuzzy caching logic | Vsevolod Stakhov | 2020-02-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix a455c6542212948969b6c115344e9d059606407a missing part | Vsevolod Stakhov | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | [Minor] Slightly rework lua specific | Vsevolod Stakhov | 2019-11-22 | 1 | -1/+14 |
| | |||||
* | [Rework] Change mime part specifics handling | Vsevolod Stakhov | 2019-11-21 | 1 | -4/+18 |
| | |||||
* | [Feature] Support uuencoding | Vsevolod Stakhov | 2019-10-23 | 1 | -0/+1 |
| | |||||
* | [Minor] Do not use enum to store binary flags | Vsevolod Stakhov | 2019-10-07 | 1 | -1/+1 |
| | |||||
* | [Rework] No more magic | Vsevolod Stakhov | 2019-09-09 | 1 | -0/+2 |
| | |||||
* | [Rework] Use opaque structure to store a table of mime headers | Vsevolod Stakhov | 2019-08-13 | 1 | -2/+2 |
| | |||||
* | [Project] Empty messages cases handling | Vsevolod Stakhov | 2019-07-12 | 1 | -0/+3 |
| | |||||
* | [Project] Fix digest calculation (use siphash) | Vsevolod Stakhov | 2019-07-12 | 1 | -12/+16 |
| | |||||
* | [Project] Move digest to message | Vsevolod Stakhov | 2019-07-12 | 1 | -0/+1 |
| | |||||
* | [Project] Fix init parts | Vsevolod Stakhov | 2019-07-12 | 1 | -2/+2 |
| | |||||
* | [Project] Rework plugins | Vsevolod Stakhov | 2019-07-12 | 1 | -1/+1 |
| | |||||
* | [Project] Further rework of mime headers processing | Vsevolod Stakhov | 2019-07-12 | 1 | -52/+20 |
| | |||||
* | [Project] Start mime structures refactoring | Vsevolod Stakhov | 2019-07-12 | 1 | -0/+38 |
| | |||||
* | [Rework] Add C++ guards to all headers | Vsevolod Stakhov | 2019-07-08 | 1 | -10/+19 |
| | |||||
* | [Project] Add spilling machine for received headers | Vsevolod Stakhov | 2019-02-06 | 1 | -30/+0 |
| | |||||
* | [Minor] Core: Store raw bondary in multipart node | Vsevolod Stakhov | 2018-12-17 | 1 | -1/+2 |
| | |||||
* | [Feature] Core: Add libmagic detection for all parts | Vsevolod Stakhov | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | [Minor] Count words based on text words | Vsevolod Stakhov | 2018-11-30 | 1 | -0/+1 |
| | |||||
* | [Project] Various unicode fixes in language detector | Vsevolod Stakhov | 2018-11-25 | 1 | -4/+0 |
| | |||||
* | [Minor] Add ID to mime parts | Vsevolod Stakhov | 2018-11-05 | 1 | -2/+6 |
| | |||||
* | [Fix] Fix various issues with parsing of the received headers | Vsevolod Stakhov | 2018-10-16 | 1 | -0/+1 |
| | |||||
* | [Rework] Rework language detector | Vsevolod Stakhov | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | [Minor] Add UText wrapper for stripped content | Vsevolod Stakhov | 2018-09-06 | 1 | -0/+2 |
| | |||||
* | [Rework] Rework utf content processing in text parts | Vsevolod Stakhov | 2018-09-05 | 1 | -7/+14 |
| | | | | | | - Store unicode in UTF parts - Store unicode for HTML parts - Rename struct fields and split them into unicode/utf components | ||||
* | [Project] Further changes in unicode operations | Vsevolod Stakhov | 2018-08-23 | 1 | -1/+3 |
| | | | | | | | * Normalise unicode * Add normality flag for text parts * Store UCS in text parts * Rework unicode conversions and operations | ||||
* | [Project] Start unicode rework | Vsevolod Stakhov | 2018-08-23 | 1 | -5/+10 |
| | |||||
* | [Feature] Split message parsing and processing | Vsevolod Stakhov | 2018-06-06 | 1 | -0/+6 |
| | |||||
* | [Feature] Do not detect language twice for relative parts | Vsevolod Stakhov | 2018-04-06 | 1 | -0/+1 |
| | |||||
* | [Project] Preliminary version of ngramms based language detector | Vsevolod Stakhov | 2018-01-13 | 1 | -3/+2 |
| | |||||
* | [Project] Add unigramms to language detection as well | Vsevolod Stakhov | 2018-01-01 | 1 | -0/+1 |
| | |||||
* | [Feature] Add more text attributes | Vsevolod Stakhov | 2017-09-23 | 1 | -0/+2 |
| | |||||
* | [Feature] Add text_part:get_stats function | Vsevolod Stakhov | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | [Minor] Add some more data to the spaces strip algorithm | Vsevolod Stakhov | 2017-06-21 | 1 | -0/+2 |
| | |||||
* | [Feature] Store more data when stripping newlines | Vsevolod Stakhov | 2017-06-21 | 1 | -0/+4 |
| | |||||
* | [Fetaure] Add method that detects 8 bit characters in text parts | Vsevolod Stakhov | 2017-04-24 | 1 | -0/+2 |
| | |||||
* | [Feature] Store headers order | Vsevolod Stakhov | 2017-04-03 | 1 | -0/+1 |
| | |||||
* | [Fix] Fix parsing of cte in expressions | Vsevolod Stakhov | 2017-03-07 | 1 | -0/+15 |
| | |||||
* | [Fix] Distinguish missing and broken mandatory headers | Vsevolod Stakhov | 2017-03-06 | 1 | -1/+2 |
| | |||||
* | [Feature] Enchance text_part:get_content method | Vsevolod Stakhov | 2017-03-06 | 1 | -0/+1 |
| | | | | | | | | | | | 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] Implement received headers flags | Vsevolod Stakhov | 2017-02-13 | 1 | -0/+5 |
| | |||||
* | [Feature] Store all received headers in lua | Vsevolod Stakhov | 2017-02-09 | 1 | -0/+1 |
| | |||||
* | [Feature] Do not trust CTE, check base64 and qp strictly | Vsevolod Stakhov | 2016-12-30 | 1 | -1/+2 |
| | |||||
* | [Rework|Minor] More updates for mime parsing | Vsevolod Stakhov | 2016-12-16 | 1 | -5/+5 |
| | |||||
* | [Rework|Minor] Continue new parser integration | Vsevolod Stakhov | 2016-12-16 | 1 | -1/+4 |
| |