aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat/stat_process.c
Commit message (Expand)AuthorAgeFilesLines
...
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+12
* Fix couple of compiler warningsVsevolod Stakhov2016-01-301-2/+2
* Increase number of messages learnedVsevolod Stakhov2016-01-221-0/+2
* Fix error messageVsevolod Stakhov2016-01-211-1/+1
* Allow configurations with no classifiersVsevolod Stakhov2016-01-141-2/+10
* Rework cache API slightlyVsevolod Stakhov2016-01-111-3/+2
* Write initialization for redis cacheVsevolod Stakhov2016-01-111-2/+2
* Fix processing of cachesVsevolod Stakhov2016-01-101-3/+10
* Fix learn errors reportingVsevolod Stakhov2016-01-091-4/+0
* Fix setting of number of learns.Vsevolod Stakhov2016-01-081-1/+1
* Fix precendence for ! and &Vsevolod Stakhov2016-01-081-1/+1
* Fix format stringVsevolod Stakhov2016-01-081-1/+1
* Reorder learn procedure.Vsevolod Stakhov2016-01-081-17/+8
* Implement redis classificationVsevolod Stakhov2016-01-071-0/+4
* Allow lua script call for autolearnVsevolod Stakhov2016-01-071-1/+55
* Allow to set autolearn to [ham_score, spam_score]Vsevolod Stakhov2016-01-071-1/+41
* Fix autolearn switchVsevolod Stakhov2016-01-071-27/+28
* Do not autolearn if we have the same class for this messageVsevolod Stakhov2016-01-061-15/+61
* Do not treat autolearn errors as fatalVsevolod Stakhov2016-01-061-0/+4
* Implement autolearnVsevolod Stakhov2016-01-061-0/+68
* Restore statistics for libstatVsevolod Stakhov2016-01-061-3/+44
* Add learning implementation.Vsevolod Stakhov2016-01-061-220/+217
* Fix statistics processingVsevolod Stakhov2016-01-051-383/+129
* Fix bayes classifier for the new architectureVsevolod Stakhov2016-01-051-0/+2
* Fix endless loopVsevolod Stakhov2015-12-301-0/+2
* More changes to classification stagesVsevolod Stakhov2015-12-291-29/+32
* Add substages for classificationVsevolod Stakhov2015-12-291-41/+62
* Improve logging to avoid confusionVsevolod Stakhov2015-12-181-5/+10
* Clarify error messageVsevolod Stakhov2015-12-181-2/+2
* Fix multiple classifiers support.Vsevolod Stakhov2015-11-271-7/+16
* Remove legacy words, use merely normalized_wordsVsevolod Stakhov2015-11-261-8/+3
* Restore multiple classifiers supportVsevolod Stakhov2015-11-231-6/+33
* Implement words decaying for text parts.Vsevolod Stakhov2015-11-121-2/+2
* Fix format issues found by static analysisVsevolod Stakhov2015-11-111-4/+4
* Fix statistics.Vsevolod Stakhov2015-10-061-2/+2
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
* Fix creating languages on learning.Vsevolod Stakhov2015-09-081-0/+11
* More logging updates.Vsevolod Stakhov2015-08-291-14/+18
* Increase messages learned counter.Vsevolod Stakhov2015-08-211-0/+3
* Fix some stupid mistakes.Vsevolod Stakhov2015-08-031-1/+1
* Rework stat get function to allow async behaviour.Vsevolod Stakhov2015-08-031-5/+11
* Skip same text parts when processing statistics.Vsevolod Stakhov2015-07-291-1/+9
* Add debug messages to classify metadata.Vsevolod Stakhov2015-07-281-0/+7
* Allow to specify classification headers in the options.Vsevolod Stakhov2015-07-281-4/+7
* Add more metatokens for images.Vsevolod Stakhov2015-07-281-0/+3
* Use headers name.Vsevolod Stakhov2015-07-281-0/+5
* Do not add too many tokens from headers.Vsevolod Stakhov2015-07-281-5/+5
* Extract more features from messages.Vsevolod Stakhov2015-07-281-14/+90
* Some more fixes to tokenizator init.Vsevolod Stakhov2015-07-271-2/+0
* Fix issues with compatibility tokenization.Vsevolod Stakhov2015-07-271-12/+15