aboutsummaryrefslogtreecommitdiffstats
path: root/signature-log.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use -WextraJohannes Berg2007-10-151-3/+4
|
* make settings per-pluginJohannes Berg2007-10-141-5/+5
|
* use 'enum classification' instead of 'bool from_spam'Johannes Berg2007-10-011-2/+12
|
* add non-working SQL logger backendJohannes Berg2007-10-011-0/+143
It doesn't work with sqlite for the following reasons: (1) sqlite is buggy and needs sql_connect() before starting a transaction although the API states that isn't the case (2) sqlite doesn't understand ON DUPLICATE (1) leads to a segfault when used with dict-proxy. Also see the comment in the source code for the broken transaction handling in this backend.