summaryrefslogtreecommitdiffstats
path: root/src/cfg_xml.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused xml code.Vsevolod Stakhov2013-11-161-624/+0
* Fix logging conversion from xml.Vsevolod Stakhov2013-11-151-1/+3
* Fix options in statfiles.Vsevolod Stakhov2013-11-151-1/+2
* Fix <param> elements in xml config.Vsevolod Stakhov2013-11-121-2/+6
* Fix xml parsing for param tags.Vsevolod Stakhov2013-11-111-1/+4
* Remove dead code.Vsevolod Stakhov2013-11-091-119/+0
* Comvert composites to UCL properly.Vsevolod Stakhov2013-11-071-0/+10
* Parse classifiers and statfiles in ucl.Vsevolod Stakhov2013-11-071-0/+1
* Sync with libucl.Vsevolod Stakhov2013-11-021-1/+1
* Insert modules to rcl object properly.Vsevolod Stakhov2013-10-271-0/+8
* Parse modules in ucl.Vsevolod Stakhov2013-10-271-51/+0
* Process lua files from configuration.Vsevolod Stakhov2013-10-261-127/+19
* Further fixes in xml->rcl conversion.Vsevolod Stakhov2013-10-261-131/+32
* Remove kvstorage from the configuration as well.Vsevolod Stakhov2013-10-261-2/+2
* Improve xml->rcl conversion.Vsevolod Stakhov2013-10-261-48/+29
* Properly check for an end element in xml.Vsevolod Stakhov2013-10-261-1/+1
* Skip empty text values.Vsevolod Stakhov2013-10-261-0/+9
* Start to eliminate xml configuration.Vsevolod Stakhov2013-10-231-1641/+65
* Remove a bunch of legacy code.Vsevolod Stakhov2013-10-021-136/+2
* Add rcl parsers for workers options.Vsevolod Stakhov2013-09-301-23/+2
* Allow multiply bind configurations.Vsevolod Stakhov2013-09-161-3/+0
* Refactor metric actions handling.Vsevolod Stakhov2013-09-131-7/+14
* Reverse a list of module options to preserve order.Vsevolod Stakhov2013-07-021-0/+2
* Support metaoptions in lua configuration.Vsevolod Stakhov2013-06-141-0/+3
* Fix misprint in section name.Vsevolod Stakhov2013-06-031-1/+1
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-011-2/+2
* Add support for meta options for modules.Vsevolod Stakhov2013-05-301-6/+110
* Fix several potential problems found by static analysis.Vsevolod Stakhov2013-05-241-2/+8
* Use proper handler for map watch timeout configuration.Vsevolod Stakhov2013-02-031-1/+1
* Store weight of symbol properly allowing dynamic conf code to modify a single...Vsevolod Stakhov2013-01-091-1/+1
* Copy hash table utility function.Vsevolod Stakhov2013-01-091-4/+10
* Add locking for maps.Vsevolod Stakhov2013-01-081-0/+6
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-2/+2
* * Add symbols command for webui.Vsevolod Stakhov2013-01-061-6/+45
* Add webui handler for rspamd (skeleton).Vsevolod Stakhov2013-01-051-4/+16
* * 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