summaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.h
Commit message (Collapse)AuthorAgeFilesLines
* Fuzzy actual version is now 3 not 2.Vsevolod Stakhov2015-04-211-1/+1
|
* Value of fuzzy is signed actually.Vsevolod Stakhov2014-12-291-1/+1
|
* Pack fuzzy commands.Vsevolod Stakhov2014-12-221-4/+6
|
* Restore functions of fuzzy_check.Vsevolod Stakhov2014-12-201-0/+1
|
* Implement basic add and deletion.Vsevolod Stakhov2014-12-201-0/+1
|
* Implement direct checking.Vsevolod Stakhov2014-12-201-1/+1
|
* Add conversion function.Vsevolod Stakhov2014-12-191-1/+2
|
* Start total rework of fuzzy_storage.Vsevolod Stakhov2014-12-191-2/+7
|
* Process commands for lmdb.Vsevolod Stakhov2014-12-171-0/+5
|
* Start new fuzzy storage protocol implementation.Vsevolod Stakhov2014-12-171-0/+10
|
* Refactor function names.Vsevolod Stakhov2014-12-171-1/+1
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-1/+1
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-1/+1
|
* Allow restriction of update commands for fuzzy storage.Vsevolod Stakhov2013-06-041-9/+0
| | | | | | | | | Now it is possible to specify ip or networks from which fuzzy updates or removes are possible. Rework sockets logic while I'm here. Create universal utility for parsing ipv4/mask strings.
* * 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