aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fuzzy_check.c
Commit message (Expand)AuthorAgeFilesLines
* * Finally get rid of stupid savepoints system and migrate to async events log...Vsevolod Stakhov2011-12-141-14/+0
* Fix static build.Vsevolod Stakhov2011-11-111-1/+1
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-5/+5
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-12/+11
* Fix up another event related problem.Vsevolod Stakhov2011-07-261-0/+2
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-1/+1
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-231-0/+11
* * Add more timeouts: for fuzzy operations, for worker task operationsVsevolod Stakhov2011-03-281-5/+11
* Race in fuzzy check.Vsevolod Stakhov2011-03-141-11/+12
* Fix passing wrong argument to write callback.Vsevolod Stakhov2011-02-041-1/+1
* * Implement controller interface inside librspamdclient/rspamcVsevolod Stakhov2011-02-011-10/+10
* Forgotten option for fuzzy_check plugin.Vsevolod Stakhov2010-12-221-0/+1
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-4/+7
* Implement checking options for modulesVsevolod Stakhov2010-12-131-0/+12
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-161-5/+5
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-151-2/+2
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-60/+60
* * New trie based url scanner (based on libcamel)Vsevolod Stakhov2010-09-211-6/+29
* * Add ability to check hashes of selected mime typesVsevolod Stakhov2010-08-271-25/+169
* * Fix wirting message id during fuzzy_add commandVsevolod Stakhov2010-08-041-1/+2
* * Add logging for fuzzy checksVsevolod Stakhov2010-08-021-3/+8
* * Fix parsing txt records to avoid reading of uninitialized dataVsevolod Stakhov2010-07-281-2/+3
* * Try to save images hashes to fuzzy storage to stop some annoying spammersVsevolod Stakhov2010-07-271-74/+132
* * More debugVsevolod Stakhov2010-07-251-3/+3
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-241-10/+10
* * Check return value of each rspamd_dispatcher_write as in case of write erro...Vsevolod Stakhov2010-06-241-9/+27
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-221-0/+12
* * Change metric logicVsevolod Stakhov2010-06-161-36/+2
* * Add more logic to fuzzy mappingsVsevolod Stakhov2010-05-141-20/+50
* * Support versions of hashes fileVsevolod Stakhov2010-05-061-1/+1
* * Add ability to set specific symbols for different fuzzy flagsVsevolod Stakhov2010-05-061-4/+45
* * Add ability to add flags to fuzzy hashesVsevolod Stakhov2010-05-051-7/+33
* * Improve logging system:Vsevolod Stakhov2010-04-271-0/+2
* * Insert fuzzy check symbol correctly as it depends not only on factor but al...Vsevolod Stakhov2010-04-081-2/+13
* * Fix freeing of module parameters (they should NOT be freed)Vsevolod Stakhov2010-03-231-4/+47
* * Add support for Judy storage for fuzzy hashescebka@lenovo-laptop2010-03-221-1/+7
* * Handle writing of messages correctly in perl modulecebka@lenovo-laptop2010-03-181-0/+1
* * Fix descriptors leakagecebka@spam32010-03-171-2/+12
* * Add normalizer for fuzzy hashescebka@lenovo-laptop2010-03-161-2/+35
* * Fix cores in spf code (partially)cebka@lenovo-laptop2010-02-271-0/+1
* * Add ability to add custom messages to rspamd outputcebka@lenovo-laptop2010-02-171-6/+2
* * Add ability to add weight for fuzzy hashes, this can be very useful for aut...cebka@lenovo-laptop2010-02-081-11/+57
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-8/+8
* * 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 leakage in controllerVsevolod Stakhov2009-08-211-2/+16