aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_xml.c
Commit message (Expand)AuthorAgeFilesLines
* * Use murmur hash for all hashes as it is more efficient and provides more un...Vsevolod Stakhov2012-10-081-6/+6
* Make mlock option as tunable.Vsevolod Stakhov2012-10-081-0/+6
* * Add support for dynamic configuration to the controller's interface.Vsevolod Stakhov2012-10-021-0/+6
* Allow multiply statfiles with a same label.Vsevolod Stakhov2012-10-021-3/+4
* * Add dynamic configuration dumping.Vsevolod Stakhov2012-10-011-0/+14
* * Add map_watch_interval configurable.Vsevolod Stakhov2012-09-191-1/+18
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-1/+1
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-261-1/+21
* * Allow to use other composites inside a composite's expressionVsevolod Stakhov2012-06-141-1/+5
* * DKIM module now check only first signature as others must be rejected or sk...Vsevolod Stakhov2012-06-051-0/+5
* * Add ability to specify dnsbls for smtp_proxy.Vsevolod Stakhov2012-04-271-0/+1
* Add basic list config parser.Vsevolod Stakhov2012-04-231-0/+12
* * Allow workers to specify multiply options of the same type.Vsevolod Stakhov2012-04-231-4/+41
* 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