Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Avoid out of boundary reads | Vsevolod Stakhov | 2017-10-14 | 1 | -2/+2 |
| | |||||
* | [Minor] Deny symbols adding on idempotent stage | Vsevolod Stakhov | 2017-10-08 | 1 | -0/+7 |
| | |||||
* | [Minor] Remove multiple metrics support when adding results | Vsevolod Stakhov | 2017-10-08 | 1 | -16/+2 |
| | |||||
* | [Feature] Implement headers flags in mime parser | Vsevolod Stakhov | 2017-10-02 | 2 | -17/+28 |
| | | | | MFH: rspamd-1.6 | ||||
* | [Minor] Skip non-needed attributes in 7z | Vsevolod Stakhov | 2017-10-01 | 1 | -41/+6 |
| | |||||
* | [Minor] Fix utf16 conversion | Vsevolod Stakhov | 2017-10-01 | 1 | -27/+7 |
| | |||||
* | [Feature] Finalize 7zip files support | Vsevolod Stakhov | 2017-10-01 | 1 | -13/+61 |
| | |||||
* | [Minor] Add 7z files parsing | Vsevolod Stakhov | 2017-09-30 | 1 | -17/+189 |
| | |||||
* | [Minor] Another useless 7zip section parser | Vsevolod Stakhov | 2017-09-30 | 1 | -0/+87 |
| | |||||
* | [Minor] Further additions to 7zip parser | Vsevolod Stakhov | 2017-09-30 | 1 | -51/+273 |
| | |||||
* | [Minor] More 7zip format support knobs | Vsevolod Stakhov | 2017-09-30 | 1 | -6/+303 |
| | |||||
* | [Rework] Use floating point arithmetics in Rspamd expressions | Vsevolod Stakhov | 2017-09-30 | 1 | -3/+3 |
| | |||||
* | [Fix] Check for magic when checking for an archive | Vsevolod Stakhov | 2017-09-27 | 1 | -1/+23 |
| | | | | | | Issue: #1848 Closes: #1848 MFH: 1.6 | ||||
* | [Feature] Add more text attributes | Vsevolod Stakhov | 2017-09-23 | 2 | -0/+12 |
| | |||||
* | [Minor] Add preliminary 7z support | Vsevolod Stakhov | 2017-09-18 | 2 | -0/+134 |
| | |||||
* | [Feature] Allow to use postfilters in composites | Vsevolod Stakhov | 2017-08-05 | 2 | -0/+3 |
| | | | | | | | | We actually process composites twice now so it somehow slows down processing by extra hash lookup. Additional logic to regenerate metric reply if something is changed by this extra run of composites is also added. Issue: #1726 | ||||
* | [Fix] Try harder to find rfc822 notifications | Vsevolod Stakhov | 2017-08-05 | 1 | -1/+10 |
| | | | | | Issue: #1731 Closes: #1731 | ||||
* | [Fix] Fix processing of multipart parts with no headers | Vsevolod Stakhov | 2017-08-02 | 1 | -18/+29 |
| | | | | | Issue: #1783 Closes: #1783 | ||||
* | [Fix] Fix get_content method | Vsevolod Stakhov | 2017-07-18 | 1 | -1/+1 |
| | | | | Issue: #1759 | ||||
* | [Fix] Avoid changing content-transfer-encoding header's value | Vsevolod Stakhov | 2017-07-13 | 1 | -3/+4 |
| | |||||
* | [CritFix] Fix semicolons parsing in the content type | Vsevolod Stakhov | 2017-07-13 | 2 | -2/+28 |
| | |||||
* | [Fix] Add missing `break` statement | Vsevolod Stakhov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | [Refactor] Correct misspelled `rspamd_smtp_recieved_parse` | Alexander Moisseev | 2017-06-28 | 2 | -2/+2 |
| | |||||
* | Merge pull request #1710 from moisseev/spelling | Vsevolod Stakhov | 2017-06-27 | 1 | -1/+1 |
|\ | | | | | [Minor] Massive spelling correction | ||||
| * | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -1/+1 |
| | | | | | | | | by a bot https://github.com/ka7/misspell_fixer | ||||
* | | [CritFix] Switch from ragel to C for Content-Type parsing | Vsevolod Stakhov | 2017-06-27 | 2 | -13/+269 |
|/ | |||||
* | [Minor] Fix element added | Vsevolod Stakhov | 2017-06-22 | 1 | -4/+4 |
| | |||||
* | [Feature] Add text_part:get_stats function | Vsevolod Stakhov | 2017-06-21 | 2 | -3/+3 |
| | |||||
* | [Minor] Add some more data to the spaces strip algorithm | Vsevolod Stakhov | 2017-06-21 | 2 | -0/+14 |
| | |||||
* | [Feature] Store more data when stripping newlines | Vsevolod Stakhov | 2017-06-21 | 2 | -25/+74 |
| | |||||
* | [Feature] Rework newlines strip parser one more time | Vsevolod Stakhov | 2017-06-21 | 2 | -4/+146 |
| | | | | Issue: #1687 | ||||
* | [Minor] Add workaround for ISO-2022-JP encoding | Vsevolod Stakhov | 2017-06-12 | 1 | -2/+12 |
| | | | | Issue: #1669 | ||||
* | [Feature] Support MTA name header | Vsevolod Stakhov | 2017-05-31 | 1 | -1/+3 |
| | |||||
* | [Fix] Fix CTE propagation from parent containers to children parts | Vsevolod Stakhov | 2017-05-29 | 1 | -24/+48 |
| | |||||
* | [Fix] Deal with 7bit charsets properly | Vsevolod Stakhov | 2017-05-26 | 1 | -11/+16 |
| | | | | Issue: #1651 | ||||
* | [Fix] Try harder to detect CTE | Vsevolod Stakhov | 2017-05-23 | 1 | -6/+1 |
| | | | | Issue: #1468 | ||||
* | [Fix] Do not stop on illegal unicode points - replace them | Vsevolod Stakhov | 2017-05-20 | 1 | -2/+2 |
| | |||||
* | [Minor] Add `is_empty_body` regexp function | Vsevolod Stakhov | 2017-05-18 | 1 | -0/+21 |
| | |||||
* | Merge pull request #1639 from sbadia/debian-pkg | Vsevolod Stakhov | 2017-05-14 | 1 | -3/+3 |
|\ | | | | | [Minor] debian: Fix lintian issues and refresh packaging | ||||
| * | [Minor] src: Fix spelling errors | Sebastien Badia | 2017-05-13 | 1 | -3/+3 |
| | | |||||
* | | [Minor] Set explicit type for known headers | Vsevolod Stakhov | 2017-05-13 | 2 | -1/+24 |
|/ | |||||
* | [Feature] Reuse stemmers in the cache | Vsevolod Stakhov | 2017-05-13 | 1 | -8/+21 |
| | |||||
* | [Minor] Do not use lowercase for stemmed words unless 1.6 release | Vsevolod Stakhov | 2017-05-13 | 1 | -0/+2 |
| | | | | | This will decrease efficiency of fuzzy and introduce incompatibility with 1.5. Hence, delay this change unless 1.6 is finally released. | ||||
* | [Fix] Fix lowercasing of stemmed words | Vsevolod Stakhov | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Check for parts with no words | Vsevolod Stakhov | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Move some of mempool magic constants to a separate file | Vsevolod Stakhov | 2017-05-11 | 2 | -7/+12 |
| | |||||
* | [Feature] Store average words length and short words count | Vsevolod Stakhov | 2017-05-11 | 1 | -2/+72 |
| | |||||
* | [Feature] Store hash of headers order and names | Vsevolod Stakhov | 2017-05-11 | 1 | -0/+24 |
| | |||||
* | [Minor] Oops, forgot to save in the previous commit | Vsevolod Stakhov | 2017-04-29 | 1 | -5/+5 |
| | |||||
* | [Fix] Fix parsing of long regexp types | Vsevolod Stakhov | 2017-04-29 | 1 | -10/+19 |
| |