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