aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* * Add max_tokens options to avoid classifying and learning with too much toke...Vsevolod Stakhov2011-07-261-0/+2
* Another 'proper' place.Vsevolod Stakhov2011-07-261-0/+1
* Fix reload command.Vsevolod Stakhov2011-06-201-0/+1
* Misprint.Vsevolod Stakhov2011-06-031-1/+0
* Fix initialization order.Vsevolod Stakhov2011-05-101-1/+1
* * Rework build process:Vsevolod Stakhov2011-05-101-114/+98
* * Preload statfiles at the early beginning in the main processVsevolod Stakhov2011-03-311-0/+30
* * Add ability to extract urls from subject field0.3.10Vsevolod Stakhov2011-03-231-2/+2
* * Main process now has 'hard termination time' - maximum time between getting...Vsevolod Stakhov2011-03-231-3/+49
* Do not re-create symbols cache while doing dump of cache.Vsevolod Stakhov2011-03-221-3/+3
* Init cache before loading config.Vsevolod Stakhov2010-12-221-4/+6
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-4/+21
* Add registering options for lua modulesVsevolod Stakhov2010-12-141-9/+17
* Implement checking options for modulesVsevolod Stakhov2010-12-131-0/+9
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-27/+17
* Write release id if rspamd is built from hg.Vsevolod Stakhov2010-12-031-2/+2
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-30/+30
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-021-1/+3
* * Consider lua plugins errors as fatal configuration errorsVsevolod Stakhov2010-08-041-2/+7
* * Pre-init symbols cache when rereading configVsevolod Stakhov2010-07-271-0/+4
* * Reopen log file by USR1 signalVsevolod Stakhov2010-07-191-4/+19
* * Make improvements to HTML entites decoder: now it replaces entities with co...Vsevolod Stakhov2010-07-161-1/+11
* * Fix stupid error with surbl module reconfig (another one, blame me)Vsevolod Stakhov2010-07-051-0/+2
* * Pass env from main() arguments instead of platform specific global environVsevolod Stakhov2010-06-221-1/+1
* * Get weights of symbol from default metric for symbols cacheVsevolod Stakhov2010-06-181-2/+7
* * Implement initial version of greylisting triplets storageVsevolod Stakhov2010-06-171-1/+9
* * Change metric logicVsevolod Stakhov2010-06-161-60/+35
* * New symbols sorter:Vsevolod Stakhov2010-05-281-4/+16
* * Continue implementing smtp proxyVsevolod Stakhov2010-05-261-0/+9
* * Dump grow factor to XMLVsevolod Stakhov2010-05-131-0/+1
* * Low log level for debug messagesVsevolod Stakhov2010-05-131-1/+1
* * Fix config reloadingVsevolod Stakhov2010-05-131-15/+17
* * Add sample XML configVsevolod Stakhov2010-05-061-2/+2
* * Improve logging system:Vsevolod Stakhov2010-04-271-4/+4
* * Bugfixes:Vsevolod Stakhov2010-04-201-2/+36
* * Add lua config for most common rulesVsevolod Stakhov2010-04-131-1/+1
* * Handle and dump factors correctlyVsevolod Stakhov2010-04-081-120/+140
* * Wellcome to the XML worldVsevolod Stakhov2010-04-071-46/+94
* * Add lua functions parsing for module optionsVsevolod Stakhov2010-04-061-59/+44
* * Add initial version of lua configuration systemVsevolod Stakhov2010-04-051-4/+3
* * Add dumper to XML file (not all sections yet)Vsevolod Stakhov2010-04-011-0/+6
* * Add support for Judy storage for fuzzy hashescebka@lenovo-laptop2010-03-221-2/+10
* * Add maillist plugin for detecting mailmain/ezml and subscribe.ru listscebka@lenovo-laptop2010-02-011-0/+1
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-87/+55
* * Add ability to specify pid file from command line (for rc scripts)Vsevolod Stakhov2009-12-211-3/+11
* * Add limits support to each worker (max open files and max core size)Vsevolod Stakhov2009-12-181-0/+27
* * Fix symbols cache (init lua filters before symbols cache initialization)Vsevolod Stakhov2009-12-141-10/+10
* * Adopt printf function from nginx for comfortable printing of some data type...Vsevolod Stakhov2009-11-301-14/+16
* * SI_ code macroses are not BSD compatible, avoid using themVsevolod Stakhov2009-11-051-24/+2
* * Add more advanced signal processing routineVsevolod Stakhov2009-11-051-3/+84