Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up building a bit | Johannes Berg | 2008-05-31 | 1 | -6/+5 |
| | |||||
* | allow .config to add cflags | Johannes Berg | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | include -Wall in CFLAGS | Johannes Berg | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | shuffle some code, add _id for 1.1 plugin | Johannes Berg | 2008-04-26 | 1 | -0/+2 |
| | |||||
* | allow configuring user/group for installed binary | David Reid | 2008-04-21 | 1 | -1/+1 |
| | | | | | 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/+4 |
| | |||||
* | add keyword hook, work in progress | Johannes Berg | 2008-03-20 | 1 | -0/+1 |
| | |||||
* | autoget Dovecot plugin dir | Steffen Kaiser | 2008-03-16 | 1 | -0/+5 |
| | |||||
* | use -Wextra | Johannes Berg | 2007-10-15 | 1 | -1/+1 |
| | |||||
* | use $(CONFIG) everywhere | Johannes Berg | 2007-10-14 | 1 | -3/+3 |
| | |||||
* | clean all .so files | Johannes Berg | 2007-10-14 | 1 | -1/+1 |
| | |||||
* | allow setting plugin name from config, using CONFIG=conffile instead of .config | Johannes Berg | 2007-10-14 | 1 | -6/+7 |
| | |||||
* | change build system a bit | Johannes Berg | 2007-10-02 | 1 | -5/+8 |
| | | | | | | Before this change it used to rm $objs after building, also this change introduces a new PLUGIN_NAME variable so you can override the plugin name from the make command line. | ||||
* | fix crm114 build bug | Johannes Berg | 2007-10-01 | 1 | -0/+3 |
| | |||||
* | fix error in config handling | Johannes Berg | 2007-10-01 | 1 | -1/+1 |
| | |||||
* | don't configure a backend by default and make a nice error for that case | Johannes Berg | 2007-10-01 | 1 | -0/+7 |
| | |||||
* | add non-working SQL logger backend | Johannes Berg | 2007-10-01 | 1 | -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 target | Johannes Berg | 2007-10-01 | 1 | -3/+6 |
| | |||||
* | start box plugin experiment, seems not to work | Johannes Berg | 2007-10-01 | 1 | -11/+14 |
| | |||||
* | Make it build against dovecot 1.1 | Johannes Berg | 2007-09-30 | 1 | -0/+2 |
| | | | | | Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c. | ||||
* | grammar fix | Johannes Berg | 2007-09-30 | 1 | -1/+1 |
| | |||||
* | seems to work | Johannes Berg | 2007-09-30 | 1 | -2/+5 |
| | |||||
* | start of rewrite | Johannes Berg | 2007-09-30 | 1 | -0/+53 |