Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | auto-detect dovecot version | Johannes Berg | 2008-05-31 | 1 | -14/+7 |
| | |||||
* | defconfig: default to /usr/include/dovecot/ | Johannes Berg | 2008-05-31 | 1 | -2/+2 |
| | |||||
* | make plugin for 1.1 work more or less | Johannes Berg | 2008-05-30 | 1 | -1/+1 |
| | | | | | It's not really tested, might leak memory, eat your mail, whatever... It no longer crashes though. | ||||
* | allow .config to add cflags | Johannes Berg | 2008-05-30 | 1 | -0/+3 |
| | |||||
* | allow configuring user/group for installed binary | David Reid | 2008-04-21 | 1 | -1/+5 |
| | | | | | This patch essentially allows you to configure the user and group that are used for the installed binary :-) | ||||
* | add verbose debugging | Johannes Berg | 2008-04-19 | 1 | -0/+3 |
| | |||||
* | 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 |