Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add normalizer for fuzzy hashes | cebka@lenovo-laptop | 2010-03-16 | 1 | -2/+35 |
| | | | | * Fix fuzzy add and fuzzy del | ||||
* | * Fix cores in spf code (partially) | cebka@lenovo-laptop | 2010-02-27 | 1 | -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 output | cebka@lenovo-laptop | 2010-02-17 | 1 | -6/+2 |
| | | | | * Add messages from spf checks | ||||
* | * Add ability to add weight for fuzzy hashes, this can be very useful for ↵ | cebka@lenovo-laptop | 2010-02-08 | 1 | -11/+57 |
| | | | | autolearning fuzzy storage by users | ||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -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 changes | Vsevolod Stakhov | 2009-10-02 | 1 | -107/+101 |
| | |||||
* | * No IO allowed in events destructors | Vsevolod Stakhov | 2009-09-23 | 1 | -1/+0 |
| | |||||
* | * Another mistake in task object initialization | Vsevolod Stakhov | 2009-09-23 | 1 | -1/+4 |
| | |||||
* | * Implement new system of async events handling (experimental) | Vsevolod Stakhov | 2009-09-22 | 1 | -25/+33 |
| | |||||
* | * Migrate fuzzy storage to use UDP instead of TCP | Vsevolod Stakhov | 2009-08-25 | 1 | -2/+2 |
| | |||||
* | * Fix processing of empty parts | Vsevolod Stakhov | 2009-08-21 | 1 | -10/+25 |
| | | | | * Fix memory problems in controller | ||||
* | * Fix memory leakage in controller | Vsevolod Stakhov | 2009-08-21 | 1 | -2/+16 |
| | |||||
* | * Improve logging | Vsevolod Stakhov | 2009-08-18 | 1 | -1/+4 |
| | |||||
* | * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵ | Vsevolod Stakhov | 2009-07-31 | 1 | -23/+63 |
| | | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations | ||||
* | * Add support for extending controller protocol by modules | Vsevolod Stakhov | 2009-07-29 | 1 | -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 storage | Vsevolod Stakhov | 2009-07-28 | 1 | -0/+290 |
* Add fuzzy storage syncing to file |