aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_xml.c
Commit message (Expand)AuthorAgeFilesLines
* * Remove normalizer as it is winnow specific thing, so all statistic algorith...Vsevolod Stakhov2010-08-131-7/+1
* * More debugVsevolod Stakhov2010-07-251-1/+1
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-2/+43
* * Add ability to assign several actions to one metricVsevolod Stakhov2010-07-151-10/+47
* * Add ability to set metric's action from config fileVsevolod Stakhov2010-07-151-0/+27
* * Add ability to make views by recipientVsevolod Stakhov2010-07-151-2/+20
* * Handle lua tag in way that it is not required to write additional text:Vsevolod Stakhov2010-07-011-2/+18
* * Understand short names of facility in logging configVsevolod Stakhov2010-06-301-13/+13
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-241-4/+4
* * Implement initial version of greylisting triplets storageVsevolod Stakhov2010-06-171-0/+4
* * Change metric logicVsevolod Stakhov2010-06-161-96/+44
* * Fix reading views sectionVsevolod Stakhov2010-06-011-0/+1
* * Fix strict aliasing while compiling with optimizationVsevolod Stakhov2010-05-311-5/+12
* * Continue implementing smtp proxyVsevolod Stakhov2010-05-261-0/+7
* * Fix parsing of metric sectioncebka2010-05-141-0/+1
* * Dump grow factor to XMLVsevolod Stakhov2010-05-131-0/+12
* * Bugfixes:Vsevolod Stakhov2010-04-201-12/+1
* * Add lua config for most common rulesVsevolod Stakhov2010-04-131-5/+36
* * Handle and dump factors correctlyVsevolod Stakhov2010-04-081-7/+37
* * Modules sectionVsevolod Stakhov2010-04-081-16/+107
* * Handle modules configurationVsevolod Stakhov2010-04-081-29/+26
* * Wellcome to the XML worldVsevolod Stakhov2010-04-071-65/+203
* * Add classifiers and composites sections to dumpVsevolod Stakhov2010-04-061-6/+109
* * Add lua functions parsing for module optionsVsevolod Stakhov2010-04-061-34/+427
* * Add initial version of lua configuration systemVsevolod Stakhov2010-04-051-5/+57
* * Add dumper to XML file (not all sections yet)Vsevolod Stakhov2010-04-011-33/+246
* * Add more syntaxVsevolod Stakhov2010-03-301-47/+321
* * New syntax parser that should make syntax check of XML configsVsevolod Stakhov2010-03-271-66/+376
* * Initial add of xml parser for rspamd configurationVsevolod Stakhov2010-03-251-0/+379