aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-2948-226/+8086
* Fix for *BSD.Vsevolod Stakhov2011-07-261-2/+2
* Added tag 0.4.1 for changeset 17edc13bc56aVsevolod Stakhov2011-07-261-0/+1
* Update a sample config file.0.4.1Vsevolod Stakhov2011-07-264-13/+62
* * Add option max_size for regexp module to skip expensive regexp on long mess...Vsevolod Stakhov2011-07-263-9/+108
* * Add max_tokens options to avoid classifying and learning with too much toke...Vsevolod Stakhov2011-07-264-19/+56
* Another 'proper' place.Vsevolod Stakhov2011-07-261-0/+1
* Move hash table creation to the proper place.Vsevolod Stakhov2011-07-261-3/+2
* Fix very bad bug in a memory pool allocator.Vsevolod Stakhov2011-07-264-22/+17
* * Implement max tasks per worker settingVsevolod Stakhov2011-07-261-0/+24
* Fix up another event related problem.Vsevolod Stakhov2011-07-262-6/+4
* Zero memory of pool allocator statistic.Vsevolod Stakhov2011-07-251-0/+1
* Fix coredumps when learning message with one empty part.Vsevolod Stakhov2011-07-251-8/+10
* Added tag 0.4.0 for changeset f04885bd268eVsevolod Stakhov2011-07-221-0/+2
* Fix for libevent.0.4.0Vsevolod Stakhov2011-07-221-0/+4
* Write error about too few tokens during learning.Vsevolod Stakhov2011-07-221-0/+5
* Increase buffer for output.Vsevolod Stakhov2011-07-221-1/+1
* Added tag 0.4.0 for changeset c52f190b0592Vsevolod Stakhov2011-07-221-0/+1
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-2117-37/+45
* 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-2025-57/+656
* 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
* * Add classifiers pre-selection scriptVsevolod Stakhov2011-07-192-0/+52
* 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
* Begin to write normal and updated default configuration.Vsevolod Stakhov2011-07-152-20/+30
* 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-149-47/+332
* 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-1314-11/+498
* 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