Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add routines to normalize text parts. | Vsevolod Stakhov | 2015-02-23 | 1 | -0/+50 |
| | |||||
* | Configurable min_word_len. | Vsevolod Stakhov | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Fix urls interaction. | Vsevolod Stakhov | 2015-02-03 | 1 | -14/+11 |
| | |||||
* | Remove old crap functions from url parser code. | Vsevolod Stakhov | 2015-02-03 | 1 | -7/+7 |
| | |||||
* | Rework message store to allow encryption. | Vsevolod Stakhov | 2015-01-30 | 1 | -3/+3 |
| | |||||
* | Disable statistics in rspamd till reworking is done. | Vsevolod Stakhov | 2015-01-23 | 1 | -1/+1 |
| | |||||
* | Reorganize statfiles and classifiers into libstat. | Vsevolod Stakhov | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Do not dereference null pointer. | Vsevolod Stakhov | 2014-12-30 | 1 | -3/+5 |
| | |||||
* | Save raw headers for all normal parts. | Vsevolod Stakhov | 2014-12-29 | 1 | -13/+31 |
| | |||||
* | Rework language detection. | Vsevolod Stakhov | 2014-12-23 | 1 | -29/+146 |
| | |||||
* | Skip short words. | Vsevolod Stakhov | 2014-12-22 | 1 | -0/+16 |
| | |||||
* | Fix initialization issues for some variables. | Vsevolod Stakhov | 2014-12-22 | 1 | -0/+2 |
| | |||||
* | Make words from text parts. | Vsevolod Stakhov | 2014-12-17 | 1 | -2/+18 |
| | |||||
* | Refactor function names. | Vsevolod Stakhov | 2014-11-29 | 1 | -2/+2 |
| | |||||
* | Fix leaking of iconv descriptors. | Vsevolod Stakhov | 2014-11-21 | 1 | -0/+3 |
| | |||||
* | Fix raw vs parsed reperesentations. | Vsevolod Stakhov | 2014-11-19 | 1 | -5/+6 |
| | | | | | | | | | Raw parts are now: - decoded b64/qp, but *NOT* converted to utf-8 Processed parts are now: - converted to UTF-8 - normalized if needed (e.g. HTML tags are stripped) | ||||
* | Do not include \0 into length of text. | Vsevolod Stakhov | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Decode entitles when normalizing HTML parts. | Vsevolod Stakhov | 2014-11-19 | 1 | -4/+22 |
| | |||||
* | Rework conversion to utf since glib is broken. | Vsevolod Stakhov | 2014-11-14 | 1 | -8/+67 |
| | |||||
* | Remove unused variable. | Vsevolod Stakhov | 2014-11-11 | 1 | -1/+0 |
| | |||||
* | Stop processing headers in parts. | Vsevolod Stakhov | 2014-11-11 | 1 | -6/+0 |
| | |||||
* | Fix bug with charset conversion. | Vsevolod Stakhov | 2014-09-10 | 1 | -2/+22 |
| | | | | Glib iconv understands only uppercase for charset names. | ||||
* | Fix received headers parsing. | Vsevolod Stakhov | 2014-09-05 | 1 | -1/+7 |
| | |||||
* | Remove old mime headers. | Vsevolod Stakhov | 2014-09-03 | 1 | -618/+3 |
| | |||||
* | Rework raw headers storage. | Vsevolod Stakhov | 2014-09-03 | 1 | -44/+45 |
| | | | | | | | - Use raw headers instead of message headers in message parser - Store headers of parts - Use double linked lists to avoid overhead on appending - Decode raw headers | ||||
* | Return content-type headers. | Vsevolod Stakhov | 2014-09-03 | 1 | -1/+31 |
| | |||||
* | Validate charset attribute of Content-Type. | Vsevolod Stakhov | 2014-08-25 | 1 | -6/+46 |
| | |||||
* | Viva clang-3.4 | Vsevolod Stakhov | 2014-08-18 | 1 | -1/+2 |
| | |||||
* | Unify from/rcpt processing. | Vsevolod Stakhov | 2014-08-18 | 1 | -28/+28 |
| | |||||
* | Fix URL detection in HTML parts. | Vsevolod Stakhov | 2014-08-11 | 1 | -8/+2 |
| | | | | Reported by: Andrew Lewis | ||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -344/+566 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -570/+348 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -348/+570 |
| | |||||
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -0/+1764 |