aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat/stat_process.c
Commit message (Expand)AuthorAgeFilesLines
* [Minor] More support of backend-less classifiersVsevolod Stakhov2016-10-061-1/+13
* [Feature] Add a generic lua classifierVsevolod Stakhov2016-10-061-0/+10
* [Feature] Stop using of GLists for headers, improve performanceVsevolod Stakhov2016-09-281-4/+6
* [Minor] Fix compilationVsevolod Stakhov2016-09-151-1/+1
* [Minor] Use attachments filenames as bayes tokensVsevolod Stakhov2016-09-151-1/+6
* [Minor] Use mime recipients count as a metatokenVsevolod Stakhov2016-09-141-2/+2
* [Fix] Do not classify when a message has not enough tokensVsevolod Stakhov2016-09-121-0/+21
* [Feature] Add more meta-tokens to bayesVsevolod Stakhov2016-09-031-1/+28
* [Feature] Correctly work when there is no hard reject actionVsevolod Stakhov2016-07-271-1/+1
* [Fix] Fix learning for non-existent backendVsevolod Stakhov2016-07-211-1/+11
* [Minor] Fix errors reporting on learn errorsVsevolod Stakhov2016-07-141-5/+47
* [Rework] Remove dedicated images listVsevolod Stakhov2016-07-041-25/+25
* [Rework] Rename mime parts structuresVsevolod Stakhov2016-07-041-3/+3
* [Feature] Allow setting scores and actions from luaVsevolod Stakhov2016-05-031-1/+4
* [Fix] Fix conditional learningVsevolod Stakhov2016-04-301-1/+6
* [Feature] Implement conditional learning for classifiersVsevolod Stakhov2016-04-301-1/+56
* [Fix] Fix and rescore R_PARTS_DIFFER logicVsevolod Stakhov2016-04-271-3/+3
* [Feature] Simplify actions application by the settingsVsevolod Stakhov2016-03-291-4/+1
* [Feature] Store actions limits in metric resultVsevolod Stakhov2016-03-291-1/+1
* [Feature] Do not classify message if some class is missingVsevolod Stakhov2016-03-221-0/+18
* Refactor UCL APIVsevolod Stakhov2016-02-161-1/+1
* 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