log

age author description
Fri, 28 Aug 2009 17:01:41 -0400 Timo Sirainen Plugins now use mail_save_context.copying instead of their own save_hacks. HEAD
Fri, 28 Aug 2009 17:01:26 -0400 Timo Sirainen mailbox_copy() now sets mail_save_context.copying=TRUE. HEAD
Fri, 28 Aug 2009 16:50:39 -0400 Timo Sirainen gssapi: Apparently all usernames end with NUL. Allow it. HEAD
Fri, 28 Aug 2009 15:25:30 -0400 Timo Sirainen qresync: Fixed off-by-one modseq comparison when figuring out what VANISHED replies to send. HEAD
Fri, 28 Aug 2009 15:22:08 -0400 Timo Sirainen imap: Don't crash if SELECT .. QRESYNC doesn't specify list of UIDs. HEAD
Fri, 28 Aug 2009 14:44:10 -0400 Timo Sirainen config: Read auth_* settings correctly that don't exist inside auth {} HEAD
Fri, 28 Aug 2009 14:42:59 -0400 Timo Sirainen auth: More fixes to figuring out what type the auth socket is. HEAD
Fri, 28 Aug 2009 14:13:02 -0400 Timo Sirainen dovecot-ldap-example.conf: Changed the example "base" setting. HEAD
Fri, 28 Aug 2009 12:57:26 -0400 Timo Sirainen file_set_size() was broken with OSes that didn't support posix_fallocate(). HEAD
Fri, 28 Aug 2009 11:38:06 -0400 Timo Sirainen acl: Don't use dovecot-acl-list with public namespaces. HEAD
Fri, 28 Aug 2009 11:05:12 -0400 Timo Sirainen Solaris: Don't crash when signal handler is called with siginfo_t=NULL. HEAD
Tue, 25 Aug 2009 09:31:43 -0400 Timo Sirainen ldap: Don't log an error when server disconnects us because of idling. HEAD
Tue, 25 Aug 2009 09:16:58 -0400 Timo Sirainen maildir: Fixed maildir_sync_get_changes() to work as it should have. HEAD
Mon, 24 Aug 2009 16:58:53 -0400 Timo Sirainen Reimplemented mail-log plugin using notify plugin framework. HEAD
Mon, 24 Aug 2009 16:57:50 -0400 Timo Sirainen Added a notify plugin that can be used as a generic event catching framework by other plugins. HEAD
Mon, 24 Aug 2009 16:55:12 -0400 Timo Sirainen *-login: If proxying is enabled but no host is given, don't crash. HEAD
Mon, 24 Aug 2009 16:44:03 -0400 Timo Sirainen auth: Don't crash at startup if auth socket name doesn't contain "-". HEAD
Mon, 24 Aug 2009 14:09:49 -0400 Timo Sirainen auth worker server: Don't assert-crash if the whole reply doesn't come in one packet. HEAD
Mon, 24 Aug 2009 13:15:34 -0400 Timo Sirainen master: If execv() fails with ENOMEM, mention the vsz_limit setting. HEAD
Mon, 24 Aug 2009 11:38:56 -0400 Timo Sirainen lib-master: If accept() fails and there are no clients, die instead of waiting forever. HEAD
Mon, 17 Aug 2009 14:18:52 -0400 Timo Sirainen maildir: If opening a mail fails with EACCES, log a better error message. HEAD
Mon, 17 Aug 2009 13:05:32 -0400 Timo Sirainen smtp_client_open() API changed to take lda_settings instead of mail_deliver_context. HEAD
Mon, 17 Aug 2009 12:55:29 -0400 Timo Sirainen auth: Added PASS command for auth-master socket to do passdb lookups. HEAD
Mon, 17 Aug 2009 12:54:54 -0400 Timo Sirainen auth: Added auth-master socket that's allowed to do REQUEST commands. HEAD
Mon, 17 Aug 2009 12:52:22 -0400 Timo Sirainen Renamed auth-master socket to auth-userdb socket. HEAD
Mon, 17 Aug 2009 10:45:29 -0400 Timo Sirainen mbox-snarf: Keep the mailbox locked while snarfing to avoid duplicates. HEAD
Sat, 15 Aug 2009 20:41:55 -0400 Timo Sirainen acl: When looking up ACL defaults, use global/local default files if they exist. HEAD
Sat, 15 Aug 2009 20:21:40 -0400 Timo Sirainen .hgignore: Added mailboxlogview HEAD
Fri, 14 Aug 2009 18:47:07 -0400 Timo Sirainen listescape: Fixed to work with dynamically created shared namespaces. HEAD
Fri, 14 Aug 2009 18:46:09 -0400 Timo Sirainen namespace initialization: Allow plugins to override namespace.real_sep. HEAD