aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-2116-35/+38
* Another fix to avoid race with settings - add reference counter.Vsevolod Stakhov2011-07-212-22/+50
* * Add start script for red hat compatible systemsVsevolod Stakhov2011-07-2022-56/+530
* Rework http chunked encoding parsing.Vsevolod Stakhov2011-07-205-97/+115
* Do not try to use information about dispatcher after callback fails (found by...Vsevolod Stakhov2011-07-191-1/+0
* Fix coredumps on some specific messages with specific urls.Vsevolod Stakhov2011-07-193-11/+24
* Ref hash table at settings loading.Vsevolod Stakhov2011-07-181-1/+1
* Fix statfiles class determination euristic.Vsevolod Stakhov2011-07-182-12/+12
* Fix textpart:get_language lua function.Vsevolod Stakhov2011-07-181-0/+1
* Create statfiles using learn_spam function for bayes classifier.Vsevolod Stakhov2011-07-182-1/+19
* Use event_set correctly after event_del.Vsevolod Stakhov2011-07-181-0/+1
* Fix bug with data corruption during settings application.Vsevolod Stakhov2011-07-181-1/+8
* Another fix for comparing parts without content - two empty parts are equal.Vsevolod Stakhov2011-07-141-1/+6
* Fix coredump on messages with one url only.Vsevolod Stakhov2011-07-141-1/+1
* Fix core dumps when no symbols are found in a message.Vsevolod Stakhov2011-07-141-1/+1
* * Add learn_spam/learn_ham interface to librspamdclient and to rspamcVsevolod Stakhov2011-07-147-43/+156
* Adjust interval.Vsevolod Stakhov2011-07-141-2/+2
* * Remove completion logic from controller: it is hardly used but breaks new c...Vsevolod Stakhov2011-07-141-35/+26
* Fix multiply compare_parts_distance calls.Vsevolod Stakhov2011-07-141-2/+12
* Ignore arguments order in compare_parts_distance function.Vsevolod Stakhov2011-07-141-2/+2
* Change logic of params inside compare parts distance.Vsevolod Stakhov2011-07-142-11/+51
* * Add new algorithm based on diff algorithm to compare relatively short text ...Vsevolod Stakhov2011-07-1313-11/+497
* Add validity detector for statfiles inside classifier.Vsevolod Stakhov2011-07-133-2/+59
* * Add second argument to compare_parts_distance function so it can be used as...Vsevolod Stakhov2011-07-131-21/+37
* * Add ability to get difference between two parts from lua codeVsevolod Stakhov2011-07-122-0/+50
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-1217-82/+649
* Cache data of parts distance function to speed up multiply rules with such fu...Vsevolod Stakhov2011-07-122-1/+24
* * Make fuzzy hashes utf8 compatible.Vsevolod Stakhov2011-07-122-35/+75
* * Add a simple logic of language detection for text parts (unicode script based)Vsevolod Stakhov2011-07-114-2/+118
* Fix phishing detection with img flag.Vsevolod Stakhov2011-07-114-32/+61
* * Improve performance of settings lookupVsevolod Stakhov2011-06-306-106/+122
* * Add correcting factor to statistics.Vsevolod Stakhov2011-06-286-36/+105
* * Add ability to specify noip option for uribl suffix to avoid checking urls ...Vsevolod Stakhov2011-06-282-3/+29
* Fix statshow utility.Vsevolod Stakhov2011-06-271-2/+2
* Remove debug.Vsevolod Stakhov2011-06-271-1/+0
* Fix incorrect calculating of token length.Vsevolod Stakhov2011-06-272-2/+3
* * Welcome 0.4.0Vsevolod Stakhov2011-06-2420-182/+274
* Oops, remove debug.Vsevolod Stakhov2011-06-231-7/+0
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-2312-69/+213
* Another fix with reload command.Vsevolod Stakhov2011-06-201-3/+4
* Fix reload command.Vsevolod Stakhov2011-06-202-1/+2
* Handle files with zero lenght properly.Vsevolod Stakhov2011-06-171-0/+1
* Fix rspamc client to handle multiply files properly.Vsevolod Stakhov2011-06-171-8/+9
* Actually all times are in GMT already, so avoid conversion to prevent dst loo...Vsevolod Stakhov2011-06-152-3/+1
* Add condition to fix inconsistent records in LRU cache.Vsevolod Stakhov2011-06-141-1/+2
* Write logbuf safely.0.3.14Vsevolod Stakhov2011-06-101-1/+1
* Fix trie text search.Vsevolod Stakhov2011-06-101-0/+7
* Fix memory issues.Vsevolod Stakhov2011-06-101-1/+9
* Improve performance of trie search.Vsevolod Stakhov2011-06-102-1/+3
* Fix connecting to xmlrpc server.Vsevolod Stakhov2011-06-101-5/+2