aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-01add non-working SQL logger backendJohannes Berg1-0/+4
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.
2007-10-01rename, add install targetJohannes Berg1-3/+6
2007-10-01start box plugin experiment, seems not to workJohannes Berg1-11/+14
2007-09-30Make it build against dovecot 1.1Johannes Berg1-0/+2
Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c.
2007-09-30grammar fixJohannes Berg1-1/+1
2007-09-30seems to workJohannes Berg1-2/+5
2007-09-30start of rewriteJohannes Berg1-0/+53