summaryrefslogtreecommitdiffstats
path: root/src/libstat
Commit message (Collapse)AuthorAgeFilesLines
* Implement words decaying for text parts.Vsevolod Stakhov2015-11-123-8/+67
|
* Fix format issues found by static analysisVsevolod Stakhov2015-11-113-6/+6
|
* Avoid endless loop when cannot open sqlite db.Vsevolod Stakhov2015-10-261-2/+14
|
* Adopt the rest of rspamd for new hash api.Vsevolod Stakhov2015-10-251-6/+6
|
* Allow conditional build of snowball.Vsevolod Stakhov2015-10-231-1/+0
|
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-083-1/+3
|
* Fix statistics.Vsevolod Stakhov2015-10-065-21/+20
|
* Fix loading of tokenizer config from dump.Vsevolod Stakhov2015-10-031-7/+31
| | | | Issue: #389
* Allow custom lua scripts for users/languages extraction.Vsevolod Stakhov2015-10-021-31/+145
| | | | Issue: #388
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-229-9/+9
|
* Fix issue whith broken statfiles.Vsevolod Stakhov2015-09-221-0/+2
|
* More fixes on per-languages and per-user stats.Vsevolod Stakhov2015-09-081-22/+32
|
* Fix creating languages on learning.Vsevolod Stakhov2015-09-082-1/+25
|
* Fix logging in sqlite3 modules.Vsevolod Stakhov2015-09-012-45/+52
|
* Fix logging in mmapped files module.Vsevolod Stakhov2015-09-011-76/+78
|
* More logging updates.Vsevolod Stakhov2015-08-295-26/+33
|
* Add tags to rspamd_mempool.Vsevolod Stakhov2015-08-271-1/+1
|
* Increase messages learned counter.Vsevolod Stakhov2015-08-211-0/+3
| | | | | Issue: #347 Reported by: @bpbp-boop
* Add configured `per_user` and `per_language` knobs for sqlite3.Vsevolod Stakhov2015-08-121-7/+33
|
* Fix inc learns and dec learns.Vsevolod Stakhov2015-08-051-2/+2
|
* Fix some stupid mistakes.Vsevolod Stakhov2015-08-032-6/+6
|
* Add statistics for sqlite backend.Vsevolod Stakhov2015-08-031-1/+74
|
* Add extra information about mmaped statistics.Vsevolod Stakhov2015-08-031-0/+6
|
* Rework stat get function to allow async behaviour.Vsevolod Stakhov2015-08-032-7/+15
|
* 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
|
* Fix sqlite3 backend initialization.Vsevolod Stakhov2015-07-272-2/+25
|
* Some more fixes to sqlite backend.Vsevolod Stakhov2015-07-271-3/+3
|
* Fix tokenizers configuration in sqlite3.Vsevolod Stakhov2015-07-271-5/+67
|
* Some more fixes to tokenizator init.Vsevolod Stakhov2015-07-272-2/+6
|
* Try to fix reindexing of statfiles.Vsevolod Stakhov2015-07-271-3/+60
|
* Fix issues with compatibility tokenization.Vsevolod Stakhov2015-07-272-13/+24
|
* Unbreak the rest.Vsevolod Stakhov2015-07-272-18/+27
|
* Fix tokenizers and mmapped file.Vsevolod Stakhov2015-07-276-52/+96
|
* Fix stat processing.Vsevolod Stakhov2015-07-273-74/+18
|
* More changes to tokenization.Vsevolod Stakhov2015-07-273-69/+59
|
* Start tokenizers rework.Vsevolod Stakhov2015-07-275-141/+177
|
* Use new tokenization by default for created statfiles.Vsevolod Stakhov2015-07-271-1/+1
|
* Use some headers information in statistics.Vsevolod Stakhov2015-07-261-0/+43
|
* Allow adding of prefix for tokenizers.Vsevolod Stakhov2015-07-263-7/+22
|
* Add languages support to sqlite3 backend.Vsevolod Stakhov2015-07-231-7/+58
|
* Add user support to sqlite3.Vsevolod Stakhov2015-07-231-2/+98
|
* Set error if cannot learn anything.Vsevolod Stakhov2015-07-221-2/+8
|
* Another iteration on #331.Vsevolod Stakhov2015-07-223-13/+25
|
* Disable signatures detection as it breaks stuff.Vsevolod Stakhov2015-07-141-1/+1
|