log

age author description
Fri, 06 Mar 2015 01:01:28 +0200 Timo Sirainen pop3-login: Disconnect client on 3rd invalid command (not 11th).
Fri, 06 Mar 2015 00:41:14 +0200 Timo Sirainen lib: Minor improvement to test-wildcard-match unit test.
Fri, 06 Mar 2015 00:40:46 +0200 Timo Sirainen quota: If overquota-flag in userdb is wrong, execute a configured script.
Thu, 05 Mar 2015 23:02:48 +0200 Timo Sirainen stats process/plugin redesign to be more modular.
Thu, 05 Mar 2015 22:19:02 +0200 Timo Sirainen lib: Don't call ioloop context deactivate() if activate() hasn't been called yet.
Thu, 05 Mar 2015 22:18:04 +0200 Timo Sirainen lib-fs: Track how many different operations have been done on the fs.
Thu, 05 Mar 2015 22:17:09 +0200 Timo Sirainen lib-fs: Added fs_get_parent() and fs_get_driver()
Tue, 03 Mar 2015 19:48:23 +0200 Timo Sirainen doveadm backup: Try to avoid crashing on unexpected destination changes.
Tue, 03 Mar 2015 19:34:59 +0200 Timo Sirainen dsync: Open mailboxes with readonly-flag whenever possible.
Tue, 03 Mar 2015 19:32:28 +0200 Timo Sirainen doveadm backup -R: Open the mailbox as readonly, so with imapc EXAMINE is used.
Tue, 03 Mar 2015 17:25:33 +0200 Timo Sirainen lib-imap-client: Get capabilities again after reconnection to server.
Tue, 03 Mar 2015 01:05:49 +0200 Timo Sirainen lib-fs: Added FS_ITER_FLAG_NOCACHE
Mon, 02 Mar 2015 21:14:55 +0200 Timo Sirainen rawlog: Removed double '.' chars from log filenames
Mon, 02 Mar 2015 15:07:20 +0200 Timo Sirainen dict-redis: Added support for changing the Redis database.
Mon, 02 Mar 2015 14:41:11 +0200 Timo Sirainen lib: Added assert to i_stream_create_seekable*() to have non-zero max_buffer_size.
Mon, 02 Mar 2015 14:36:15 +0200 Timo Sirainen lib: Give a name for istream-seekable's temporary fd istream.
Sun, 01 Mar 2015 22:14:01 +0200 Timo Sirainen lib-storage: Allow up to 255 chars in a single mailbox hierarchy name.
Fri, 27 Feb 2015 14:29:10 +0200 Timo Sirainen fts-lucene: Fixed lookups from virtual mailboxes with over 32 physical mailboxes.
Thu, 26 Feb 2015 20:24:16 +0200 Timo Sirainen dsync: If we get disconnected from remoset server, exit with EX_TEMPFAIL
Wed, 25 Feb 2015 18:58:50 +0200 Timo Sirainen lib-index: Added an assert.
Wed, 25 Feb 2015 15:06:29 +0200 Timo Sirainen doveadm: If command going through multiple users fails with user-specific error, don't stop.
Wed, 25 Feb 2015 15:05:22 +0200 Timo Sirainen lib-auth: auth_master_pass/user_lookup() now returns -2 for user-specific errors.
Tue, 24 Feb 2015 18:42:43 +0200 Timo Sirainen expire plugin: If expire_cache=yes, cache the dict db value in dovecot.index file.
Sat, 21 Feb 2015 11:40:40 +0200 Timo Sirainen dsync: Debug logging was attempting to read already freed memory.
Fri, 20 Feb 2015 14:04:28 +0200 Timo Sirainen LAYOUT=index: Reversed d977a746819d - use storage's list_index_*() callbacks after all.
Fri, 20 Feb 2015 12:56:43 +0200 Timo Sirainen dsync: Added more debug output for mailbox renaming.
Thu, 19 Feb 2015 19:31:49 +0200 Timo Sirainen lib-storage: Index rebuilding (for [sm]dbox) caused it to reset dovecot.index.cache file
Thu, 19 Feb 2015 13:45:23 +0200 Timo Sirainen Makefile: Added run-test.sh to be cleaned by distclean
Thu, 19 Feb 2015 13:05:49 +0200 Timo Sirainen lib: Make static analyzer happier
Thu, 19 Feb 2015 13:05:31 +0200 Timo Sirainen lib: Another test_assert() -> i_assert() change to avoid static analyzer warnings.