log

age author description
Fri, 04 Nov 2011 21:20:19 +0200 Timo Sirainen imapc: Don't use separate indexes/ directory anymore. Fixes/cleanups to make it possible.
Fri, 04 Nov 2011 21:17:09 +0200 Timo Sirainen imapc: If rawlog directory doesn't exist, silently ignore it.
Fri, 04 Nov 2011 20:36:28 +0200 Timo Sirainen imapc: Index files weren't deleted when mailbox was deleted.
Fri, 04 Nov 2011 20:36:06 +0200 Timo Sirainen lib-storage: Added MAILBOX_LIST_FLAG_OPTIONAL_BOXES flag.
Fri, 04 Nov 2011 20:11:39 +0200 Timo Sirainen anvil: Handle crash restarts without failing completely.
Fri, 04 Nov 2011 19:52:26 +0200 Timo Sirainen doveadm dump index: Dump also mime.parts decoded.
Fri, 04 Nov 2011 19:35:30 +0200 Timo Sirainen fts-lucene: Added whitespace_chars subsetting to fts_lucene.
Fri, 04 Nov 2011 18:50:24 +0200 Timo Sirainen eacces_error_get*(): Log if group has r/w permissions, but we don't belong to it.
Tue, 25 Oct 2011 22:58:48 +0300 Timo Sirainen master: Assert-crashfix when service process limit was reached.
Tue, 25 Oct 2011 21:44:38 +0300 Timo Sirainen login: When renegotiating SSL handshake, don't reread settings when TLS SNI is used.
Tue, 25 Oct 2011 21:41:28 +0300 Timo Sirainen login: Increased client's initial memory pool size.
Thu, 20 Oct 2011 18:37:09 +0300 Timo Sirainen master: When process_limit fills up, wait 10s before closing pending connections.
Thu, 20 Oct 2011 18:26:15 +0300 Timo Sirainen master: Reset service's listen_pending flag when it gets a new available process.
Thu, 20 Oct 2011 16:54:36 +0300 Timo Sirainen imapc: Fixed reopening a mailbox.
Wed, 19 Oct 2011 16:11:44 +0300 Timo Sirainen auth: passdb static crashed if no password was given
Tue, 18 Oct 2011 16:53:06 +0300 Timo Sirainen maildir: If maildir filename has broken W/S size, rename the file to drop them.
Tue, 18 Oct 2011 16:52:23 +0300 Timo Sirainen istream-mail: Call mail_cache_set_corrupted() properly
Mon, 17 Oct 2011 15:35:54 +0300 Timo Sirainen imapc: Added imapc_ssl_verify setting.
Wed, 12 Oct 2011 19:09:02 +0300 Timo Sirainen mail-log: Use mail_log_update_wanted_fields() to avoid parsing message multiple times.
Wed, 12 Oct 2011 19:08:31 +0300 Timo Sirainen lib-storage: Added mail_log_update_wanted_fields()
Wed, 12 Oct 2011 17:21:01 +0300 Timo Sirainen mdbox rebuild: Log an error whenever opening a mailbox fails.
Wed, 12 Oct 2011 19:07:07 +0300 Timo Sirainen imapc: Mail body wasn't always prefetched when it should have been.
Sun, 09 Oct 2011 20:46:53 +0300 Timo Sirainen imapc: When asking for capabilities, try to ask from a logged in connection.
Sun, 09 Oct 2011 20:46:28 +0300 Timo Sirainen imapc: Post-login capabilities weren't detected/used.
Sun, 09 Oct 2011 20:38:11 +0300 Timo Sirainen imapc: Support retrying some IMAP commands if we get disconnected.
Sun, 09 Oct 2011 20:36:28 +0300 Timo Sirainen lib-imap: Added reference counting to imap parser.
Sun, 09 Oct 2011 19:04:27 +0300 Timo Sirainen imapc: Mailbox reopening fix.
Sun, 09 Oct 2011 19:04:15 +0300 Timo Sirainen imapc: Fixed expunging too many messages from index.
Sun, 09 Oct 2011 18:27:54 +0300 Timo Sirainen imapc: Better implementation of checking if index is missing messages.
Sun, 09 Oct 2011 18:25:18 +0300 Timo Sirainen imapc: Fixes to sending commands.
Sun, 09 Oct 2011 17:15:31 +0300 Timo Sirainen imapc: Fixed detecting when messages are missing from index.
Sun, 09 Oct 2011 16:41:17 +0300 Timo Sirainen imapc: Initial support for automatically reconnecting to remote server.
Sat, 08 Oct 2011 20:31:22 +0300 Timo Sirainen imapc: Fixed updating message flags from another session.
Fri, 07 Oct 2011 21:15:52 +0300 Timo Sirainen imapc: Fixed handling keywords.
Fri, 07 Oct 2011 21:14:58 +0300 Timo Sirainen imapc: Detect when message has been unexpectedly expunged from index.
Fri, 07 Oct 2011 20:50:02 +0300 Timo Sirainen imapc: IDLE didn't notify immediately about new mails.
Fri, 07 Oct 2011 20:49:32 +0300 Timo Sirainen imapc: Code cleanup: avoid unnecessarily accessing imapc-client-private.h
Fri, 07 Oct 2011 20:34:53 +0300 Timo Sirainen imapc: Removed unused "stop now" functionality.
Fri, 07 Oct 2011 20:31:57 +0300 Timo Sirainen imapc: Changed mailbox opening API to be more extensible.
Fri, 07 Oct 2011 20:10:11 +0300 Timo Sirainen imapc: Command sending API changed to be more extensible.
Fri, 07 Oct 2011 19:25:52 +0300 Timo Sirainen auth: Don't re-add IO to master connection input.
Fri, 07 Oct 2011 18:18:20 +0300 Timo Sirainen auth: Improved "auth client doesn't have permissions to do .." errors.
Wed, 05 Oct 2011 18:47:56 +0300 Timo Sirainen pop3: When pop3_fast_size_lookups=yes, don't assume we need to fetch virtual size.
Wed, 05 Oct 2011 17:55:29 +0300 Timo Sirainen imapc: Fixed fetching data for a saved, but uncommitted, mail.
Wed, 05 Oct 2011 17:51:32 +0300 Timo Sirainen lib-storage: Fixed reopening a mail stream.
Wed, 05 Oct 2011 17:51:01 +0300 Timo Sirainen imapc: Memory leak fixes.
Wed, 05 Oct 2011 17:34:51 +0300 Timo Sirainen imapc: Fixed closing mail properly.
Wed, 05 Oct 2011 17:34:16 +0300 Timo Sirainen imapc: Fixed potential assert-crash when saving a mail.
Wed, 05 Oct 2011 17:21:46 +0300 Timo Sirainen imapc: Fixed "Bad file descriptor" errors after mail was closed.
Wed, 05 Oct 2011 15:57:03 +0300 Timo Sirainen raw storage: Don't crash with mailbox_get_metadata()
Tue, 04 Oct 2011 17:22:55 +0300 Timo Sirainen lib-storage: Verify that cached message size matches actually read size.
Tue, 04 Oct 2011 17:17:12 +0300 Timo Sirainen lib-storage: Added mail_get_hdr_stream() and use it where possible.
Tue, 04 Oct 2011 17:14:30 +0300 Timo Sirainen imapc: Mail body caching should be done at close(), not at free().
Mon, 03 Oct 2011 20:00:55 +0300 Timo Sirainen script-login: Disable alarm after input has been read.
Sun, 02 Oct 2011 20:26:02 +0300 Timo Sirainen passdb vpopmail: Always prefer to lookup plaintext password if it exists.
Sun, 02 Oct 2011 20:09:04 +0300 Timo Sirainen mailbox list indexes: Get mailbox_get_metadata(guid) from index if possible.
Sun, 02 Oct 2011 20:06:58 +0300 Timo Sirainen lib-storage: mailbox_get_metadata() no longer always opens mailbox.
Sun, 02 Oct 2011 20:05:23 +0300 Timo Sirainen lib-storage: Compile fix for recent change.
Sun, 02 Oct 2011 18:54:32 +0300 Timo Sirainen maildir: Maildir list index change check should always check index log changes.
Sun, 02 Oct 2011 18:49:09 +0300 Timo Sirainen mailbox list indexes: Handle name="" mailboxes.
Sun, 02 Oct 2011 18:39:49 +0300 Timo Sirainen lib-storage: Mailbox list index's ext_id shouldn't be cached in mail_storage.
Sun, 02 Oct 2011 18:30:32 +0300 Timo Sirainen mailbox list indexes: Added comment.
Sun, 02 Oct 2011 18:12:05 +0300 Timo Sirainen mailbox list indexes: Code cleanups.
Sun, 02 Oct 2011 17:48:23 +0300 Timo Sirainen mailbox list indexes: Error handling fixes.
Sun, 02 Oct 2011 17:34:49 +0300 Timo Sirainen mailbox list indexes: Moved syncing code to separate file.
Sun, 02 Oct 2011 17:18:31 +0300 Timo Sirainen mailbox list indexes: Moved iteration code to separate file.
Sun, 02 Oct 2011 17:12:58 +0300 Timo Sirainen Renamed index-mailbox-list* to mailbox-list-index*
Sun, 02 Oct 2011 16:59:51 +0300 Timo Sirainen mailbox list indexes: Disable index files for shared/public namespaces.
Sun, 02 Oct 2011 16:55:45 +0300 Timo Sirainen mailbox list indexes: Use storage names instead of virtual names.
Sun, 02 Oct 2011 16:51:40 +0300 Timo Sirainen lmtp: Code cleanup.
Sun, 02 Oct 2011 16:47:25 +0300 Timo Sirainen lda: Code cleanups
Sun, 02 Oct 2011 16:35:22 +0300 Timo Sirainen lda/lmtp: Moved common raw mailbox allocation code to raw-storage.
Sun, 02 Oct 2011 16:34:41 +0300 Timo Sirainen lib-storage: Keep mail_user referenced while storage objects exist.
Sun, 02 Oct 2011 16:33:51 +0300 Timo Sirainen ioloop: Memory leak fix on ioloop destroy.
Sun, 02 Oct 2011 16:32:59 +0300 Timo Sirainen istream-seekable: Memory leak fix.
Sun, 02 Oct 2011 16:03:10 +0300 Timo Sirainen lda/lmtp: Moved raw user creation code to common raw_storage_create_from_set()
Sun, 02 Oct 2011 15:39:45 +0300 Timo Sirainen mailbox list index: Minor code cleanup.
Sat, 01 Oct 2011 17:55:18 +0300 Timo Sirainen imapc: Changed imapc_client_mailbox_cmd() parameter order to be same as in _cmdf().
Sat, 01 Oct 2011 17:54:57 +0300 Timo Sirainen imapc: Don't assert-crash when receiving 0 size literal.
Sat, 01 Oct 2011 17:47:35 +0300 Timo Sirainen imapc: Make sure "is mail expunged?" NOOP is sent to correct connection.
Sat, 01 Oct 2011 17:41:12 +0300 Timo Sirainen imapc: Make sure mail cache is freed when mailbox is closed.
Sat, 01 Oct 2011 17:34:39 +0300 Timo Sirainen auth: Lazily load authdb_* and mech_* plugins only when they're needed.
Sat, 01 Oct 2011 17:24:09 +0300 Timo Sirainen auth: Renamed passdb_imap plugin to authdb_imap.
Sat, 01 Oct 2011 17:22:44 +0300 Timo Sirainen module_dir_load*(): Support filtering and ignoring missing modules.
Sat, 01 Oct 2011 17:09:00 +0300 Timo Sirainen Added ssl_protocols setting.
Sat, 01 Oct 2011 17:06:04 +0300 Timo Sirainen doveadm: Compile fix for previous auth change.
Sat, 01 Oct 2011 16:48:17 +0300 Timo Sirainen auth: If password data isn't valid for specified scheme, give a better error message.
Fri, 30 Sep 2011 19:02:31 +0300 Timo Sirainen imap: Memory leak fixes for invalid parameter handling.
Fri, 30 Sep 2011 18:53:09 +0300 Timo Sirainen imapc: Keep the last fetched message body cached until mailbox is closed.
Fri, 30 Sep 2011 18:19:17 +0300 Timo Sirainen imap: Moved partial fetch cache from static variable into struct client.
Fri, 30 Sep 2011 15:54:20 +0300 Timo Sirainen maildir: Handle open() failing with ESTALE.
Tue, 27 Sep 2011 18:57:14 +0300 Timo Sirainen stats: Mail commands were sorted in wrong order, so they were never removed from memory.
Tue, 27 Sep 2011 18:14:32 +0300 Timo Sirainen pop3: Fixed POP3-order sorting.
Tue, 27 Sep 2011 00:44:03 +0300 Timo Sirainen stats: Compiler warning fixes.
Tue, 27 Sep 2011 00:41:49 +0300 Timo Sirainen stats: Error message fix.
Tue, 27 Sep 2011 00:12:49 +0300 Timo Sirainen Compile fix for Solaris.
Mon, 26 Sep 2011 21:55:10 +0300 Timo Sirainen sdbox: Memory leak fix.
Mon, 26 Sep 2011 15:36:21 +0300 Timo Sirainen auth: Added passdb imap plugin.
Mon, 26 Sep 2011 15:34:58 +0300 Timo Sirainen Moved imapc-client into its own lib-imap-client library.
Sun, 25 Sep 2011 22:32:04 +0000 Pascal Volk man: Added doveadm move.
Fri, 23 Sep 2011 16:07:29 +0300 Timo Sirainen stats: Make sure unfinished commands get freed when their session disconnects.
Fri, 23 Sep 2011 15:01:57 +0300 Timo Sirainen file_dotlock: And fix to previous change..
Fri, 23 Sep 2011 15:01:23 +0300 Timo Sirainen file_dotlock: Don't warn about changed mtime when it's 1 second.
Fri, 23 Sep 2011 14:52:46 +0300 Timo Sirainen maildir: Improved guessing filename when it's still in new/ dir.
Fri, 23 Sep 2011 14:38:24 +0300 Timo Sirainen maildir: Don't always drop new flag from files when syncing.
Fri, 23 Sep 2011 00:49:51 +0300 Timo Sirainen lib-storage: mail_namespace_find_unalias() crashed when namespace wasn't found.
Fri, 23 Sep 2011 00:46:19 +0300 Timo Sirainen doveadm server: Previous non-authentication fix broken authentication.
Fri, 23 Sep 2011 00:04:11 +0300 Timo Sirainen fts: Support also RFC 2231 style parsing when finding the attachment filename.
Thu, 22 Sep 2011 23:59:48 +0300 Timo Sirainen fts: Fixed running attachment decoder scripts.
Thu, 22 Sep 2011 14:31:57 +0300 Timo Sirainen imapc: Fix to previous message saving change.
Thu, 22 Sep 2011 14:24:03 +0300 Timo Sirainen imapc: Allow accessing a mail that is being saved without crashing.
Thu, 22 Sep 2011 14:21:56 +0300 Timo Sirainen iampc: Small code cleanup.
Thu, 22 Sep 2011 13:09:18 +0300 Timo Sirainen lib-mail: Added broken input workaround to rfc822_parse_content_param().
Thu, 22 Sep 2011 12:54:27 +0300 Timo Sirainen login: Added -R <dir> parameter to write pre-login rawlogs to given directory.
Thu, 22 Sep 2011 01:38:34 +0300 Timo Sirainen login: "cert required, client didn't start TLS" error could have been logged wrongly.
Wed, 21 Sep 2011 17:51:59 +0300 Timo Sirainen Added new mail_location setting "UTF8" to use UTF-8 instead of mUTF-7 in storage names.
Wed, 21 Sep 2011 16:18:19 +0300 Timo Sirainen imapc: Don't try to send literal stream output until its '+' has been received.
Wed, 21 Sep 2011 15:58:26 +0300 Timo Sirainen imapc: Added imapc_rawlog_dir setting.
Wed, 21 Sep 2011 15:57:57 +0300 Timo Sirainen Added rawlog i/ostreams.
Wed, 21 Sep 2011 15:54:06 +0300 Timo Sirainen lib-ssl-iostream: If flush wants to read, make sure the flush callback isn't being called again.