aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add config test stage to run_rspamd function.Vsevolod Stakhov2015-07-201-1/+14
* Add reload test case.Vsevolod Stakhov2015-07-201-0/+23
* Merge pull request #334 from andrejzverev/fixVsevolod Stakhov2015-07-191-1/+1
|\
| * prevent a crash (while restarting rspamd as service).Andrej Zverev2015-07-191-1/+1
|/
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-1815-1012/+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-162-10/+30
* Fix addition to html tree.Vsevolod Stakhov2015-07-161-1/+1
* Add test case.Vsevolod Stakhov2015-07-161-0/+20
* Find HTML comment end properly.Vsevolod Stakhov2015-07-161-0/+4
* Misprint.Vsevolod Stakhov2015-07-161-1/+1
* Remove debug.Vsevolod Stakhov2015-07-161-1/+0
* Do not use reconf for pure lua functions.Vsevolod Stakhov2015-07-161-1/+1
* More fixes to html parsing.Vsevolod Stakhov2015-07-162-15/+55
* Fix content saving in html parser.Vsevolod Stakhov2015-07-161-4/+43
* Add html extraction unit test.Vsevolod Stakhov2015-07-162-2/+33
* Add lua method to extract text from html.Vsevolod Stakhov2015-07-161-0/+57
* Merge branch 'html-rework'Vsevolod Stakhov2015-07-165-609/+856
|\
| * 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
* | Merge pull request #333 from fatalbanana/masterVsevolod Stakhov2015-07-151-3/+3
|\ \ | |/ |/|
| * Doc fix: phishing strict_domains syntax (reported by @Fullmetal8ender)Andrew Lewis2015-07-151-3/+3
|/
* Rework R_PARTS_DIFFER rule.Vsevolod Stakhov2015-07-151-1/+17
* 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