Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
| | | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. | ||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | More cleanups and fixes for compiler warnings.0.4.6 | Vsevolod Stakhov | 2011-12-20 | 1 | -3/+3 |
| | |||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -5/+5 |
| | |||||
* | Fix coredumps when learning message with one empty part. | Vsevolod Stakhov | 2011-07-25 | 1 | -8/+10 |
| | |||||
* | Another fix for comparing parts without content - two empty parts are equal. | Vsevolod Stakhov | 2011-07-14 | 1 | -1/+6 |
| | |||||
* | Fix coredump on messages with one url only. | Vsevolod Stakhov | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | * Add new algorithm based on diff algorithm to compare relatively short text ↵ | Vsevolod Stakhov | 2011-07-13 | 1 | -6/+18 |
| | | | | parts | ||||
* | * Add ability to get difference between two parts from lua code | Vsevolod Stakhov | 2011-07-12 | 1 | -0/+5 |
| | |||||
* | * Make fuzzy hashes utf8 compatible. | Vsevolod Stakhov | 2011-07-12 | 1 | -34/+74 |
| | |||||
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | Uncompatible changes: - Statistics is uncompatible in utf8 mode Major changes: - Improved utf8 mode - Convert all characters to lowercase in statistics - Skip URL's in statistics - Improve speed of bayes classifier by using integer arithmetics - Fixed statfiles synchronization that was broken for a long time - Synchronization is now configurable Minor changes: - Bugfixes - Removed some of legacy code - Types polishing | ||||
* | Oops, remove debug. | Vsevolod Stakhov | 2011-06-23 | 1 | -7/+0 |
| | |||||
* | * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hash | Vsevolod Stakhov | 2011-06-23 | 1 | -4/+132 |
| | | | | | Fix tags stripping. Fix phishing checks (ignore img tags). | ||||
* | * Many fixes to fuzzy hashes logic and tokenization. | Vsevolod Stakhov | 2011-01-24 | 1 | -3/+27 |
| | |||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -23/+23 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -49/+49 |
| | |||||
* | * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵ | Vsevolod Stakhov | 2009-07-31 | 1 | -2/+2 |
| | | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations | ||||
* | * Fix indexes in fuzzy hashes calculations | Vsevolod Stakhov | 2009-07-16 | 1 | -1/+1 |
| | | | | | * Add optimization flags support * Enable -O by default | ||||
* | * Avoid division by zero while comparing fuzzy hashes | Vsevolod Stakhov | 2009-04-28 | 1 | -0/+5 |
| | |||||
* | * Add 3 functions: | Vsevolod Stakhov | 2009-03-30 | 1 | -1/+1 |
| | | | | | | | | - is_recipients_sorted - has_only_html_part - compare_recipients_distance * Update documentation * Fix build | ||||
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | * Fix error in expression parser that causes bad errors with expressions ↵ | Vsevolod Stakhov | 2009-03-23 | 1 | -1/+12 |
| | | | | | | | | | | | | that have regexp at the end * Improve test for fuzzy hashes * Add new object - TextPart to perl XS library that allows access to stripped parts and fuzzy hashes * Add documentation for expressions parser and fot Mail::Rspamd::TextPart * Allways calculate fuzzy hash for text parts * Store text parts separately from other parts * Add compare_parts_distance for expressions that calculates difference in 2 parts messages * Do not try to substitute variables in empty strings | ||||
* | * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash) | Vsevolod Stakhov | 2009-03-20 | 1 | -0/+273 |
* Add test case for fuzzy hashing check |