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