| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix emails detection. | Vsevolod Stakhov | 2013-12-09 | 1 | -4/+13 |
* | Refuse empty emails in urls detection as well. | Vsevolod Stakhov | 2013-11-26 | 1 | -1/+1 |
* | Reduce false positive rate in urls detection. | Vsevolod Stakhov | 2013-11-26 | 1 | -4/+11 |
* | Do not search plaintext email objects in html parts. | Vsevolod Stakhov | 2013-06-25 | 1 | -1/+1 |
* | Remove ambiguity from url parser. | Vsevolod Stakhov | 2013-06-24 | 1 | -3/+0 |
* | Fix urls detection for strings with multiply dots. | Vsevolod Stakhov | 2013-06-24 | 1 | -0/+10 |
* | Another fix for tld urls. | Vsevolod Stakhov | 2013-06-17 | 1 | -2/+2 |
* | Fix url detection at the beginning of a message. | Vsevolod Stakhov | 2013-06-17 | 1 | -0/+4 |
* | Improve urls parsing. | Vsevolod Stakhov | 2013-06-17 | 1 | -346/+318 |
* | Add webui handler for rspamd (skeleton). | Vsevolod Stakhov | 2013-01-05 | 1 | -2/+2 |
* | Get rid of some false-positive urls detections. | Vsevolod Stakhov | 2012-10-12 | 1 | -1/+1 |
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
* | Fix url detector. | Vsevolod Stakhov | 2012-08-22 | 1 | -1/+10 |
* | Do not try to detect tld urls inside HTML texts as it generates too much fals... | Vsevolod Stakhov | 2012-08-21 | 1 | -289/+295 |
* | Add detection of simple urls with tld detection algorithm. | Vsevolod Stakhov | 2012-08-06 | 1 | -13/+333 |
* | Use DB_HASH access method for bdb backend. | Vsevolod Stakhov | 2012-03-01 | 1 | -1/+1 |
* | Make compiler happy in several cases, remove warnings. | Vsevolod Stakhov | 2011-12-20 | 1 | -1/+2 |
* | Ignore something that looks like email but has no username. | Vsevolod Stakhov | 2011-12-01 | 1 | -2/+4 |
* | * Support for IDN urls | Vsevolod Stakhov | 2011-08-23 | 1 | -4/+4 |
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -4/+4 |
* | Add workaround for clang under linux. | Vsevolod Stakhov | 2011-07-21 | 1 | -2/+4 |
* | Fix coredumps on some specific messages with specific urls. | Vsevolod Stakhov | 2011-07-19 | 1 | -7/+13 |
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -5/+7 |
* | * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hash | Vsevolod Stakhov | 2011-06-23 | 1 | -15/+26 |
* | Parse urls with '_' sign in domain name0.3.13 | Vsevolod Stakhov | 2011-06-03 | 1 | -1/+1 |
* | Fix phishing check for special cases like http://host.com and http://www.host... | Vsevolod Stakhov | 2011-03-14 | 1 | -9/+9 |
* | Try to fix memory issues. | Vsevolod Stakhov | 2011-03-02 | 1 | -9/+9 |
* | Do not write warning about normal urls.0.3.7 | Vsevolod Stakhov | 2011-02-25 | 1 | -1/+1 |
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 1 | -3/+8 |
* | Fix '_' in emails. | Vsevolod Stakhov | 2011-02-17 | 1 | -1/+1 |
* | Fix parsing emails with '_' symbol. | Vsevolod Stakhov | 2011-02-17 | 1 | -1/+1 |
* | Detect mail addresses at the begining of message. | Vsevolod Stakhov | 2011-02-11 | 1 | -0/+4 |
* | * Write Emails: header in output | Vsevolod Stakhov | 2011-02-11 | 1 | -3/+3 |
* | * New module for checking emails inside messages (rules based, like multimap) | Vsevolod Stakhov | 2011-02-03 | 1 | -16/+35 |
* | Fix decoding of escaped URL's | Vsevolod Stakhov | 2010-11-25 | 1 | -4/+4 |
* | Performance critical fix0.3.3 | Vsevolod Stakhov | 2010-11-03 | 1 | -1/+1 |
* | Urgent fixes. | Vsevolod Stakhov | 2010-11-03 | 1 | -1/+5 |
* | * Add phishing detector (now just compares <a href> with tag's data). | Vsevolod Stakhov | 2010-11-02 | 1 | -30/+53 |
* | Fixes bugs found with clang-static analyser. | Vsevolod Stakhov | 2010-10-11 | 1 | -2/+2 |
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -87/+87 |
* | * Extract domains from emails to check via surbl | Vsevolod Stakhov | 2010-09-29 | 1 | -4/+31 |
* | * New trie based url scanner (based on libcamel) | Vsevolod Stakhov | 2010-09-21 | 1 | -141/+363 |
* | * Reopen log file by USR1 signal | Vsevolod Stakhov | 2010-07-19 | 1 | -1/+6 |
* | * Fix parsing of some broken urls | Vsevolod Stakhov | 2010-07-05 | 1 | -1/+1 |
* | * Fix detection of numeric urls (reported by citrin) | Vsevolod Stakhov | 2010-07-05 | 1 | -2/+13 |
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -11/+11 |
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -243/+227 |
* | * Handle base10 encoded ip addresses correctly | Vsevolod Stakhov | 2009-08-31 | 1 | -1/+2 |
* | * Strip urls from space characters | Vsevolod Stakhov | 2009-08-05 | 1 | -0/+18 |