summaryrefslogtreecommitdiffstats
path: root/src/libmime
Commit message (Collapse)AuthorAgeFilesLines
* Fix parsing of fixed length IP addresses.Vsevolod Stakhov2015-10-131-1/+3
|
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-084-11/+6
|
* Fix printing of fixed strings.Vsevolod Stakhov2015-10-061-3/+3
|
* Fix other mime library modules.Vsevolod Stakhov2015-10-064-42/+48
|
* Fix mime expressions.Vsevolod Stakhov2015-10-062-11/+14
|
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-227-7/+7
|
* Sanitize spaces in headers' start.Vsevolod Stakhov2015-09-171-0/+5
|
* Extract mime part, not text part in task:get_partsVsevolod Stakhov2015-09-041-1/+1
|
* Write message-id and queue-id to logs.Vsevolod Stakhov2015-09-011-0/+9
|
* Update mime code for the new logger.Vsevolod Stakhov2015-08-304-76/+81
|
* Fix settings for actions other than rejectVsevolod Stakhov2015-08-251-1/+5
|
* Process 'no action' action.Vsevolod Stakhov2015-08-251-0/+8
|
* Remove unused module.Vsevolod Stakhov2015-08-202-2/+0
|
* Rework symbols configuration.Vsevolod Stakhov2015-08-131-2/+2
|
* Avoid global rspamd_main usage.Vsevolod Stakhov2015-08-061-1/+1
|
* Hide workers and modules definitions.Vsevolod Stakhov2015-08-061-16/+0
|
* More fixes to reading of empty messages.Vsevolod Stakhov2015-07-311-4/+7
|
* Allow messages with headers only.Vsevolod Stakhov2015-07-301-1/+1
|
* Initialize image structure to avoid corruption.Vsevolod Stakhov2015-07-301-6/+4
|
* Store multiparts for further analysis.Vsevolod Stakhov2015-07-291-2/+31
|
* Reduce log level for similar parts distance.Vsevolod Stakhov2015-07-291-1/+1
|
* Fix parsing of the last header in a message.Vsevolod Stakhov2015-07-251-4/+5
| | | | | Issue: #339 Reported by: @patrakov
* Refactor functions in images processing.Vsevolod Stakhov2015-07-233-15/+14
|
* Find linked images from HTML parts.Vsevolod Stakhov2015-07-231-1/+55
|
* Add HTML image type.Vsevolod Stakhov2015-07-232-0/+4
|
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-182-5/+0
|
* Skip URLs check and set empty flag for HTML parts.Vsevolod Stakhov2015-07-171-1/+3
|
* Improve tag_exists function.Vsevolod Stakhov2015-07-171-41/+1
|
* Do not compare parts with no words.Vsevolod Stakhov2015-07-171-16/+19
|
* Split emails and urls.Vsevolod Stakhov2015-07-171-1/+2
|
* Exclude HTML urls content from textsVsevolod Stakhov2015-07-161-2/+4
|
* Fix parts distance compare condition.Vsevolod Stakhov2015-07-161-22/+23
|
* Fix stupid misprint in array indexing.Vsevolod Stakhov2015-07-161-1/+1
|
* Fix addition to html tree.Vsevolod Stakhov2015-07-161-1/+1
|
* Use the new API.Vsevolod Stakhov2015-07-161-5/+6
|
* Use new HTML API in message.cVsevolod Stakhov2015-07-161-264/+5
|
* Refactor html.h.Vsevolod Stakhov2015-07-152-3/+4
|
* Move distance calculation to message parsing.Vsevolod Stakhov2015-07-142-133/+97
|
* Implement levenshtein distance for words.Vsevolod Stakhov2015-07-141-4/+41
|
* Start removing of old fuzzy algorithm.Vsevolod Stakhov2015-07-142-11/+13
|
* Implement skipping of signatures in text messages.Vsevolod Stakhov2015-07-141-2/+4
|
* Fix some more issues found after mime rework.Vsevolod Stakhov2015-07-141-8/+8
|
* Fix received headers parsing.Vsevolod Stakhov2015-07-141-1/+1
|
* GList -> GPtrArray for partsVsevolod Stakhov2015-07-141-5/+3
|
* Rework parts and task structure:Vsevolod Stakhov2015-07-133-204/+137
| | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field
* Add GTUBE support.Vsevolod Stakhov2015-07-021-0/+61
|
* Fix regexp_search invocation.Vsevolod Stakhov2015-06-301-6/+6
|
* Adopt for the new headers structure.Vsevolod Stakhov2015-06-021-11/+14
|
* Avoid copying when parsing headers.Vsevolod Stakhov2015-06-021-28/+23
|
* Restore build.Vsevolod Stakhov2015-06-021-60/+0
|