aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_xml.c
Commit message (Expand)AuthorAgeFilesLines
...
* Parse big limits on 32 bits machine (for file sizes).Vsevolod Stakhov2012-03-281-1/+13
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-47/+17
* Make compiler happy in several cases, remove warnings.Vsevolod Stakhov2011-12-201-5/+15
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-301-4/+0
* Fix static build.Vsevolod Stakhov2011-11-111-3/+3
* Compatibility with old glib versions.Vsevolod Stakhov2011-11-021-0/+4
* * Implement basic functionality of key value storageVsevolod Stakhov2011-10-311-1/+17
* * Initial implementation of threaded kvstorage worker.Vsevolod Stakhov2011-10-271-0/+4
* * Add configuration utils for kvstorageVsevolod Stakhov2011-10-171-3/+3
* Add ability to register subparsers inside main XML config parser.Vsevolod Stakhov2011-10-171-1/+37
* * Introduce new system of contexts initialization. It would be used for other...Vsevolod Stakhov2011-08-181-22/+42
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-2/+2
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-1/+1
* * Add new algorithm based on diff algorithm to compare relatively short text ...Vsevolod Stakhov2011-07-131-0/+6
* Add validity detector for statfiles inside classifier.Vsevolod Stakhov2011-07-131-2/+2
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-121-5/+42
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-0/+12
* * Add new key-value mapVsevolod Stakhov2011-05-251-15/+43
* * Add Subject header that indicate how Subject must be rewritten in case of '...Vsevolod Stakhov2011-05-101-0/+6
* * Rework build process:Vsevolod Stakhov2011-05-101-2/+4
* * Add ability to specify dns nameservers in a configVsevolod Stakhov2011-04-061-0/+13
* * Add throttling detection mechanic for dns resolverVsevolod Stakhov2011-03-231-0/+12
* * Add strict priority rulesVsevolod Stakhov2011-03-181-0/+8
* * Add options section into config to organize optionsVsevolod Stakhov2011-02-221-0/+93
* Fix parsing emails with '_' symbol.Vsevolod Stakhov2011-02-171-1/+3
* * Add ability to define composites from lua. [1]Vsevolod Stakhov2011-02-161-0/+5
* * Add ability to add descriptions for symbolsVsevolod Stakhov2011-02-151-1/+8
* * Add ability to setup metric's weights from luaVsevolod Stakhov2011-02-141-1/+6
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-0/+6
* Committed by a mistake.Vsevolod Stakhov2010-12-221-0/+1
* Init cache before loading config.Vsevolod Stakhov2010-12-221-1/+0
* Register virtual symbols for composites.Vsevolod Stakhov2010-12-221-0/+1
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-13/+13
* * Implement ability to add conditional rules to rspamd.xmlVsevolod Stakhov2010-12-151-39/+83
* Add registering options for lua modulesVsevolod Stakhov2010-12-141-0/+6
* Implement checking options for modulesVsevolod Stakhov2010-12-131-16/+68
* Add module options checkerVsevolod Stakhov2010-12-081-10/+80
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-44/+208
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-161-5/+5
* * Add ability to recursive scan over multipart's parts for functions:Vsevolod Stakhov2010-10-201-24/+2
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-151-1/+1
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-2/+1
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-140/+140
* * 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