Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add logic to parse non-mime requests | Vsevolod Stakhov | 2015-11-12 | 1 | -127/+162 | |
* | Allow conditional build of snowball. | Vsevolod Stakhov | 2015-10-23 | 1 | -2/+14 | |
* | Fix more fstring migration issues. | Vsevolod Stakhov | 2015-10-16 | 1 | -1/+1 | |
* | Words are now rspamd_ftok_t | Vsevolod Stakhov | 2015-10-15 | 1 | -5/+5 | |
* | Fix parsing of fixed length IP addresses. | Vsevolod Stakhov | 2015-10-13 | 1 | -1/+3 | |
* | Fix other mime library modules. | Vsevolod Stakhov | 2015-10-06 | 1 | -12/+14 | |
* | Rename main.h and main.c to `rspamd.X` | Vsevolod Stakhov | 2015-09-22 | 1 | -1/+1 | |
* | Sanitize spaces in headers' start. | Vsevolod Stakhov | 2015-09-17 | 1 | -0/+5 | |
* | Extract mime part, not text part in task:get_parts | Vsevolod Stakhov | 2015-09-04 | 1 | -1/+1 | |
* | Write message-id and queue-id to logs. | Vsevolod Stakhov | 2015-09-01 | 1 | -0/+9 | |
* | Update mime code for the new logger. | Vsevolod Stakhov | 2015-08-30 | 1 | -22/+24 | |
* | 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 |