log

age author description
Wed, 21 Oct 2015 13:32:58 +0300 Timo Sirainen ssl_options: Added support for no_ticket
Tue, 20 Oct 2015 21:23:03 +0300 Timo Sirainen doveadm fs: Log also the exact reason for "file doesn't exist"
Tue, 20 Oct 2015 20:15:20 +0300 Timo Sirainen dict: Show number of clients in process title
Tue, 20 Oct 2015 18:43:32 +0300 Timo Sirainen lib-index: tail_offset wasn't updated as often as it should have been.
Tue, 20 Oct 2015 18:22:53 +0300 Timo Sirainen lib-imap-storage: Mark METADATA transactions as external.
Tue, 20 Oct 2015 17:07:20 +0300 Timo Sirainen mysql: Added connect/read/write_timeout settings. Default to 30s read/write_timeout.
Tue, 20 Oct 2015 16:57:34 +0300 Timo Sirainen mysql: Fixed client_flags parameter
Tue, 20 Oct 2015 16:56:23 +0300 Timo Sirainen mysql: Use the correct way of setting a connect timeout.
Tue, 20 Oct 2015 15:29:07 +0300 Timo Sirainen dsync: Added DSYNC_BRAIN_FLAG_NO_NOTIFY to enable MAILBOX_TRANSACTION_FLAG_NO_NOTIFY
Tue, 20 Oct 2015 15:27:42 +0300 Timo Sirainen lib-storage/notify: Added MAILBOX_TRANSACTION_FLAG_NO_NOTIFY
Tue, 20 Oct 2015 13:12:24 +0300 Timo Sirainen dict-sql: Fixed async iteration with MySQL and SQLite
Tue, 20 Oct 2015 00:25:14 +0300 Timo Sirainen lib-charset: Added UTF-7 iconv() unit test
Tue, 20 Oct 2015 00:23:56 +0300 Timo Sirainen lib-charset: Run iconv unit tests by giving iconv() new data 1 byte at a time.
Mon, 19 Oct 2015 14:29:10 +0300 Timo Sirainen imapc: Set storage's error to "internal error" if we detect mailbox state corruption.
Mon, 19 Oct 2015 14:05:26 +0300 Timo Sirainen lib: net_gethostbyname() now supports [ipv6] style bracketed addresses.
Mon, 19 Oct 2015 14:04:46 +0300 Timo Sirainen director: Fix to previous change - mail_host_dup() wasn't strdup()ing hostname.
Mon, 19 Oct 2015 13:49:54 +0300 Timo Sirainen director: Remember backends' hostnames and send them in login reply.
Mon, 19 Oct 2015 13:40:52 +0300 Timo Sirainen director: Small code cleanup - make it easier to add parameters to HOST
Mon, 19 Oct 2015 13:37:25 +0300 Timo Sirainen man: Changed "pattern" to "string" in doveamd-search-query(7)
Thu, 15 Oct 2015 14:44:03 +0300 Phil Carmody lib-mail: fix html2text parser
Wed, 14 Oct 2015 17:34:23 +0300 Timo Sirainen dsync: If rename algorithm seems go to an infinite loop, log an error and stop.
Wed, 14 Oct 2015 17:28:11 +0300 Timo Sirainen imap/pop3-login: If LOGIN/USER is used with plaintext auth disabled, remember the username for logging.
Wed, 14 Oct 2015 14:06:35 +0300 Timo Sirainen cassandra: Added read/write/delete_fallback_consistency settings.
Wed, 14 Oct 2015 13:32:02 +0300 Timo Sirainen dict-sql: dict_lookup_async() didn't call callback on query build failures.
Tue, 13 Oct 2015 21:57:29 +0300 Timo Sirainen lib-storage: Support latest cache fields in struct mailbox_metadata.precache_fields
Tue, 13 Oct 2015 21:40:33 +0300 Timo Sirainen imap: APPEND crashed if invalid keyword was given as parameter.
Tue, 13 Oct 2015 21:21:48 +0300 Timo Sirainen auth ldap: If tls_* settings are used, pass them to LDAP library even if tls=no
Tue, 13 Oct 2015 20:41:36 +0300 Timo Sirainen lib: uri_parser_init() wasn't using pool parameter for anything.
Tue, 13 Oct 2015 20:40:38 +0300 Timo Sirainen dict-sql: Added support for value_type field, which deprecates value_hexblob.
Tue, 13 Oct 2015 20:39:50 +0300 Timo Sirainen cassandra: Added support for returning "int" type values.