log

age author description
Mon, 01 Feb 2016 23:32:15 +0200 Timo Sirainen imapc: Compare INBOX in STATUS case-insensitively.
Mon, 01 Feb 2016 22:48:22 +0200 Timo Sirainen sdbox: Failing after saved mails' UIDs were already assigned caused unlink()ing garbage
Mon, 01 Feb 2016 22:40:15 +0200 Timo Sirainen dsync: If mailbox importing fails, stop immediately without waiting for exporter to finish.
Mon, 01 Feb 2016 20:30:26 +0200 Timo Sirainen imap: Removed now-unused cmd_sync_callback(), which doesn't work very well.
Mon, 01 Feb 2016 20:26:19 +0200 Timo Sirainen imap: Removed special EXPUNGE callback for an Outlook workaround.
Mon, 01 Feb 2016 19:08:24 +0200 Timo Sirainen pop3-migration: Ignore mails returned as expunged by pop3c.
Mon, 01 Feb 2016 19:07:59 +0200 Timo Sirainen pop3c: If prefetch fails, treat it as if prefetching simply wasn't done.
Mon, 01 Feb 2016 17:57:07 +0200 Timo Sirainen pop3-migration: Use message_header_hash_more() instead of duplicating the code
Mon, 01 Feb 2016 17:56:49 +0200 Timo Sirainen lib-mail: Changed message_header_hash_more() to support any hash algorithm
Mon, 01 Feb 2016 17:38:11 +0200 Timo Sirainen lib: JSON parser can now optionally parse input that isn't an object.
Mon, 01 Feb 2016 17:30:23 +0200 Timo Sirainen lib: Fixed json-parser to correctly parse numbers at EOF.
Mon, 01 Feb 2016 17:00:11 +0200 Timo Sirainen lib: Code cleanup to json-parser - assume less that the root is an object
Fri, 29 Jan 2016 00:08:33 +0200 Timo Sirainen lib-mail, dsync: Moved dsync_mail_hash_more() to lib-mail/message-header-hash.*
Mon, 01 Feb 2016 14:44:11 +0200 Aki Tuomi lib-http: Add function to update HTTP response status
Thu, 21 Jan 2016 19:49:12 +0200 Aki Tuomi doveadm: Add JSON formatter support
Mon, 25 Jan 2016 10:50:23 +0200 Aki Tuomi doveadm-print: Add flag indicating number-only field
Fri, 29 Jan 2016 17:47:52 +0200 Timo Sirainen Compiler warning fix to previous commit
Fri, 29 Jan 2016 17:42:51 +0200 Timo Sirainen Replace host:port parsers with net_str2hostport().
Fri, 29 Jan 2016 17:32:30 +0200 Timo Sirainen lib: Added net_str2hostport()
Fri, 29 Jan 2016 16:23:57 +0200 Timo Sirainen last-login: Added last_login_precision setting
Fri, 29 Jan 2016 16:07:35 +0200 Timo Sirainen lib-sasl: Allow plugins to override the default SASL client mechanisms.
Fri, 29 Jan 2016 15:09:35 +0200 Timo Sirainen lib-imap: Write invalid Content-Transfer-Encoding value as "7bit" to BODY/BODYSTRUCTURE.
Fri, 29 Jan 2016 10:29:05 +0200 Aki Tuomi lib: Add tests for str_is_float
Fri, 29 Jan 2016 10:28:53 +0200 Aki Tuomi lib: Add str_is_float check function
Thu, 28 Jan 2016 20:47:02 +0200 Timo Sirainen dsync: Improved header hash v2 algorithm to remove repeated '?' chars.
Thu, 28 Jan 2016 20:23:51 +0200 Timo Sirainen lib-index: Memory leak fix for test-mail-index-map
Thu, 28 Jan 2016 20:16:31 +0200 Timo Sirainen pop3-migration: Fix to 5407a86 - don't sync POP3 UIDLs when we don't need to
Thu, 28 Jan 2016 19:56:38 +0200 Timo Sirainen dsync: Avoid finishing importer successfully on exporter failures.
Thu, 28 Jan 2016 19:55:06 +0200 Timo Sirainen doveadm backup: If local mailbox has more mails than remote, detect and delete it earlier.
Thu, 28 Jan 2016 19:51:43 +0200 Timo Sirainen imapc: Don't mark the initial sync done if it wasn't successful.
Thu, 28 Jan 2016 19:49:56 +0200 Timo Sirainen imapc: Handle disconnection when NOOP is sent to verify if mail is expunged.
Thu, 28 Jan 2016 19:48:09 +0200 Timo Sirainen lib-index: Added unit test to mail_index_map_lookup_seq_range()
Thu, 28 Jan 2016 17:53:41 +0200 Timo Sirainen imapc: Don't ignore FETCH, SEARCH and EXPUNGE returning NO failures in syncing.
Thu, 28 Jan 2016 17:43:01 +0200 Timo Sirainen imapc: If FETCH didn't send our wanted data, log the tagged FETCH reply text.
Thu, 28 Jan 2016 17:29:57 +0200 Timo Sirainen imapc: Don't use fetch-fix-broken-mails for NO [LIMIT] FETCH replies
Thu, 28 Jan 2016 17:15:20 +0200 Timo Sirainen imapc: Remove X-Message-Flag filtering if imapc_features has rfc822.size
Thu, 28 Jan 2016 17:03:15 +0200 Timo Sirainen doveadm: All commands iterating mails stop now if doveadm has been killed.
Thu, 28 Jan 2016 16:59:48 +0200 Timo Sirainen doveadm: Enable SIGINT and SIGTERM signal handler for all doveadm mail commands.
Thu, 28 Jan 2016 16:43:37 +0200 Timo Sirainen doveadm backup: Detect and handle conflicts earlier.
Thu, 28 Jan 2016 16:26:53 +0200 Timo Sirainen imapc: Fixed assert-crash in mailbox syncing, if mailbox couldn't be opened.
Thu, 28 Jan 2016 15:36:58 +0200 Timo Sirainen imap: Send all pending tagged command replies before APPEND is started.
Thu, 28 Jan 2016 15:16:29 +0200 Timo Sirainen lib: Added json_append_escaped_data() to escape non-NUL terminated input.
Thu, 28 Jan 2016 15:05:38 +0200 Timo Sirainen lib: json_append_escaped() doesn't need to escape the 8bit chars.
Thu, 28 Jan 2016 13:45:48 +0200 Timo Sirainen lib-index: If transaction log was locked for at least 30 secs, log a warning (not at 3min)
Wed, 27 Jan 2016 15:44:54 +0200 Timo Sirainen pop3-migration: Perform UIDL syncing a bit earlier to work around Yahoo IMAP bug.
Wed, 27 Jan 2016 15:16:18 +0200 Timo Sirainen imapc: Don't use fetch-fix-broken-mails for OK and NO [SERVERBUG] FETCH replies
Wed, 27 Jan 2016 10:17:44 +0200 Timo Sirainen lib: Make static analyzer happier about istream-chain changes
Wed, 27 Jan 2016 02:04:00 +0200 Timo Sirainen pop3c: Fixed assert-crash when prefetching a mail failed.
Wed, 27 Jan 2016 01:12:21 +0200 Timo Sirainen *-login: Add all returned passdb fields to struct client_auth_reply.all_fields
Wed, 27 Jan 2016 00:35:34 +0200 Timo Sirainen fts-solr: Changed default operator to AND to fix multi-word queries.
Tue, 26 Jan 2016 23:51:16 +0200 Timo Sirainen pop3c: Compiler warning fix for using wrong enum type
Tue, 26 Jan 2016 22:10:29 +0200 Timo Sirainen pop3-migration: If reading message header for hashing fails, fail immediately.
Tue, 26 Jan 2016 19:56:43 +0200 Timo Sirainen dsync: When comparing headers' hashes to match messages, try to normalize the input.
Tue, 26 Jan 2016 17:55:10 +0200 Timo Sirainen pop3-migration: Don't change TAB to '?' when calculating header hash.
Tue, 26 Jan 2016 17:53:28 +0200 Timo Sirainen pop3-migration: Don't even try to match message sizes with pop3_migration_skip_size_check=yes
Tue, 26 Jan 2016 15:41:16 +0200 Timo Sirainen pop3c: Added support for TOP/RETR prefetching when PIPIELINING capability exists.
Tue, 26 Jan 2016 15:40:09 +0200 Timo Sirainen pop3c: Added full support for running commands asynchronously (with PIPELINING)
Tue, 26 Jan 2016 15:38:13 +0200 Timo Sirainen pop3c: Increased command timeout from 30s to 5mins.
Tue, 26 Jan 2016 15:22:50 +0200 Timo Sirainen pop3-migration: Cached header hashes weren't actually being used for imapc.
Tue, 26 Jan 2016 15:20:48 +0200 Timo Sirainen lib: istream-concat now seeks parent streams to correct offset.
Tue, 26 Jan 2016 15:17:34 +0200 Timo Sirainen lib: Small istream-concat code cleanup in preperation for next change
Tue, 26 Jan 2016 14:19:23 +0200 Timo Sirainen lib: Improved test-istream-seekable unit test to check for parent stream's offset at the end
Tue, 26 Jan 2016 13:51:47 +0200 Timo Sirainen lib: When closing istream-chain, make sure parent stream is seeked to correct offset.
Mon, 25 Jan 2016 22:34:24 +0200 Timo Sirainen pop3-migration: Add calculated header hashes to local cache.
Mon, 25 Jan 2016 22:33:29 +0200 Timo Sirainen pop3c: Preserve local cache even when server reorders messages.
Mon, 25 Jan 2016 21:57:35 +0200 Timo Sirainen pop3c: Avoid unnecessarily email deletions from local index when mails have been deleted from remote POP3.
Mon, 25 Jan 2016 17:37:02 +0200 Timo Sirainen imap: Finish all commands before starting IDLE.
Mon, 25 Jan 2016 10:26:17 +0200 Timo Sirainen imapc: Prefetching shouldn't send FETCH requests for headers that are already cached.
Sun, 24 Jan 2016 22:12:30 +0200 Timo Sirainen auth: Add any %variables in passdb/userdb { default_fields } to cache key.
Sun, 24 Jan 2016 22:10:01 +0200 Timo Sirainen auth: Avoid unnecessary work if passdb/userdb { override_fields, default_fields } aren't set.
Sun, 24 Jan 2016 22:07:55 +0200 Timo Sirainen .gitignore: Added *.orig and *.rej
Sun, 24 Jan 2016 22:06:30 +0200 Timo Sirainen config: Fixed '\' line continuation to work again.
Sun, 24 Jan 2016 20:07:58 +0200 Timo Sirainen imapc: If command times out, reconnect and retry if possible.
Sun, 24 Jan 2016 19:54:51 +0200 Timo Sirainen pop3-migration: Fix to 2f19f8 - Don't convert LF also to '?' in header hashes.
Sun, 24 Jan 2016 19:34:21 +0200 Timo Sirainen pop3-migration: Filter out headers with invalid names.
Sun, 24 Jan 2016 19:23:59 +0200 Timo Sirainen pop3-migration: Convert all non-ASCII in headers to '?'
Sun, 24 Jan 2016 18:15:53 +0200 Timo Sirainen imapc: Added imapc_features=fetch-fix-broken-mails
Sun, 24 Jan 2016 17:41:01 +0200 Timo Sirainen imapc: Added imapc_cmd_timeout setting to control the command wait timeouts.
Sun, 24 Jan 2016 17:39:28 +0200 Timo Sirainen imapc: Added imapc_features=fetch-msn-workarounds
Sun, 24 Jan 2016 17:38:39 +0200 Timo Sirainen pop3-migration: If we matched all the IMAP (but not all POP3) messages, log about it.
Sun, 24 Jan 2016 17:13:04 +0200 Timo Sirainen pop3-migration: Ignore X-Yahoo-Newman-Property: header
Sun, 24 Jan 2016 16:55:13 +0200 Timo Sirainen pop3-migration: When logging the first missing POP3 mail, it logged a wrong mail
Sun, 24 Jan 2016 16:28:29 +0200 Timo Sirainen pop3-migration: When failing because some messages couldn't be matched, show the first message's number and UIDL
Sun, 24 Jan 2016 16:27:21 +0200 Timo Sirainen pop3-migration: Added pop3_migration_skip_size_check setting
Sun, 24 Jan 2016 16:25:52 +0200 Timo Sirainen pop3-migration: Ignore Return-Path: header when matching UIDLs by header hashes
Sat, 23 Jan 2016 15:48:14 +0200 Timo Sirainen auth: Apply override_fields to userdb also when continuing to the next userdb.
Sat, 23 Jan 2016 15:12:37 +0200 Timo Sirainen auth: If userdb result was found from cache, its result_* rules were ignored.
Sat, 23 Jan 2016 14:05:19 +0200 Timo Sirainen ldap auth: %variables in pass/user_attrs are now included in auth cache key.
Sat, 23 Jan 2016 13:57:54 +0200 Timo Sirainen auth: Apply passdb/userdb { override_fields } only after caching
Fri, 22 Jan 2016 19:06:59 +0200 Timo Sirainen doveadm: Changed most print formatters to write to ostream.
Fri, 22 Jan 2016 19:08:11 +0200 Timo Sirainen director: "Host is being updated before previous update had finished" logs now details.
Fri, 22 Jan 2016 15:15:03 +0000 Alin Dobre doveadm: Add plugins support for doveadm pw
Fri, 22 Jan 2016 17:14:37 +0200 Timo Sirainen fts-solr: If Solr lookup returns missing or invalid UID, fail the search.
Fri, 22 Jan 2016 16:48:53 +0200 Timo Sirainen doveadm: Make sure all mail storage hooks are freed at deinit.
Mon, 18 Jan 2016 15:50:23 +0200 Aki Tuomi master: Do not close stdout if going foreground
Thu, 21 Jan 2016 13:59:31 +0200 Timo Sirainen lib-auth: Error message typofix
Wed, 20 Jan 2016 19:35:06 +0200 Timo Sirainen Makefile: Fixed ChangeLog generation with older git versions that don't support --since
Wed, 20 Jan 2016 13:30:43 +0200 Timo Sirainen imap, pop3, lmtp: Enable MAIL_STORAGE_SERVICE_FLAG_AUTOEXPUNGE
Wed, 20 Jan 2016 13:30:34 +0200 Timo Sirainen lib-storage: Enable autoexpunge only when MAIL_STORAGE_SERVICE_FLAG_AUTOEXPUNGE is set.
Wed, 20 Jan 2016 13:22:15 +0200 Timo Sirainen lib-storage: Fixed looking up MAILBOX_METADATA_FIRST_SAVE_DATE from mailbox list index.
Wed, 20 Jan 2016 13:13:47 +0200 Timo Sirainen lib-storage: Fixed updating first-saved-uid to mailbox list index when first mails were just expunged.
Wed, 20 Jan 2016 12:55:57 +0200 Timo Sirainen lib-storage: Don't set internal error to storage when there's nothing to sync.
Tue, 19 Jan 2016 23:47:08 +0200 Timo Sirainen imap-login: If LOGINDISABLED capability is advertised in banner, don't try to LOGIN without SSL/TLS.
Tue, 19 Jan 2016 20:45:27 +0200 Timo Sirainen lib: Don't crash if getenv() is called after process_title_deinit() with Linux/OSX PROCTITLE_HACK
Tue, 19 Jan 2016 15:39:13 +0200 Timo Sirainen config: Improved error messages for wrong order of nested local/remote/protocol { .. } blocks
Tue, 19 Jan 2016 15:15:19 +0200 Timo Sirainen quota-clone: Avoid leaving a dict transaction open for unnecessarily long.
Tue, 19 Jan 2016 15:11:44 +0200 Timo Sirainen quota-clone: Fixed update-recursion crash when closing mailbox.
Tue, 19 Jan 2016 02:30:53 +0200 Timo Sirainen pop3c: If authentication fails, log if it was done with USER+PASS or AUTH PLAIN
Tue, 19 Jan 2016 02:26:24 +0200 Timo Sirainen pop3c: Improve authentication debug log messages a bit.
Mon, 18 Jan 2016 17:38:22 +0200 Timo Sirainen auth: If passdbs are required, don't allow only master=yes passdbs.
Mon, 18 Jan 2016 17:08:04 +0200 Timo Sirainen *-login: Typofix for login_plugins error messages.
Mon, 18 Jan 2016 14:59:50 +0200 Timo Sirainen lib-fs: Added default implementations for fs_iter_*(), fs_copy() and fs_stat()
Mon, 18 Jan 2016 14:57:45 +0200 Timo Sirainen lib-mail: istream-binary-converter lost last few chars from root-level binary content.
Mon, 18 Jan 2016 14:56:47 +0200 Timo Sirainen lib-mail: message-parser unit test now verifies that parsed block parts match input.
Mon, 18 Jan 2016 14:56:24 +0200 Timo Sirainen lib-mail: Added message_header_line_write()
Fri, 15 Jan 2016 14:11:34 +0200 Aki Tuomi ChangeLog: Generate mercurial style changelogs
Mon, 18 Jan 2016 13:28:23 +0200 Timo Sirainen lib-storage: Ignore ACLs when autoexpunging.
Mon, 18 Jan 2016 12:31:26 +0200 Timo Sirainen quota: Fixed namespace filtering for dict and count backends.
Sat, 16 Jan 2016 21:47:53 +0200 Timo Sirainen lib-http: Assign an ID for each HTTP request and log it in debug lines.
Sat, 16 Jan 2016 21:31:55 +0200 Timo Sirainen imapc: Added support for PROXYAUTH command by setting imapc_features = proxyauth