Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix printing of fixed strings. | Vsevolod Stakhov | 2015-10-06 | 1 | -3/+3 |
* | Fix other mime library modules. | Vsevolod Stakhov | 2015-10-06 | 4 | -42/+48 |
* | Fix mime expressions. | Vsevolod Stakhov | 2015-10-06 | 2 | -11/+14 |
* | Rename main.h and main.c to `rspamd.X` | Vsevolod Stakhov | 2015-09-22 | 7 | -7/+7 |
* | 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 | 4 | -76/+81 |
* | Fix settings for actions other than reject | Vsevolod Stakhov | 2015-08-25 | 1 | -1/+5 |
* | Process 'no action' action. | Vsevolod Stakhov | 2015-08-25 | 1 | -0/+8 |
* | Remove unused module. | Vsevolod Stakhov | 2015-08-20 | 2 | -2/+0 |
* | Rework symbols configuration. | Vsevolod Stakhov | 2015-08-13 | 1 | -2/+2 |
* | Avoid global rspamd_main usage. | Vsevolod Stakhov | 2015-08-06 | 1 | -1/+1 |
* | Hide workers and modules definitions. | Vsevolod Stakhov | 2015-08-06 | 1 | -16/+0 |
* | 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 |
* | Initialize image structure to avoid corruption. | Vsevolod Stakhov | 2015-07-30 | 1 | -6/+4 |
* | 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 | 3 | -15/+14 |
* | Find linked images from HTML parts. | Vsevolod Stakhov | 2015-07-23 | 1 | -1/+55 |
* | Add HTML image type. | Vsevolod Stakhov | 2015-07-23 | 2 | -0/+4 |
* | Remove legacy fuzzy code completely. | Vsevolod Stakhov | 2015-07-18 | 2 | -5/+0 |
* | Skip URLs check and set empty flag for HTML parts. | Vsevolod Stakhov | 2015-07-17 | 1 | -1/+3 |
* | Improve tag_exists function. | Vsevolod Stakhov | 2015-07-17 | 1 | -41/+1 |
* | 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 the new API. | Vsevolod Stakhov | 2015-07-16 | 1 | -5/+6 |
* | Use new HTML API in message.c | Vsevolod Stakhov | 2015-07-16 | 1 | -264/+5 |
* | Refactor html.h. | Vsevolod Stakhov | 2015-07-15 | 2 | -3/+4 |
* | Move distance calculation to message parsing. | Vsevolod Stakhov | 2015-07-14 | 2 | -133/+97 |
* | Implement levenshtein distance for words. | Vsevolod Stakhov | 2015-07-14 | 1 | -4/+41 |
* | Start removing of old fuzzy algorithm. | Vsevolod Stakhov | 2015-07-14 | 2 | -11/+13 |
* | Implement skipping of signatures in text messages. | Vsevolod Stakhov | 2015-07-14 | 1 | -2/+4 |
* | Fix some more issues found after mime rework. | Vsevolod Stakhov | 2015-07-14 | 1 | -8/+8 |
* | Fix received headers parsing. | Vsevolod Stakhov | 2015-07-14 | 1 | -1/+1 |
* | GList -> GPtrArray for parts | Vsevolod Stakhov | 2015-07-14 | 1 | -5/+3 |
* | Rework parts and task structure: | Vsevolod Stakhov | 2015-07-13 | 3 | -204/+137 |
* | Add GTUBE support. | Vsevolod Stakhov | 2015-07-02 | 1 | -0/+61 |
* | Fix regexp_search invocation. | Vsevolod Stakhov | 2015-06-30 | 1 | -6/+6 |
* | 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 |
* | Restore build. | Vsevolod Stakhov | 2015-06-02 | 1 | -60/+0 |
* | Fix internal libraries. | Vsevolod Stakhov | 2015-06-02 | 1 | -27/+0 |
* | Rework and fix several issues in mime processing. | Vsevolod Stakhov | 2015-06-02 | 3 | -23/+44 |