Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add config test stage to run_rspamd function. | Vsevolod Stakhov | 2015-07-20 | 1 | -1/+14 |
* | Add reload test case. | Vsevolod Stakhov | 2015-07-20 | 1 | -0/+23 |
* | Merge pull request #334 from andrejzverev/fix | Vsevolod Stakhov | 2015-07-19 | 1 | -1/+1 |
|\ | |||||
| * | prevent a crash (while restarting rspamd as service). | Andrej Zverev | 2015-07-19 | 1 | -1/+1 |
|/ | |||||
* | Remove legacy fuzzy code completely. | Vsevolod Stakhov | 2015-07-18 | 15 | -1012/+29 |
* | Skip URLs check and set empty flag for HTML parts. | Vsevolod Stakhov | 2015-07-17 | 1 | -1/+3 |
* | Work with empty href. | Vsevolod Stakhov | 2015-07-17 | 1 | -1/+1 |
* | Move string utilities to a separate module. | Vsevolod Stakhov | 2015-07-17 | 5 | -779/+846 |
* | Do not ignore content after blank tags. | Vsevolod Stakhov | 2015-07-17 | 1 | -1/+1 |
* | Improve tag_exists function. | Vsevolod Stakhov | 2015-07-17 | 3 | -48/+32 |
* | Do not compare parts with no words. | Vsevolod Stakhov | 2015-07-17 | 1 | -16/+19 |
* | Split emails and urls. | Vsevolod Stakhov | 2015-07-17 | 3 | -7/+16 |
* | More fixes to emails detection. | Vsevolod Stakhov | 2015-07-17 | 1 | -2/+7 |
* | Remove deprecated function. | Vsevolod Stakhov | 2015-07-16 | 1 | -118/+0 |
* | Rework phishing checks. | Vsevolod Stakhov | 2015-07-16 | 1 | -58/+61 |
* | Exclude HTML urls content from texts | Vsevolod Stakhov | 2015-07-16 | 3 | -5/+39 |
* | Remove deprecated function. | Vsevolod Stakhov | 2015-07-16 | 2 | -21/+0 |
* | 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 |
* | Add logic to preserve newlines in HTML. | Vsevolod Stakhov | 2015-07-16 | 2 | -10/+30 |
* | Fix addition to html tree. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+1 |
* | Add test case. | Vsevolod Stakhov | 2015-07-16 | 1 | -0/+20 |
* | Find HTML comment end properly. | Vsevolod Stakhov | 2015-07-16 | 1 | -0/+4 |
* | Misprint. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+1 |
* | Remove debug. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+0 |
* | Do not use reconf for pure lua functions. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+1 |
* | More fixes to html parsing. | Vsevolod Stakhov | 2015-07-16 | 2 | -15/+55 |
* | Fix content saving in html parser. | Vsevolod Stakhov | 2015-07-16 | 1 | -4/+43 |
* | Add html extraction unit test. | Vsevolod Stakhov | 2015-07-16 | 2 | -2/+33 |
* | Add lua method to extract text from html. | Vsevolod Stakhov | 2015-07-16 | 1 | -0/+57 |
* | Merge branch 'html-rework' | Vsevolod Stakhov | 2015-07-16 | 5 | -609/+856 |
|\ | |||||
| * | Use the new API. | Vsevolod Stakhov | 2015-07-16 | 1 | -5/+6 |
| * | Use new HTML API in message.c | Vsevolod Stakhov | 2015-07-16 | 3 | -267/+8 |
| * | Further rework of html parser. | Vsevolod Stakhov | 2015-07-16 | 2 | -25/+86 |
| * | More rework. | Vsevolod Stakhov | 2015-07-15 | 2 | -142/+59 |
| * | Use more fine-grained input to simplify tests. | Vsevolod Stakhov | 2015-07-15 | 2 | -19/+22 |
| * | Start FSM for parsing HTML parts. | Vsevolod Stakhov | 2015-07-15 | 2 | -21/+547 |
| * | Refactor html.h. | Vsevolod Stakhov | 2015-07-15 | 4 | -197/+195 |
* | | Merge pull request #333 from fatalbanana/master | Vsevolod Stakhov | 2015-07-15 | 1 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | Doc fix: phishing strict_domains syntax (reported by @Fullmetal8ender) | Andrew Lewis | 2015-07-15 | 1 | -3/+3 |
|/ | |||||
* | Rework R_PARTS_DIFFER rule. | Vsevolod Stakhov | 2015-07-15 | 1 | -1/+17 |
* | Allow to get different types of memory pool variables. | Vsevolod Stakhov | 2015-07-15 | 1 | -0/+31 |
* | Add util.tanh lua utility. | Vsevolod Stakhov | 2015-07-15 | 1 | -0/+18 |
* | 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 |
* | Disable signatures detection as it breaks stuff. | Vsevolod Stakhov | 2015-07-14 | 1 | -1/+1 |
* | Fix dereference of NULL pointer. | Vsevolod Stakhov | 2015-07-14 | 1 | -2/+2 |
* | Start removing of old fuzzy algorithm. | Vsevolod Stakhov | 2015-07-14 | 5 | -24/+31 |
* | Implement skipping of signatures in text messages. | Vsevolod Stakhov | 2015-07-14 | 5 | -18/+48 |
* | Rework ip_score plugin to support ASN, country and ipnet. | Vsevolod Stakhov | 2015-07-14 | 1 | -76/+53 |