aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some warnings.Vsevolod Stakhov2011-10-141-4/+0
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-4/+4
* Another fix to avoid race with settings - add reference counter.Vsevolod Stakhov2011-07-211-22/+49
* Rework http chunked encoding parsing.Vsevolod Stakhov2011-07-201-4/+4
* Ref hash table at settings loading.Vsevolod Stakhov2011-07-181-1/+1
* Fix bug with data corruption during settings application.Vsevolod Stakhov2011-07-181-1/+8
* * Improve performance of settings lookupVsevolod Stakhov2011-06-301-96/+104
* Add more options to rspamc client.Vsevolod Stakhov2011-05-131-20/+0
* Ignore empty from in settings.Vsevolod Stakhov2011-05-131-1/+1
* * Strip email addresses from bracesVsevolod Stakhov2011-05-131-2/+6
* Add log message about action from settingsVsevolod Stakhov2011-05-131-4/+18
* * Add blacklist to json settingsVsevolod Stakhov2011-05-131-12/+59
* Fix settings using.Vsevolod Stakhov2011-05-111-2/+11
* * Add Subject header that indicate how Subject must be rewritten in case of '...Vsevolod Stakhov2011-05-101-16/+14
* * Whitelist settings now affects on metric's actionVsevolod Stakhov2011-05-031-0/+11
* Fix action settings (reported by Anton Nekhoroshih).Vsevolod Stakhov2010-10-251-5/+5
* Add special cases in metric actions: reject_score and spam_score for managing...Vsevolod Stakhov2010-10-221-0/+16
* * Add ability to recursive scan over multipart's parts for functions:Vsevolod Stakhov2010-10-201-6/+87
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-6/+6
* * Fix strict aliasing while compiling with optimizationVsevolod Stakhov2010-05-311-3/+3
* * Add support of whitelists in settings (by Anton Nekhoroshin)cebka@lenovo-laptop2009-12-301-2/+49
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-7/+7
* * Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin)Vsevolod Stakhov2009-10-021-2/+32
* * Retab, no functional changesVsevolod Stakhov2009-10-021-50/+48
* * Sync log before closingVsevolod Stakhov2009-09-141-1/+1
* * Make settings workingVsevolod Stakhov2009-09-081-6/+155
* * Add JSON settings parserVsevolod Stakhov2009-09-071-0/+229