aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzy.c
Commit message (Collapse)AuthorAgeFilesLines
* * Retab, no functional changesVsevolod Stakhov2009-10-021-49/+49
|
* * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵Vsevolod Stakhov2009-07-311-2/+2
| | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations
* * Fix indexes in fuzzy hashes calculationsVsevolod Stakhov2009-07-161-1/+1
| | | | | * Add optimization flags support * Enable -O by default
* * Avoid division by zero while comparing fuzzy hashesVsevolod Stakhov2009-04-281-0/+5
|
* * Add 3 functions:Vsevolod Stakhov2009-03-301-1/+1
| | | | | | | | - is_recipients_sorted - has_only_html_part - compare_recipients_distance * Update documentation * Fix build
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-1/+1
|
* * Fix error in expression parser that causes bad errors with expressions ↵Vsevolod Stakhov2009-03-231-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 Stakhov2009-03-201-0/+273
* Add test case for fuzzy hashing check