aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Add ability to add maps from lua scripts and access theirs elementsVsevolod Stakhov2009-11-021-18/+18
* * Implement new system of managing rspamd processesVsevolod Stakhov2009-10-301-77/+60
* * Fix an issue with workers spawningVsevolod Stakhov2009-10-291-1/+2
* * Retab, no functional changesVsevolod Stakhov2009-10-021-269/+260
* * Cleanify logic of processes dispatcherVsevolod Stakhov2009-09-211-39/+61
* * Fix -C flag with lua enabledVsevolod Stakhov2009-09-161-0/+3
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-311-1/+1
* * Use buffered IO for loggingVsevolod Stakhov2009-08-251-1/+4
* * Migrate fuzzy storage to use UDP instead of TCPVsevolod Stakhov2009-08-251-4/+6
* * Fix process dispatcherVsevolod Stakhov2009-08-201-4/+6
* * Implement fuzzy hashes storage workerVsevolod Stakhov2009-07-271-1/+9
* * Fix some more bugsVsevolod Stakhov2009-07-231-2/+2
* * Make modules disableable from configVsevolod Stakhov2009-07-231-9/+30
* * Add http maps supportVsevolod Stakhov2009-07-211-1/+1
* * Fix stupid error with memory copyingVsevolod Stakhov2009-07-161-2/+2
* * Fix order of flags parsingVsevolod Stakhov2009-07-151-25/+26
* * Add -C flag to dump cache contentVsevolod Stakhov2009-07-151-4/+33
* * Fix symbol planning, add cache_file directive to config fileVsevolod Stakhov2009-07-141-1/+3
* * Rework the whole filters systemVsevolod Stakhov2009-07-131-0/+10
* * Introduce new system of workers spawning and configuring, now rspamd can be...Vsevolod Stakhov2009-06-171-65/+69
* * Use own logging system to use static logging buffer instead of dynamically ...Vsevolod Stakhov2009-06-161-0/+4
* * Move event and gmime init to mainVsevolod Stakhov2009-05-051-0/+2
* * Enable counters interfaceVsevolod Stakhov2009-05-051-2/+8