aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Initial add of xml parser for rspamd configurationVsevolod Stakhov2010-03-251-0/+1
* * Add ability to add normalizers for statfiles (custom functions written in l...cebka@lenovo-laptop2010-01-131-0/+6
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-2/+3
* * Add limits support to each worker (max open files and max core size)Vsevolod Stakhov2009-12-181-1/+4
* * Implement pre and post classify callbacks for checking specific statfiles f...Vsevolod Stakhov2009-12-161-0/+2
* * Avoid mmap'ing in binlog as mmapped areas must be alignedVsevolod Stakhov2009-11-091-0/+28
* * Add logging urls as it was required by rambler searchVsevolod Stakhov2009-11-061-0/+1
* * Implement new system of managing rspamd processesVsevolod Stakhov2009-10-301-0/+3
* * Add growing coefficient to factors consolidation callbackVsevolod Stakhov2009-10-161-0/+1
* * Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin)Vsevolod Stakhov2009-10-021-0/+3
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-7/+16
* * Add JSON settings parserVsevolod Stakhov2009-09-071-0/+2
* * Fix lua APIVsevolod Stakhov2009-09-021-0/+1
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-311-4/+4
* * Use buffered IO for loggingVsevolod Stakhov2009-08-251-0/+1
* * Fix some more bugsVsevolod Stakhov2009-07-231-1/+0
* * Rework the whole filters systemVsevolod Stakhov2009-07-131-8/+3
* * Add autolearn config optionsVsevolod Stakhov2009-07-031-0/+14
* * Add views support (not completely tested yet)Vsevolod Stakhov2009-06-291-0/+1
* * Introduce new system of workers spawning and configuring, now rspamd can be...Vsevolod Stakhov2009-06-171-29/+22
* * Enable support of google perf toolsVsevolod Stakhov2009-05-041-0/+3
* * Add raw mode flag for improving performance by avoiding expensive utf8 tran...Vsevolod Stakhov2009-04-211-0/+1
* * For mime parts set flag 'raw' and if we cannot determine charset of part or...Vsevolod Stakhov2009-04-151-0/+1
* * Fix variables substitutionVsevolod Stakhov2009-03-271-1/+2
* * More accurate work with clockVsevolod Stakhov2009-03-251-0/+1
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-15/+0