aboutsummaryrefslogtreecommitdiffstats
path: root/signature-log.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-15use -WextraJohannes Berg1-3/+4
2007-10-14make settings per-pluginJohannes Berg1-5/+5
2007-10-01use 'enum classification' instead of 'bool from_spam'Johannes Berg1-2/+12
2007-10-01add non-working SQL logger backendJohannes Berg1-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.