Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] Add is_attachment method | Vsevolod Stakhov | 2018-11-22 | 1 | -0/+38 | |
| | ||||||
* | [Minor] Add methods to extract real charset from text parts | Vsevolod Stakhov | 2018-11-16 | 1 | -0/+30 | |
| | ||||||
* | [Minor] Add ID to mime parts | Vsevolod Stakhov | 2018-11-05 | 1 | -0/+23 | |
| | ||||||
* | [Rework] Rework utf content processing in text parts | Vsevolod Stakhov | 2018-09-05 | 1 | -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 compatibility | Vsevolod Stakhov | 2018-08-15 | 1 | -18/+18 | |
| | ||||||
* | [Feature] Add support for Lua API tracing | Vsevolod Stakhov | 2018-08-09 | 1 | -0/+42 | |
| | ||||||
* | [Minor] Rework headers extracting API | Vsevolod Stakhov | 2018-07-17 | 1 | -11/+27 | |
| | ||||||
* | [Minor] Use proper hashing when getting texts fuzzy hash | Vsevolod Stakhov | 2018-07-04 | 1 | -1/+3 | |
| | ||||||
* | [Feature] Add preliminary function to get fuzzy hashes from text in Lua | Vsevolod Stakhov | 2018-07-04 | 1 | -0/+128 | |
| | ||||||
* | [Minor] Add mimepart:get_raw_content method | Vsevolod Stakhov | 2018-06-01 | 1 | -1/+28 | |
| | ||||||
* | [Feature] Allow to get multipart children in Lua | Vsevolod Stakhov | 2018-05-15 | 1 | -0/+59 | |
| | ||||||
* | [Minor] Add lua_textpart:get_languages method | Vsevolod Stakhov | 2018-01-22 | 1 | -2/+51 | |
| | ||||||
* | [Project] Preliminary version of ngramms based language detector | Vsevolod Stakhov | 2018-01-13 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Allow to get words from text parts | Vsevolod Stakhov | 2017-10-17 | 1 | -0/+39 | |
| | ||||||
* | [Feature] More metatokens | Vsevolod Stakhov | 2017-09-23 | 1 | -1/+7 | |
| | ||||||
* | [Minor] Fix types when iterating hash | Vsevolod Stakhov | 2017-07-13 | 1 | -6/+6 | |
| | ||||||
* | [Feature] Add method to get all content-type attributes in Lua | Vsevolod Stakhov | 2017-07-13 | 1 | -2/+59 | |
| | ||||||
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -1/+1 | |
| | | | | by a bot https://github.com/ka7/misspell_fixer | |||||
* | [Feature] Add text_part:get_stats function | Vsevolod Stakhov | 2017-06-21 | 1 | -0/+62 | |
| | ||||||
* | [Fix] Fix R_BAD_CTE_7BIT rule | Vsevolod Stakhov | 2017-04-24 | 1 | -8/+8 | |
| | | | | Issue: #1590 | |||||
* | [Minor] Add lua methods to detect if a part has 8bit characters | Vsevolod Stakhov | 2017-04-24 | 1 | -0/+58 | |
| | ||||||
* | [Fix] Check return values from Lua functions called from C | Vsevolod Stakhov | 2017-04-05 | 1 | -7/+11 | |
| | ||||||
* | [Minor] Fix headers_foreach invocation | Vsevolod Stakhov | 2017-04-05 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Allow to iterate mime headers as well | Vsevolod Stakhov | 2017-04-04 | 1 | -0/+96 | |
| | ||||||
* | [Feature] Add task:headers_foreach function | Vsevolod Stakhov | 2017-04-04 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Fix various style issues | Vsevolod Stakhov | 2017-03-23 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow to extract CTE in Lua API | Vsevolod Stakhov | 2017-03-07 | 1 | -1/+25 | |
| | ||||||
* | [Feature] Enchance text_part:get_content method | Vsevolod Stakhov | 2017-03-06 | 1 | -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 type | Vsevolod Stakhov | 2017-03-03 | 1 | -0/+27 | |
| | ||||||
* | [Rework|Minor] Continue new parser integration | Vsevolod Stakhov | 2016-12-16 | 1 | -26/+17 | |
| | ||||||
* | [Feature] Add mmap support to lua_text | Vsevolod Stakhov | 2016-10-08 | 1 | -4/+4 | |
| | ||||||
* | [Feature] Stop using of GLists for headers, improve performance | Vsevolod Stakhov | 2016-09-28 | 1 | -5/+8 | |
| | ||||||
* | [Fix] Banish table.maxn from Lua parts | Andrew Lewis | 2016-09-01 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow to get digest of a mime part from lua | Vsevolod Stakhov | 2016-08-15 | 1 | -0/+26 | |
| | ||||||
* | [Feature] Add method to get urls length in a text part | Vsevolod Stakhov | 2016-08-05 | 1 | -0/+33 | |
| | ||||||
* | [Feature] Add more functions to extract data from text parts | Vsevolod Stakhov | 2016-07-12 | 1 | -1/+55 | |
| | ||||||
* | [Feature] Store more information about compressed files | Vsevolod Stakhov | 2016-07-05 | 1 | -1/+3 | |
| | ||||||
* | [Feature] Add new utility methods to mimepart object | Vsevolod Stakhov | 2016-07-04 | 1 | -4/+167 | |
| | ||||||
* | [Rework] Rename mime parts structures | Vsevolod Stakhov | 2016-07-04 | 1 | -22/+22 | |
| | ||||||
* | [Feature] Use rspamd specific type checks for userdata | Vsevolod Stakhov | 2016-05-05 | 1 | -2/+2 | |
| | ||||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -21/+12 | |
| | ||||||
* | Fix raw length obtaining for certain html parts | Vsevolod Stakhov | 2015-11-17 | 1 | -1/+1 | |
| | ||||||
* | Add textpart:get_words_count method | Vsevolod Stakhov | 2015-10-13 | 1 | -0/+27 | |
| | ||||||
* | Remove unused module. | Vsevolod Stakhov | 2015-08-20 | 1 | -1/+0 | |
| | ||||||
* | Add textpart:get_raw_length method | Vsevolod Stakhov | 2015-07-23 | 1 | -1/+28 | |
| | ||||||
* | Add text_part:get_html() method. | Vsevolod Stakhov | 2015-07-23 | 1 | -0/+24 | |
| | ||||||
* | Remove legacy fuzzy code completely. | Vsevolod Stakhov | 2015-07-18 | 1 | -90/+0 | |
| | ||||||
* | Allow owning lua_text. | Vsevolod Stakhov | 2015-05-20 | 1 | -0/+2 | |
| | ||||||
* | Allow to get mime part from text part in lua. | Vsevolod Stakhov | 2015-04-29 | 1 | -0/+27 | |
| | ||||||
* | Add line counts to lua mimepart API. | Vsevolod Stakhov | 2015-04-29 | 1 | -0/+27 | |
| |