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