aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller.c
Commit message (Expand)AuthorAgeFilesLines
* * Add learn_spam/learn_ham interface to librspamdclient and to rspamcVsevolod Stakhov2011-07-141-4/+17
* * Remove completion logic from controller: it is hardly used but breaks new c...Vsevolod Stakhov2011-07-141-35/+26
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-121-3/+184
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-12/+9
* Fix reload command.Vsevolod Stakhov2011-06-201-1/+1
* * Skip short utf words in statisticsVsevolod Stakhov2011-06-031-1/+1
* * Rework build process:Vsevolod Stakhov2011-05-101-1/+1
* * Major cleanup of cmake build systemVsevolod Stakhov2011-05-061-1/+2
* * Add ability to learn rspamd via worker (without password)0.3.11Vsevolod Stakhov2011-03-311-71/+2
* Fix several memory leaks in rspamd.Vsevolod Stakhov2011-02-241-1/+1
* * Add ability to specify 'S' flag to regexp that means that headers checks mu...Vsevolod Stakhov2011-02-151-1/+1
* * Try to fix descriptors leakage in controllerVsevolod Stakhov2011-02-041-1/+1
* * Implement controller interface inside librspamdclient/rspamcVsevolod Stakhov2011-02-011-8/+9
* * Add Subject header to statisticsVsevolod Stakhov2010-12-241-1/+3
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-6/+30
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-2/+4
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-53/+53
* * Fix shared usage of statfilesVsevolod Stakhov2010-09-161-0/+1
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-021-6/+25
* * Remove normalizer as it is winnow specific thing, so all statistic algorith...Vsevolod Stakhov2010-08-131-3/+0
* * One more try to improve accuracy of winnow algorithmVsevolod Stakhov2010-08-061-3/+10
* * Fixes to winnow learningVsevolod Stakhov2010-08-051-12/+20
* * Add logging for fuzzy checksVsevolod Stakhov2010-08-021-2/+5
* * Fix quit command in controller interfaceVsevolod Stakhov2010-07-301-1/+1
* * Fix error with writing symbols cache fileVsevolod Stakhov2010-07-281-2/+2
* * More debugVsevolod Stakhov2010-07-251-1/+1
* * Reopen log file by USR1 signalVsevolod Stakhov2010-07-191-0/+3
* * Announce weights and syncAndrej Zverev2010-06-281-8/+10
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-241-56/+56
* * Check return value of each rspamd_dispatcher_write as in case of write erro...Vsevolod Stakhov2010-06-241-46/+105
* * announce the "password" keyword in usage listAndrej Zverev2010-06-171-2/+6
* * Fix misprint (by Andrej Zverev)Vsevolod Stakhov2010-06-171-1/+1
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-271-1/+1
* * Fix uptime commandVsevolod Stakhov2010-05-081-3/+3
* * Bugfixes:Vsevolod Stakhov2010-04-201-1/+1
* * Add statistics for fuzzy storagecebka@lenovo-laptop2010-03-171-0/+2
* * Fix statistics of messages in controllercebka@lenovo-laptop2010-03-171-0/+1
* * Add normalizer for fuzzy hashescebka@lenovo-laptop2010-03-161-1/+1
* * Fix learn command (-m is used instead -w)cebka@lenovo-laptop2010-03-151-1/+1
* * Add percents of spam and ham detected to stat command outputcebka@lenovo-laptop2010-03-011-2/+6
* * Fix bugs from previous commitcebka@lenovo-laptop2010-03-011-4/+0
* * Add weights command for getting weights of each message by each statfilecebka@lenovo-laptop2010-03-011-5/+136
* * Handle empty messages in learningcebka@lenovo-laptop2010-02-051-0/+11
* * Add ability to classify only specific headers (for example Subject)cebka@lenovo-laptop2010-02-011-8/+21
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-21/+21
* * Many major fixes to statfiles:Vsevolod Stakhov2009-12-031-16/+62
* * Another fixes to synchronization of statfilesVsevolod Stakhov2009-12-031-4/+0
* * Some fixes to syncVsevolod Stakhov2009-12-021-10/+21
* * Adopt printf function from nginx for comfortable printing of some data type...Vsevolod Stakhov2009-11-301-2/+2
* * Initial release of synchronization server in controllerVsevolod Stakhov2009-11-271-1/+150