Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fuzzy actual version is now 3 not 2. | Vsevolod Stakhov | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Value of fuzzy is signed actually. | Vsevolod Stakhov | 2014-12-29 | 1 | -1/+1 |
| | |||||
* | Pack fuzzy commands. | Vsevolod Stakhov | 2014-12-22 | 1 | -4/+6 |
| | |||||
* | Restore functions of fuzzy_check. | Vsevolod Stakhov | 2014-12-20 | 1 | -0/+1 |
| | |||||
* | Implement basic add and deletion. | Vsevolod Stakhov | 2014-12-20 | 1 | -0/+1 |
| | |||||
* | Implement direct checking. | Vsevolod Stakhov | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | Add conversion function. | Vsevolod Stakhov | 2014-12-19 | 1 | -1/+2 |
| | |||||
* | Start total rework of fuzzy_storage. | Vsevolod Stakhov | 2014-12-19 | 1 | -2/+7 |
| | |||||
* | Process commands for lmdb. | Vsevolod Stakhov | 2014-12-17 | 1 | -0/+5 |
| | |||||
* | Start new fuzzy storage protocol implementation. | Vsevolod Stakhov | 2014-12-17 | 1 | -0/+10 |
| | |||||
* | Refactor function names. | Vsevolod Stakhov | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -1/+1 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | Allow restriction of update commands for fuzzy storage. | Vsevolod Stakhov | 2013-06-04 | 1 | -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 Stakhov | 2012-01-16 | 1 | -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.4 | Vsevolod Stakhov | 2010-12-03 | 1 | -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 Stakhov | 2010-10-06 | 1 | -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 hashes | Vsevolod Stakhov | 2010-05-05 | 1 | -0/+1 |
| | |||||
* | * Add ability to add weight for fuzzy hashes, this can be very useful for ↵ | cebka@lenovo-laptop | 2010-02-08 | 1 | -0/+1 |
| | | | | autolearning fuzzy storage by users | ||||
* | * Store sockaddr in large enough buffer | Vsevolod Stakhov | 2009-08-25 | 1 | -2/+2 |
| | |||||
* | * Migrate fuzzy storage to use UDP instead of TCP | Vsevolod Stakhov | 2009-08-25 | 1 | -2/+2 |
| | |||||
* | * Implement fuzzy hashes storage worker | Vsevolod Stakhov | 2009-07-27 | 1 | -0/+30 |
TODO: - implement client as rspamd plugin - add support to controller and rspamc - improve performance by avoiding usage of linked lists |