log

age author description
Thu, 15 Jul 2010 17:38:17 +0100 Timo Sirainen doveadm director map: Support looking up a hostname.
Thu, 15 Jul 2010 16:59:11 +0100 Timo Sirainen dbox: Split dbox_file_seek() from dbox_file_get_mail_stream()
Thu, 15 Jul 2010 16:39:51 +0100 Timo Sirainen example-config: Added mail_temp_dir.
Thu, 15 Jul 2010 16:05:05 +0100 Timo Sirainen sdbox: Removed flock() check. It's not used by sdbox.
Thu, 15 Jul 2010 15:28:32 +0100 Timo Sirainen doveadm: Added "director map" command to list user -> host mappings.
Thu, 15 Jul 2010 13:42:33 +0100 Timo Sirainen Added mail_temp_dir setting, used by deliver and lmtp for creating temp mail files.
Wed, 14 Jul 2010 17:16:55 +0100 Timo Sirainen man: Also renamed "dbox" to "sdbox"
Wed, 14 Jul 2010 17:10:30 +0100 Timo Sirainen Renamed "dbox" to "sdbox". Keep also dbox as an alias for it.
Wed, 14 Jul 2010 15:15:00 +0100 Timo Sirainen director: Log an error if read() fails for notify fifo
Wed, 14 Jul 2010 15:14:26 +0100 Timo Sirainen master: Open FIFO listeners as RDWR, so if the last writer goes away we won't get EOFs.
Wed, 14 Jul 2010 15:01:37 +0100 Timo Sirainen login proxy: Set notify fd nonblocking.
Wed, 14 Jul 2010 14:51:41 +0100 Timo Sirainen director: Fixed handling HOST-FLUSH commands.
Wed, 14 Jul 2010 14:05:47 +0100 Timo Sirainen doveadm director flush: Fixed giving correct usage.
Wed, 14 Jul 2010 13:58:48 +0100 Timo Sirainen lib-lda: If FROM envelope is known, tell about it to lib-storage when saving mail
Wed, 14 Jul 2010 13:58:21 +0100 Timo Sirainen mbox: Write empty From_-line envelope as MAILER-DAEMON
Wed, 14 Jul 2010 13:52:47 +0100 Timo Sirainen mbox: When generating envelope to From_-line, don't append a second @owndomain if username already has one.
Tue, 13 Jul 2010 21:04:55 +0100 Timo Sirainen imap: Fixed checking if list=children namespace has children.
Tue, 13 Jul 2010 21:04:11 +0100 Timo Sirainen rawlog: Don't steal -options from the program that's going to be run.
Tue, 13 Jul 2010 15:32:29 +0100 Timo Sirainen solr-schema: Removed all references to unused "any" field.
Tue, 13 Jul 2010 01:13:24 +0000 Pascal Volk man: Use pkgsysconfdir instead of sysconfdir also in included files.
Mon, 12 Jul 2010 23:20:49 +0100 Timo Sirainen auth: Changed "new auth connection" debug message
Mon, 12 Jul 2010 21:15:34 +0100 Timo Sirainen lib-storage: Show "foo/" style replies only for IMAP LIST command.
Mon, 12 Jul 2010 20:38:47 +0100 Timo Sirainen dbox: Added a sanity check so that too small dbox files won't be appended to.
Mon, 12 Jul 2010 16:27:51 +0100 Timo Sirainen dsync: Don't give errors when doing a remote sync and there are no changes.
Mon, 12 Jul 2010 15:32:14 +0100 Timo Sirainen dsync: Added assert
Mon, 12 Jul 2010 15:30:55 +0100 Timo Sirainen dsync: Log an error if dsync server sends invalid reply for FINISH.
Mon, 12 Jul 2010 15:25:35 +0100 Timo Sirainen doveadm: Give a better error message if we can guess that unknown command is due to unloaded plugin.
Mon, 12 Jul 2010 15:14:45 +0100 Timo Sirainen Handle rmdir() failing with EEXIST the same as failing with ENOTEMPTY.
Mon, 12 Jul 2010 15:11:18 +0100 Timo Sirainen dsync: Added a comment.
Mon, 12 Jul 2010 13:24:16 +0100 Timo Sirainen man: Use pkgsysconfdir instead of explicit sysconfdir/dovecot
Mon, 12 Jul 2010 13:19:32 +0100 Timo Sirainen doc Makefile: Define and use pkgsysconfdir instead of dovecotconfdir
Mon, 12 Jul 2010 00:13:09 +0000 Pascal Volk man/doveadm-{who,penalty,director}.1: Added -a host:port description.
Mon, 12 Jul 2010 00:33:12 +0100 Timo Sirainen doveadm director/penalty/who: Support also communicating via TCP sockets.
Mon, 12 Jul 2010 00:32:30 +0100 Timo Sirainen liblib: Added net_connect_ip_blocking().
Mon, 12 Jul 2010 00:17:18 +0100 Timo Sirainen doveadm director status: "users" column header was wrong.
Sun, 11 Jul 2010 20:26:15 +0100 Timo Sirainen doveadm director status: Print output using the print API, not printf.
Sun, 11 Jul 2010 19:42:48 +0100 Timo Sirainen layout=fs: Fixed checking if pattern was valid with hierarchy separator wasn't the default '/'
Sun, 11 Jul 2010 19:32:28 +0100 Timo Sirainen lib-storage: Removed code related to listing mailboxes with non-virtual names.
Sun, 11 Jul 2010 19:19:45 +0100 Timo Sirainen acl: Fixed crashing on FS layout with non-default hierarchy separator.
Sun, 11 Jul 2010 18:56:39 +0100 Timo Sirainen lib-storage: mailbox_get_expunges() didn't return any expunges if modseq was too low.
Sun, 11 Jul 2010 18:37:56 +0100 Timo Sirainen dsync: Fixed unit tests
Sun, 11 Jul 2010 18:32:43 +0100 Timo Sirainen dsync: Fixed brain unit test not to crash at deinit.
Sun, 11 Jul 2010 13:25:38 +0100 Timo Sirainen Merge heads
Sat, 10 Jul 2010 19:44:45 +0100 Timo Sirainen process_title_init(): Don't assert-crash with empty environment.
Sat, 10 Jul 2010 18:35:53 +0100 Timo Sirainen Branch merging.. Something weird's going on.
Sat, 10 Jul 2010 18:34:33 +0100 Timo Sirainen dsync: Fixed a potential hang with remote syncing.
Sat, 10 Jul 2010 17:22:08 +0000 Pascal Volk man/Makefile: Eliminated $< and $@.
Sat, 10 Jul 2010 18:21:52 +0100 Timo Sirainen dsync: Fixed accidentally committed broken code (also in default branch now)
Sat, 10 Jul 2010 18:17:40 +0100 Timo Sirainen Another try at closing HEAD branch, which accidentally opened with last commit.. HEAD
Sat, 10 Jul 2010 18:16:48 +0100 Timo Sirainen dsync: Fixed accidentally committed broken code. HEAD
Sat, 10 Jul 2010 18:14:50 +0100 Timo Sirainen Closing HEAD branch. HEAD
Sat, 10 Jul 2010 18:12:43 +0100 Timo Sirainen Make static analyzer happier.
Sat, 10 Jul 2010 18:11:55 +0100 Timo Sirainen dsync: Fixed flushing asserts HEAD
Sat, 10 Jul 2010 17:59:11 +0100 Timo Sirainen dsync: Fixed giving dsync command as a path to a binary without parameters. HEAD
Sat, 10 Jul 2010 17:38:48 +0100 Timo Sirainen lda: Don't set mail_full_filesystem_access=yes internally. It's not necessary. HEAD
Sat, 10 Jul 2010 15:57:37 +0100 Timo Sirainen dsync: Added extra assert HEAD
Sat, 10 Jul 2010 15:56:45 +0100 Timo Sirainen dsync: Fixed assert-crashing when messages couldn't be sent fast enough to remote HEAD
Fri, 09 Jul 2010 22:33:05 +0100 Timo Sirainen Added signature for changeset fd0497f5a496 HEAD
Fri, 09 Jul 2010 22:33:00 +0100 Timo Sirainen Added tag 2.0.rc2 for changeset fd0497f5a496 HEAD
Fri, 09 Jul 2010 22:33:00 +0100 Timo Sirainen Released v2.0.rc2. HEAD 2.0.rc2