aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fuzzy_check.c
Commit message (Collapse)AuthorAgeFilesLines
* * Add normalizer for fuzzy hashescebka@lenovo-laptop2010-03-161-2/+35
| | | | * Fix fuzzy add and fuzzy del
* * Fix cores in spf code (partially)cebka@lenovo-laptop2010-02-271-0/+1
| | | | | * Add support for spf 2.0 (Sender ID policy) * Add support of MAP_NOCORE to systems that supports it (FreeBSD for example)
* * Add ability to add custom messages to rspamd outputcebka@lenovo-laptop2010-02-171-6/+2
| | | | * Add messages from spf checks
* * Add ability to add weight for fuzzy hashes, this can be very useful for ↵cebka@lenovo-laptop2010-02-081-11/+57
| | | | autolearning fuzzy storage by users
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-8/+8
| | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system
* * Retab, no functional changesVsevolod Stakhov2009-10-021-107/+101
|
* * No IO allowed in events destructorsVsevolod Stakhov2009-09-231-1/+0
|
* * Another mistake in task object initializationVsevolod Stakhov2009-09-231-1/+4
|
* * Implement new system of async events handling (experimental)Vsevolod Stakhov2009-09-221-25/+33
|
* * Migrate fuzzy storage to use UDP instead of TCPVsevolod Stakhov2009-08-251-2/+2
|
* * Fix processing of empty partsVsevolod Stakhov2009-08-211-10/+25
| | | | * Fix memory problems in controller
* * Fix memory leakage in controllerVsevolod Stakhov2009-08-211-2/+16
|
* * Improve loggingVsevolod Stakhov2009-08-181-1/+4
|
* * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵Vsevolod Stakhov2009-07-311-23/+63
| | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations
* * Add support for extending controller protocol by modulesVsevolod Stakhov2009-07-291-0/+136
| | | | | | * Add write support via controller to fuzzy storage TODO: Add delete and check commands support to controller interface
* * Add client part for fuzzy checksums storageVsevolod Stakhov2009-07-281-0/+290
* Add fuzzy storage syncing to file