aboutsummaryrefslogtreecommitdiffstats
path: root/src/url.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emails detection.Vsevolod Stakhov2013-12-091-4/+13
* Refuse empty emails in urls detection as well.Vsevolod Stakhov2013-11-261-1/+1
* Reduce false positive rate in urls detection.Vsevolod Stakhov2013-11-261-4/+11
* Do not search plaintext email objects in html parts.Vsevolod Stakhov2013-06-251-1/+1
* Remove ambiguity from url parser.Vsevolod Stakhov2013-06-241-3/+0
* Fix urls detection for strings with multiply dots.Vsevolod Stakhov2013-06-241-0/+10
* Another fix for tld urls.Vsevolod Stakhov2013-06-171-2/+2
* Fix url detection at the beginning of a message.Vsevolod Stakhov2013-06-171-0/+4
* Improve urls parsing.Vsevolod Stakhov2013-06-171-346/+318
* Add webui handler for rspamd (skeleton).Vsevolod Stakhov2013-01-051-2/+2
* Get rid of some false-positive urls detections.Vsevolod Stakhov2012-10-121-1/+1
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* Fix url detector.Vsevolod Stakhov2012-08-221-1/+10
* Do not try to detect tld urls inside HTML texts as it generates too much fals...Vsevolod Stakhov2012-08-211-289/+295
* Add detection of simple urls with tld detection algorithm.Vsevolod Stakhov2012-08-061-13/+333
* Use DB_HASH access method for bdb backend.Vsevolod Stakhov2012-03-011-1/+1
* Make compiler happy in several cases, remove warnings.Vsevolod Stakhov2011-12-201-1/+2
* Ignore something that looks like email but has no username.Vsevolod Stakhov2011-12-011-2/+4
* * Support for IDN urlsVsevolod Stakhov2011-08-231-4/+4
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-4/+4
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-2/+4
* Fix coredumps on some specific messages with specific urls.Vsevolod Stakhov2011-07-191-7/+13
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-5/+7
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-231-15/+26
* Parse urls with '_' sign in domain name0.3.13Vsevolod Stakhov2011-06-031-1/+1
* Fix phishing check for special cases like http://host.com and http://www.host...Vsevolod Stakhov2011-03-141-9/+9
* Try to fix memory issues.Vsevolod Stakhov2011-03-021-9/+9
* Do not write warning about normal urls.0.3.7Vsevolod Stakhov2011-02-251-1/+1
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-3/+8
* Fix '_' in emails.Vsevolod Stakhov2011-02-171-1/+1
* Fix parsing emails with '_' symbol.Vsevolod Stakhov2011-02-171-1/+1
* Detect mail addresses at the begining of message.Vsevolod Stakhov2011-02-111-0/+4
* * Write Emails: header in outputVsevolod Stakhov2011-02-111-3/+3
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-16/+35
* Fix decoding of escaped URL'sVsevolod Stakhov2010-11-251-4/+4
* Performance critical fix0.3.3Vsevolod Stakhov2010-11-031-1/+1
* Urgent fixes.Vsevolod Stakhov2010-11-031-1/+5
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-021-30/+53
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-2/+2
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-87/+87
* * Extract domains from emails to check via surblVsevolod Stakhov2010-09-291-4/+31
* * New trie based url scanner (based on libcamel)Vsevolod Stakhov2010-09-211-141/+363
* * Reopen log file by USR1 signalVsevolod Stakhov2010-07-191-1/+6
* * Fix parsing of some broken urlsVsevolod Stakhov2010-07-051-1/+1
* * Fix detection of numeric urls (reported by citrin)Vsevolod Stakhov2010-07-051-2/+13
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-11/+11
* * Retab, no functional changesVsevolod Stakhov2009-10-021-243/+227
* * Handle base10 encoded ip addresses correctlyVsevolod Stakhov2009-08-311-1/+2
* * Strip urls from space charactersVsevolod Stakhov2009-08-051-0/+18