Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-10-29 | clarify backend | Johannes Berg | 1 | -1/+1 | |
2007-10-14 | allow setting plugin name from config, using CONFIG=conffile instead of .config | Johannes Berg | 1 | -0/+5 | |
2007-10-01 | add experimental crm114 backend | Johannes Berg | 1 | -0/+2 | |
2007-10-01 | don't configure a backend by default and make a nice error for that case | Johannes Berg | 1 | -1/+1 | |
2007-10-01 | add mailtrain backend and docs | Johannes Berg | 1 | -0/+2 | |
2007-10-01 | revert default backend to dspam-exec | Johannes Berg | 1 | -2/+2 | |
2007-10-01 | add non-working SQL logger backend | Johannes Berg | 1 | -2/+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-01 | rename, add install target | Johannes Berg | 1 | -0/+3 | |
2007-10-01 | fix defconfig | Johannes Berg | 1 | -1/+1 | |
2007-10-01 | start box plugin experiment, seems not to work | Johannes Berg | 1 | -3/+3 | |
2007-10-01 | add note that you can use installed dovecot headers | Johannes Berg | 1 | -2/+5 | |
2007-09-30 | remove syslog debugging config again | Johannes Berg | 1 | -1/+1 | |
I need to stop using a .config -> defconfig symlink :) | |||||
2007-09-30 | Make it build against dovecot 1.1 | Johannes Berg | 1 | -2/+7 | |
Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c. | |||||
2007-09-30 | don't debug-log to syslog by default | Johannes Berg | 1 | -1/+1 | |
2007-09-30 | seems to work | Johannes Berg | 1 | -2/+2 | |
2007-09-30 | start of rewrite | Johannes Berg | 1 | -0/+25 | |