summaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.h
Commit message (Collapse)AuthorAgeFilesLines
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-3/+0
| | | | | | | | - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture.
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-0/+1
| | | | * Add ability to manage per-module, per-worker and per-classifier options in XML parser
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-4/+4
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Add ability to add flags to fuzzy hashesVsevolod Stakhov2010-05-051-0/+1
|
* * Add ability to add weight for fuzzy hashes, this can be very useful for ↵cebka@lenovo-laptop2010-02-081-0/+1
| | | | autolearning fuzzy storage by users
* * Store sockaddr in large enough bufferVsevolod Stakhov2009-08-251-2/+2
|
* * Migrate fuzzy storage to use UDP instead of TCPVsevolod Stakhov2009-08-251-2/+2
|
* * Implement fuzzy hashes storage workerVsevolod Stakhov2009-07-271-0/+30
TODO: - implement client as rspamd plugin - add support to controller and rspamc - improve performance by avoiding usage of linked lists