aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_utils.c
Commit message (Expand)AuthorAgeFilesLines
* * Add ability to add descriptions for symbolsVsevolod Stakhov2011-02-151-0/+2
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-0/+14
* * Implement ability to add conditional rules to rspamd.xmlVsevolod Stakhov2010-12-151-0/+6
* Implement checking options for modulesVsevolod Stakhov2010-12-131-5/+43
* Add module options checkerVsevolod Stakhov2010-12-081-10/+90
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-161-4/+4
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-11/+7
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-16/+16
* * More debugVsevolod Stakhov2010-07-251-2/+2
* * Add resolv.conf parsing into dns.cVsevolod Stakhov2010-07-011-0/+3
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-221-3/+11
* * Change metric logicVsevolod Stakhov2010-06-161-44/+27
* * Fix strict aliasing while compiling with optimizationVsevolod Stakhov2010-05-311-0/+8
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-271-14/+5
* * Bugfixes:Vsevolod Stakhov2010-04-201-1/+1
* * Wellcome to the XML worldVsevolod Stakhov2010-04-071-1/+1
* * Add initial version of lua configuration systemVsevolod Stakhov2010-04-051-2/+29
* * Add dumper to XML file (not all sections yet)Vsevolod Stakhov2010-04-011-1/+35
* * New syntax parser that should make syntax check of XML configsVsevolod Stakhov2010-03-271-38/+38
* * Initial add of xml parser for rspamd configurationVsevolod Stakhov2010-03-251-1/+50
* * Fix misprintcebka@lenovo-laptop2010-01-141-1/+1
* * Add ability to add normalizers for statfiles (custom functions written in l...cebka@lenovo-laptop2010-01-131-0/+107
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-4/+4
* * Add limits support to each worker (max open files and max core size)Vsevolod Stakhov2009-12-181-0/+5
* * Fix parsing '*' as hostname in bind linesVsevolod Stakhov2009-11-101-6/+12
* * Avoid mmap'ing in binlog as mmapped areas must be alignedVsevolod Stakhov2009-11-091-66/+67
* * Implement new system of managing rspamd processesVsevolod Stakhov2009-10-301-0/+18
* * Add growing coefficient to factors consolidation callbackVsevolod Stakhov2009-10-161-0/+1
* * Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin)Vsevolod Stakhov2009-10-021-0/+1
* * Retab, no functional changesVsevolod Stakhov2009-10-021-125/+128
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-3/+17
* * Make settings workingVsevolod Stakhov2009-09-081-0/+2
* * Add client part for fuzzy checksums storageVsevolod Stakhov2009-07-281-0/+15
* * Fix some more bugsVsevolod Stakhov2009-07-231-0/+1
* * Make modules disableable from configVsevolod Stakhov2009-07-231-0/+1
* * Fix symbol planning, add cache_file directive to config fileVsevolod Stakhov2009-07-141-9/+13
* * Rework the whole filters systemVsevolod Stakhov2009-07-131-41/+8
* * Add autolearn config optionsVsevolod Stakhov2009-07-031-0/+28
* * Introduce new system of workers spawning and configuring, now rspamd can be...Vsevolod Stakhov2009-06-171-85/+35
* * Allow binds to INADDR_ANY if bind_sock is *:portVsevolod Stakhov2009-04-291-2/+4
* * Fix variables substitutionVsevolod Stakhov2009-04-221-8/+13
* * Thread variables as () expressions to fix problems with operations priorityVsevolod Stakhov2009-04-211-2/+2
* * Fix variables substitutionVsevolod Stakhov2009-03-271-8/+10
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-271-0/+1
* * More accurate work with clockVsevolod Stakhov2009-03-251-0/+18
* * Fix variable substitutionVsevolod Stakhov2009-03-241-3/+5
* * Fix error in expression parser that causes bad errors with expressions that...Vsevolod Stakhov2009-03-231-0/+5
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-137/+0
* * With flag -t syntax of modules variables is also inspectedVsevolod Stakhov2009-03-191-4/+5
* * Allow escaped quotes in quoted strings, for example "\"some string\""Vsevolod Stakhov2009-03-181-0/+24