log

age author description
Thu, 12 Nov 2015 12:28:58 +0200 Timo Sirainen imap: If IDLE or FETCH notices a disconnection, log the running command statistics.
Thu, 12 Nov 2015 12:17:04 +0200 Timo Sirainen imap: When client disconnects during a running command, log the IO input/output wait status.
Thu, 12 Nov 2015 12:14:20 +0200 Timo Sirainen lib: Added io_loop_find_fd_conditions()
Thu, 12 Nov 2015 11:29:29 +0200 Timo Sirainen quota: When recalculating quota, don't try to access nonexistent autocreate-mailboxes.
Wed, 11 Nov 2015 17:40:23 +0200 Timo Sirainen login proxy: If writing to ostream fails, log the ostream's error string.
Wed, 11 Nov 2015 17:35:10 +0200 Timo Sirainen login proxy: Include some extra information in disconnect log lines.
Wed, 11 Nov 2015 13:15:30 +0200 Timo Sirainen auth: Added hardcoded 5 second timeout to LDAP connect()
Tue, 10 Nov 2015 10:00:11 +0200 Timo Sirainen push-notification: Removed unused code.
Mon, 09 Nov 2015 14:49:26 +0200 Timo Sirainen virtual: Include mailbox name in "Backend mailbox added by another session." error.
Mon, 09 Nov 2015 14:11:12 +0200 Timo Sirainen auth: Don't crash when trying to use CRYPT scheme when crypt() doesn't support DES
Mon, 09 Nov 2015 13:16:50 +0200 Timo Sirainen lib-storage: Support %{userdb:*} variables in mail_home and mail_chroot settings.
Mon, 09 Nov 2015 13:02:56 +0200 Timo Sirainen lib: Removed unnecessary includes from bits.h
Mon, 09 Nov 2015 09:31:48 +0200 Timo Sirainen replicator: Send initial status notification to master before listing all users
Thu, 05 Nov 2015 11:41:52 +0200 Timo Sirainen auth: Fixed crash when using %{passdb:} or %{userdb:} functions when escape_func was NULL
Wed, 04 Nov 2015 11:39:58 +0200 Phil Carmody lib: test-istream-crlf - fix expected output strings, add more coverage
Tue, 27 Oct 2015 21:54:26 -0600 Michael M Slusarz push-notification: Fix linking against notify plugin
Thu, 29 Oct 2015 15:29:24 +0200 Timo Sirainen imap: Fixed crash in NOTIFY when there were watched namespaces that didn't support NOTIFY.
Thu, 29 Oct 2015 15:06:16 +0200 Timo Sirainen dsync: Fixed handling of deleted directories.
Thu, 29 Oct 2015 14:09:52 +0200 Timo Sirainen auth: Avoid a crash by not trying to save empty delayed credentials.
Thu, 29 Oct 2015 12:55:20 +0200 Timo Sirainen acl: acl_object_list_*() now duplicates rights at init to avoid them changing during listing.
Wed, 28 Oct 2015 12:28:12 +0200 Timo Sirainen auth: Typofix for error message.
Wed, 28 Oct 2015 12:25:08 +0200 Timo Sirainen auth: nopassword field is specific to a single passdb, remove before next passdb is processed
Tue, 27 Oct 2015 23:56:48 +0200 Timo Sirainen lib-mail, fts: Put application/xhtml+xml MIME parts through html parser as well.
Mon, 26 Oct 2015 17:20:49 +0200 Timo Sirainen acl: If mailbox is autocreated, assume it already exists and don't require "create" ACL
Mon, 26 Oct 2015 16:28:51 +0200 Timo Sirainen acl: Fixed handling mailbox deletion when only "delete" right was available.
Fri, 23 Oct 2015 15:21:15 +0300 Timo Sirainen auth: Fixed userdb changing username via auth-worker
Thu, 22 Oct 2015 16:59:01 +0300 Timo Sirainen notify plugin: Don't access already freed memory.
Thu, 22 Oct 2015 13:55:27 +0300 Timo Sirainen quota-dict: Added "no-unset" parameter.
Wed, 21 Oct 2015 19:12:45 +0300 Timo Sirainen LAYOUT=index: Fixed error handling in mailbox creation race condition.
Wed, 21 Oct 2015 15:50:31 +0300 Timo Sirainen login proxy: Separate admin kicks, director kicks and shutdowns in log messages.