Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid global rspamd_main usage. | Vsevolod Stakhov | 2015-08-06 | 1 | -1/+1 |
* | More fixes to reading of empty messages. | Vsevolod Stakhov | 2015-07-31 | 1 | -4/+7 |
* | Allow messages with headers only. | Vsevolod Stakhov | 2015-07-30 | 1 | -1/+1 |
* | Store multiparts for further analysis. | Vsevolod Stakhov | 2015-07-29 | 1 | -2/+31 |
* | Reduce log level for similar parts distance. | Vsevolod Stakhov | 2015-07-29 | 1 | -1/+1 |
* | Fix parsing of the last header in a message. | Vsevolod Stakhov | 2015-07-25 | 1 | -4/+5 |
* | Refactor functions in images processing. | Vsevolod Stakhov | 2015-07-23 | 1 | -1/+1 |
* | Skip URLs check and set empty flag for HTML parts. | Vsevolod Stakhov | 2015-07-17 | 1 | -1/+3 |
* | Do not compare parts with no words. | Vsevolod Stakhov | 2015-07-17 | 1 | -16/+19 |
* | Split emails and urls. | Vsevolod Stakhov | 2015-07-17 | 1 | -1/+2 |
* | Exclude HTML urls content from texts | Vsevolod Stakhov | 2015-07-16 | 1 | -2/+4 |
* | Fix parts distance compare condition. | Vsevolod Stakhov | 2015-07-16 | 1 | -22/+23 |
* | Fix stupid misprint in array indexing. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+1 |
* | Fix addition to html tree. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+1 |
* | Use new HTML API in message.c | Vsevolod Stakhov | 2015-07-16 | 1 | -264/+5 |
* | Refactor html.h. | Vsevolod Stakhov | 2015-07-15 | 1 | -2/+2 |
* | Move distance calculation to message parsing. | Vsevolod Stakhov | 2015-07-14 | 1 | -1/+97 |
* | Start removing of old fuzzy algorithm. | Vsevolod Stakhov | 2015-07-14 | 1 | -2/+0 |
* | Implement skipping of signatures in text messages. | Vsevolod Stakhov | 2015-07-14 | 1 | -2/+4 |
* | Fix received headers parsing. | Vsevolod Stakhov | 2015-07-14 | 1 | -1/+1 |
* | Rework parts and task structure: | Vsevolod Stakhov | 2015-07-13 | 1 | -37/+37 |
* | Add GTUBE support. | Vsevolod Stakhov | 2015-07-02 | 1 | -0/+61 |
* | Adopt for the new headers structure. | Vsevolod Stakhov | 2015-06-02 | 1 | -11/+14 |
* | Avoid copying when parsing headers. | Vsevolod Stakhov | 2015-06-02 | 1 | -28/+23 |
* | Rework and fix several issues in mime processing. | Vsevolod Stakhov | 2015-06-02 | 1 | -15/+38 |
* | Skip spaces at the beginning of mime message. | Vsevolod Stakhov | 2015-05-24 | 1 | -2/+10 |
* | Switch off legacy tokenization by default. | Vsevolod Stakhov | 2015-05-21 | 1 | -1/+1 |
* | Do not stem exceptions. | Vsevolod Stakhov | 2015-05-21 | 1 | -15/+17 |
* | Fix memory issues with tokens normalization. | Vsevolod Stakhov | 2015-05-21 | 1 | -0/+6 |
* | Store mime objects inside part structures. | Vsevolod Stakhov | 2015-04-29 | 1 | -4/+9 |
* | Add lines count calculation to text parts. | Vsevolod Stakhov | 2015-04-29 | 1 | -1/+17 |
* | Use binary flags for part flags. | Vsevolod Stakhov | 2015-04-29 | 1 | -21/+24 |
* | Use hash table instead of tree for urls. | Vsevolod Stakhov | 2015-04-14 | 1 | -2/+2 |
* | Use new ac_trie for url extraction. | Vsevolod Stakhov | 2015-04-06 | 1 | -3/+4 |
* | More fixes to normalization. | Vsevolod Stakhov | 2015-04-02 | 1 | -6/+6 |
* | Add fast version of ascii lowercase. | Vsevolod Stakhov | 2015-04-02 | 1 | -5/+6 |
* | Fix normalization and tokenization. | Vsevolod Stakhov | 2015-04-02 | 1 | -10/+7 |
* | Fix words normalization. | Vsevolod Stakhov | 2015-04-01 | 1 | -20/+24 |
* | Explicitly set address if cannot parse received header. | Vsevolod Stakhov | 2015-04-01 | 1 | -0/+1 |
* | Do not reverse received headers. | Vsevolod Stakhov | 2015-04-01 | 1 | -3/+0 |
* | Add new UTF8 tokenizer. | Vsevolod Stakhov | 2015-04-01 | 1 | -3/+6 |
* | Do not convert utf to utf. | Vsevolod Stakhov | 2015-03-31 | 1 | -14/+17 |
* | Parse IP from the first received header if not specified by protocol. | Vsevolod Stakhov | 2015-03-28 | 1 | -0/+14 |
* | Preserve order of received headers. | Vsevolod Stakhov | 2015-03-28 | 1 | -0/+3 |
* | Save some space inside rspamd task by using bit flags. | Vsevolod Stakhov | 2015-03-12 | 1 | -1/+1 |
* | Really add normalized words. | Vsevolod Stakhov | 2015-02-23 | 1 | -2/+2 |
* | 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 |