log

age author description
Fri, 06 Jan 2012 14:21:25 +0200 Timo Sirainen doveadm: Renamed dsync commands.
Fri, 06 Jan 2012 13:50:07 +0200 Timo Sirainen auth: If master_user is specified by userdb, don't add another one to reply.
Fri, 06 Jan 2012 13:26:30 +0200 Timo Sirainen fts-solr: Avoid using too much memory unnecessarily. Log a warning about huge headers.
Fri, 06 Jan 2012 13:09:51 +0200 Timo Sirainen istream-data: Avoid assert crashing due to recently added assert.
Wed, 04 Jan 2012 17:26:25 +0200 Timo Sirainen lib-index: Avoid assert-crashing on keyword-update record with empty keyword.
Wed, 04 Jan 2012 16:46:12 +0200 Timo Sirainen dsync: Don't remove other namespaces entirely, just skip the unwanted ones.
Wed, 04 Jan 2012 15:22:26 +0200 Timo Sirainen imap-acl: Don't log errors when trying to change ACLs for nonexistent mailboxes.
Wed, 04 Jan 2012 15:08:39 +0200 Timo Sirainen Added MAILBOX_LIST_ITER_SELECT_SPECIALUSE option and enable it for IMAP.
Wed, 04 Jan 2012 12:00:13 +0200 Timo Sirainen istream: Don't treat max_block_size=0 as unlimited.
Tue, 03 Jan 2012 14:42:51 +0200 Timo Sirainen dsync: Don't log unnecessary errors about not being able to delete \Noselect mailbox dirs.
Tue, 03 Jan 2012 14:41:44 +0200 Timo Sirainen dsync: Previous commit did too many changes, reverting.
Tue, 03 Jan 2012 14:33:20 +0200 Timo Sirainen dsync: Don't log unnecessary errors about not being able to delete \Noselect mailbox dirs.
Tue, 03 Jan 2012 13:13:37 +0200 Timo Sirainen imap-login: LOGIN_MAX_INBUF_SIZE was too small, because of SASL-IR extension
Mon, 02 Jan 2012 16:30:06 +0200 Timo Sirainen lib-storage: Added initial support for pop3c backend.
Fri, 30 Dec 2011 17:44:23 +0200 Timo Sirainen doveadm stats top: Added -b parameter to use read_bytes/write_bytes fields for disk io.
Fri, 30 Dec 2011 12:33:06 +0200 Timo Sirainen Use master_service_connection.name for determining listener type.
Fri, 30 Dec 2011 12:31:58 +0200 Timo Sirainen Listener names are now in struct master_service_connection.name
Fri, 30 Dec 2011 11:54:48 +0200 Timo Sirainen lib-storage: Added struct mailbox.set_subscribed() virtual method.
Thu, 29 Dec 2011 14:43:45 +0200 Timo Sirainen Merged dsync into "doveadm dsync".
Thu, 29 Dec 2011 11:19:52 +0200 Timo Sirainen mail-log: Removed unnecessary code.
Wed, 21 Dec 2011 14:40:29 +0200 Timo Sirainen imapc: When searching for unused index dirs, ignore any ACLs.
Tue, 20 Dec 2011 14:45:22 +0200 Timo Sirainen script-login -d: Ignore chrooting, we can't exec anything inside chroot.
Tue, 20 Dec 2011 14:40:18 +0200 Timo Sirainen script-login: Close extra fds to avoid failing with --enable-devel-checks.
Tue, 20 Dec 2011 13:16:55 +0200 Timo Sirainen dict-file: Updated dotlock settings.
Mon, 19 Dec 2011 09:10:29 +0200 Timo Sirainen sdbox: Added support for autodetection.
Fri, 16 Dec 2011 13:08:49 +0200 Timo Sirainen FS layout: Mark memory pool growing to avoid warnings with devel-checks.
Fri, 16 Dec 2011 13:08:18 +0200 Timo Sirainen FS layout: When deleting a mailbox, don't give an error if mailbox has children.
Fri, 16 Dec 2011 12:50:53 +0200 Timo Sirainen --enable-devel-checks: Use -fcatch-undefined-behavior -ftrapv with clang.
Fri, 16 Dec 2011 12:43:51 +0200 Timo Sirainen fts: Expunging could have expunged indexed FTS mail from wrong mailbox.
Fri, 16 Dec 2011 12:42:21 +0200 Timo Sirainen lib-storage: mailbox_list_get_permissions() didn't properly erase the full return struct.
Thu, 15 Dec 2011 13:40:20 +0200 Timo Sirainen imapc: Assert crashfix.
Wed, 14 Dec 2011 14:29:07 +0200 Timo Sirainen imapc: Try to avoid crashes on deinit/disconnection.
Wed, 14 Dec 2011 13:50:43 +0200 Timo Sirainen Added i_stream_unset_destroy_callback()
Wed, 14 Dec 2011 13:00:05 +0200 Timo Sirainen imapc: Avoid assert-crashing when replacing mail stream with a new one.
Wed, 14 Dec 2011 12:57:55 +0200 Timo Sirainen imapc: Fixed missing BODY[]/INTERNALDATE to handle actual failures again.
Wed, 14 Dec 2011 12:33:59 +0200 Timo Sirainen imapc: Handle missing INTERNALDATE reply by returning an empty mail instead of disconnecting.
Wed, 14 Dec 2011 11:57:20 +0200 Timo Sirainen imapc: Handle missing BODY[] reply by returning an empty mail instead of disconnecting.
Wed, 14 Dec 2011 10:55:11 +0200 Timo Sirainen auth: Don't die if passwd-file can't open the file.
Mon, 12 Dec 2011 08:45:32 +0200 Timo Sirainen imapc: Added support for fetching GUID from remote server, if supported.
Mon, 12 Dec 2011 08:41:50 +0200 Timo Sirainen imapc: Added X-GM-EXT-1 and CONDSTORE to capabilities.
Mon, 12 Dec 2011 08:36:25 +0200 Timo Sirainen imapc: Don't crash if we receive tagged BAD reply.
Mon, 12 Dec 2011 08:29:50 +0200 Timo Sirainen imap: When fetching X-GUID, set MAIL_FETCH_GUID also as "wanted fields" for optimization.
Mon, 12 Dec 2011 08:43:04 +0200 Timo Sirainen imapc: Removed HIGHESTMODSEQ handling from STATUS command.
Mon, 12 Dec 2011 07:04:46 +0200 Timo Sirainen auth: Handle proxy_maybe=yes for PASS lookups. (Fixes it for LMTP.)
Mon, 12 Dec 2011 06:48:44 +0200 Timo Sirainen imap: Convert LIST/LSUB patterns from mUTF-7 to UTF-8 for internal representation.
Mon, 12 Dec 2011 06:36:31 +0200 Timo Sirainen lib-storage: Handle %{uid} and %{gid} expansion without relying on process's euid/egid.
Mon, 12 Dec 2011 06:07:33 +0200 Timo Sirainen lib-storage: Previously added %{gid} variable didn't actually work.
Sat, 10 Dec 2011 10:59:30 +0200 Timo Sirainen lmtp: Simplify LMTP proxying by first reading the whole input to memory/disk.
Sat, 10 Dec 2011 08:50:43 +0200 Timo Sirainen passdb imap: Log about failures.
Sat, 10 Dec 2011 08:44:33 +0200 Timo Sirainen dsync: Update cache fields' decision and last_used fields explicitly.
Sat, 10 Dec 2011 08:43:09 +0200 Timo Sirainen doveadm: Compile fix for previous lib-index change.
Sat, 10 Dec 2011 08:42:26 +0200 Timo Sirainen lib-index: Allow updating cache's last_used field with mail_cache_register_fields()
Sat, 10 Dec 2011 08:41:01 +0200 Timo Sirainen lib-storage: Added separate %{gid} expansion to mail_user.
Sat, 10 Dec 2011 08:35:06 +0200 Timo Sirainen lib-index: If cache field's decision is forced no, don't update the field's last_used.
Sat, 10 Dec 2011 08:15:58 +0200 Timo Sirainen lib-fs: Added "mode" parameter to "posix" backend to specify mode for created files/dirs.
Sat, 10 Dec 2011 08:01:02 +0200 Timo Sirainen maildir: If saving fails, don't bother trying to flush the file's ostream.
Sat, 10 Dec 2011 07:57:16 +0200 Timo Sirainen zlib: Avoid assert-crashing if parent ostream's write had failed earlier.
Sat, 10 Dec 2011 07:28:22 +0200 Timo Sirainen config: Don't warn that ssl_parameters_regenerate=0 should have "hours" suffix.
Sat, 10 Dec 2011 07:05:56 +0200 Timo Sirainen lib-storage: FS layout mailbox list iteration code rewrite.
Sat, 10 Dec 2011 07:03:09 +0200 Timo Sirainen lib-storage: mailbox_list_get_vname() no longer treats INBOX case insensitively.