Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New version of lua DNS api. | Vsevolod Stakhov | 2015-07-21 | 1 | -35/+111 | |
* | Use new dns API. | Vsevolod Stakhov | 2015-07-21 | 7 | -47/+46 | |
* | Add constraints to dns requests ammount per task. | Vsevolod Stakhov | 2015-07-21 | 5 | -0/+39 | |
* | Merge pull request #336 from andrejzverev/fix | Vsevolod Stakhov | 2015-07-21 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix typo | Andrej Zverev | 2015-07-21 | 1 | -1/+1 | |
* | | Add method rspamd_mempool:has_variable. | Vsevolod Stakhov | 2015-07-21 | 1 | -0/+26 | |
* | | More changes to ipscore module. | Vsevolod Stakhov | 2015-07-21 | 1 | -27/+81 | |
|/ | ||||||
* | Add lua_mempool documetnation. | Vsevolod Stakhov | 2015-07-20 | 1 | -0/+61 | |
* | Start reworking of ip_score. | Vsevolod Stakhov | 2015-07-20 | 2 | -66/+24 | |
* | Fix issues found by testing. | Vsevolod Stakhov | 2015-07-20 | 1 | -14/+17 | |
* | Add more advanced memory pool variables. | Vsevolod Stakhov | 2015-07-20 | 1 | -5/+64 | |
* | Allow to get complex variables from mempool. | Vsevolod Stakhov | 2015-07-20 | 1 | -21/+43 | |
* | Init symbols cache. | Vsevolod Stakhov | 2015-07-20 | 1 | -0/+2 | |
* | 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 | 11 | -931/+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 | 1 | -3/+26 | |
* | Fix addition to html tree. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+1 | |
* | Find HTML comment end properly. | Vsevolod Stakhov | 2015-07-16 | 1 | -0/+4 | |
* | More fixes to html parsing. | Vsevolod Stakhov | 2015-07-16 | 1 | -13/+32 | |
* | Fix content saving in html parser. | Vsevolod Stakhov | 2015-07-16 | 1 | -4/+43 | |
* | Add lua method to extract text from html. | Vsevolod Stakhov | 2015-07-16 | 1 | -0/+57 | |
* | 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 | |
* | 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 |