aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
Commit message (Expand)AuthorAgeFilesLines
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-011-5/+5
* Add support for meta options for modules.Vsevolod Stakhov2013-05-301-0/+6
* Store weight of symbol properly allowing dynamic conf code to modify a single...Vsevolod Stakhov2013-01-091-1/+1
* Add locking for maps.Vsevolod Stakhov2013-01-081-0/+2
* * Add symbols command for webui.Vsevolod Stakhov2013-01-061-0/+18
* Add webui handler for rspamd (skeleton).Vsevolod Stakhov2013-01-051-1/+5
* Make mlock option as tunable.Vsevolod Stakhov2012-10-081-0/+1
* * Add dynamic configuration dumping.Vsevolod Stakhov2012-10-011-0/+3
* * Add map_watch_interval configurable.Vsevolod Stakhov2012-09-191-1/+1
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-0/+5
* * Implement pre-filters that realizes concepts to check mail by some absolute...Vsevolod Stakhov2012-03-301-0/+1
* Parse big limits on 32 bits machine (for file sizes).Vsevolod Stakhov2012-03-281-1/+1
* * Add lua bindings for upstream API.Vsevolod Stakhov2012-03-261-0/+17
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-2/+2
* Fix static build.Vsevolod Stakhov2011-11-111-1/+1
* * Add configuration utils for kvstorageVsevolod Stakhov2011-10-171-1/+1
* * Introduce new system of contexts initialization. It would be used for other...Vsevolod Stakhov2011-08-181-0/+1
* * Add start script for red hat compatible systemsVsevolod Stakhov2011-07-201-0/+39
* * Add new algorithm based on diff algorithm to compare relatively short text ...Vsevolod Stakhov2011-07-131-0/+2
* Add validity detector for statfiles inside classifier.Vsevolod Stakhov2011-07-131-0/+1
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-121-1/+4
* Cache data of parts distance function to speed up multiply rules with such fu...Vsevolod Stakhov2011-07-121-0/+2
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-0/+2
* Misprint.Vsevolod Stakhov2011-06-031-1/+1
* * Rework build process:Vsevolod Stakhov2011-05-101-0/+2
* * Add throttling detection mechanic for dns resolverVsevolod Stakhov2011-03-231-0/+2
* * Add options section into config to organize optionsVsevolod Stakhov2011-02-221-0/+1
* * Add ability to specify 'S' flag to regexp that means that headers checks mu...Vsevolod Stakhov2011-02-151-0/+1
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-0/+1
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-0/+1
* Add registering options for lua modulesVsevolod Stakhov2010-12-141-0/+1
* Implement checking options for modulesVsevolod Stakhov2010-12-131-0/+1
* Add module options checkerVsevolod Stakhov2010-12-081-3/+13
* Add add_header action to smtp proxy.Vsevolod Stakhov2010-10-261-0/+1
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-24/+24
* * Add post filters to lua API - filters that would be called after all messag...Vsevolod Stakhov2010-08-251-0/+1
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-4/+5
* * Add ability to test regexp with 'T' flagVsevolod Stakhov2010-07-061-0/+1
* * Add resolv.conf parsing into dns.cVsevolod Stakhov2010-07-011-0/+4
* * Fix compatibility issuesVsevolod Stakhov2010-06-231-4/+4
* * Change metric logicVsevolod Stakhov2010-06-161-16/+8
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-271-1/+1
* * Bugfixes:Vsevolod Stakhov2010-04-201-1/+1
* * Wellcome to the XML worldVsevolod Stakhov2010-04-071-0/+2
* * Add classifiers and composites sections to dumpVsevolod Stakhov2010-04-061-1/+3
* * Add lua functions parsing for module optionsVsevolod Stakhov2010-04-061-7/+11
* * Add initial version of lua configuration systemVsevolod Stakhov2010-04-051-2/+12
* * Add dumper to XML file (not all sections yet)Vsevolod Stakhov2010-04-011-7/+15
* * Add more syntaxVsevolod Stakhov2010-03-301-1/+1
* * New syntax parser that should make syntax check of XML configsVsevolod Stakhov2010-03-271-39/+39