summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-1811-931/+29
* Skip URLs check and set empty flag for HTML parts.Vsevolod Stakhov2015-07-171-1/+3
* Work with empty href.Vsevolod Stakhov2015-07-171-1/+1
* Move string utilities to a separate module.Vsevolod Stakhov2015-07-175-779/+846
* Do not ignore content after blank tags.Vsevolod Stakhov2015-07-171-1/+1
* Improve tag_exists function.Vsevolod Stakhov2015-07-173-48/+32
* Do not compare parts with no words.Vsevolod Stakhov2015-07-171-16/+19
* Split emails and urls.Vsevolod Stakhov2015-07-173-7/+16
* More fixes to emails detection.Vsevolod Stakhov2015-07-171-2/+7
* Remove deprecated function.Vsevolod Stakhov2015-07-161-118/+0
* Rework phishing checks.Vsevolod Stakhov2015-07-161-58/+61
* Exclude HTML urls content from textsVsevolod Stakhov2015-07-163-5/+39
* Remove deprecated function.Vsevolod Stakhov2015-07-162-21/+0
* Fix parts distance compare condition.Vsevolod Stakhov2015-07-161-22/+23
* Fix stupid misprint in array indexing.Vsevolod Stakhov2015-07-161-1/+1
* Add logic to preserve newlines in HTML.Vsevolod Stakhov2015-07-161-3/+26
* Fix addition to html tree.Vsevolod Stakhov2015-07-161-1/+1
* Find HTML comment end properly.Vsevolod Stakhov2015-07-161-0/+4
* More fixes to html parsing.Vsevolod Stakhov2015-07-161-13/+32
* Fix content saving in html parser.Vsevolod Stakhov2015-07-161-4/+43
* Add lua method to extract text from html.Vsevolod Stakhov2015-07-161-0/+57
* Use the new API.Vsevolod Stakhov2015-07-161-5/+6
* Use new HTML API in message.cVsevolod Stakhov2015-07-163-267/+8
* Further rework of html parser.Vsevolod Stakhov2015-07-162-25/+86
* More rework.Vsevolod Stakhov2015-07-152-142/+59
* Use more fine-grained input to simplify tests.Vsevolod Stakhov2015-07-152-19/+22
* Start FSM for parsing HTML parts.Vsevolod Stakhov2015-07-152-21/+547
* Refactor html.h.Vsevolod Stakhov2015-07-154-197/+195
* Allow to get different types of memory pool variables.Vsevolod Stakhov2015-07-151-0/+31
* Add util.tanh lua utility.Vsevolod Stakhov2015-07-151-0/+18
* Move distance calculation to message parsing.Vsevolod Stakhov2015-07-142-133/+97
* Implement levenshtein distance for words.Vsevolod Stakhov2015-07-141-4/+41
* Disable signatures detection as it breaks stuff.Vsevolod Stakhov2015-07-141-1/+1
* Fix dereference of NULL pointer.Vsevolod Stakhov2015-07-141-2/+2
* Start removing of old fuzzy algorithm.Vsevolod Stakhov2015-07-145-24/+31
* Implement skipping of signatures in text messages.Vsevolod Stakhov2015-07-145-18/+48
* Rework ip_score plugin to support ASN, country and ipnet.Vsevolod Stakhov2015-07-141-76/+53
* Minor fixes in lua.Vsevolod Stakhov2015-07-142-2/+2
* Do not treat classify error as fatal error.Vsevolod Stakhov2015-07-142-2/+3
* Fix splitting in case of bogus regexp.Vsevolod Stakhov2015-07-141-0/+3
* Rename memory pool functions.Vsevolod Stakhov2015-07-141-18/+18
* Fix some more issues found after mime rework.Vsevolod Stakhov2015-07-141-8/+8
* Add ASN, country and ipnet lookups.Vsevolod Stakhov2015-07-141-30/+166
* 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-1315-363/+273
* Remove legacy checks.Vsevolod Stakhov2015-07-131-19/+15
* Allow query parameters for files.Vsevolod Stakhov2015-07-111-1/+24
* Fix issues on learning files.Vsevolod Stakhov2015-07-102-8/+8
* Allow scanning local files in rspamd.Vsevolod Stakhov2015-07-104-34/+97