aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Add new system of getting and setting config parameters from perl codeVsevolod Stakhov2009-01-152-1/+67
* * Try to fix output from delayed filters processingVsevolod Stakhov2009-01-122-2/+8
* * Implement statistic output in control interfaceVsevolod Stakhov2009-01-111-2/+9
* * Fix errors in learning implementationVsevolod Stakhov2009-01-116-31/+95
* * Implement delayed fork of dead workers (to avoid fork bombs)Vsevolod Stakhov2009-01-112-20/+58
* * Make sample config more completeVsevolod Stakhov2008-12-186-43/+41
* * Add function for adding rspamd report headersVsevolod Stakhov2008-12-173-0/+45
* * Fix build under FreeBSD (forgotten include)Vsevolod Stakhov2008-12-111-0/+1
* * Add logic for filtering messages with tokenizer/classifier pairVsevolod Stakhov2008-12-106-20/+168
* * Implement learning using classifiers and tokenizers APIVsevolod Stakhov2008-12-082-1/+31
* * Add simple implementation of classifiers abstraction and winnow classifierVsevolod Stakhov2008-12-045-5/+173
* * Use binary tree in tokenizers, that would provide us fast checking for uniq...Vsevolod Stakhov2008-12-043-21/+30
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-037-21/+43
* * Add learning interface to rspamd (still requires classifier to work)Vsevolod Stakhov2008-12-0210-39/+246
* * Add config routines for stat filesVsevolod Stakhov2008-12-016-0/+138
* * Write functions to operate blocks in stat filesVsevolod Stakhov2008-11-282-4/+150
* * Add initial implementation of statistics files handling APIVsevolod Stakhov2008-11-272-0/+302
* * Add simple locking interface to mem_pool libraryVsevolod Stakhov2008-11-262-4/+32
* * Add simple implementation of OSB tokenizerVsevolod Stakhov2008-11-073-0/+143
* * Add simple hash function for hashing tokensVsevolod Stakhov2008-11-053-0/+57
* * Reorganize structure of source filesVsevolod Stakhov2008-11-0129-0/+8887