log

age author description
Thu, 20 Oct 2016 16:46:31 +0300 Timo Sirainen director: Code cleanup - added USER_IS_BEING_KILLED() macro
Thu, 20 Oct 2016 16:41:23 +0300 Timo Sirainen director: Code cleanup - move enum user_kill_state to director.h
Tue, 25 Oct 2016 21:20:54 +0300 Timo Sirainen director: Fix HOST-RESET-USERS with host parameter.
Tue, 25 Oct 2016 01:03:05 +0300 Timo Sirainen doveadm director dump: Fixed output to include LFs
Tue, 25 Oct 2016 00:48:08 +0300 Timo Sirainen director: Execute director_flush_socket only from one director.
Tue, 25 Oct 2016 00:32:59 +0300 Timo Sirainen director: Improve debug logging output.
Tue, 25 Oct 2016 00:25:38 +0300 Timo Sirainen director: Fix user move hangs when another move is triggered early.
Tue, 25 Oct 2016 00:22:20 +0300 Timo Sirainen director: Prevent race conditions by adding USER_KILL_STATE_FLUSHING
Tue, 25 Oct 2016 00:13:23 +0300 Timo Sirainen director: If user host conflict is detected, make sure new host is sent back.
Mon, 24 Oct 2016 22:42:43 +0300 Timo Sirainen doveadm director flush: Added --max-parallel parameter.
Mon, 24 Oct 2016 22:41:25 +0300 Timo Sirainen director: HOST-RESET-USERS moves users more slowly now.
Tue, 25 Oct 2016 00:11:50 +0300 Timo Sirainen director: If user move times out, log the state it was in at the time.
Mon, 24 Oct 2016 22:39:56 +0300 Timo Sirainen director: Log user's kill_state with a human-readable string.
Mon, 24 Oct 2016 22:27:30 +0300 Timo Sirainen doveadm director: Invalid parameters cause doveadm to fail silently.
Mon, 24 Oct 2016 22:22:28 +0300 Timo Sirainen director: Fix sending up/down state in handshakes.
Mon, 24 Oct 2016 21:58:03 +0300 Timo Sirainen director: If SYNCs are received during handshake, send them later.
Mon, 24 Oct 2016 20:21:36 +0300 Timo Sirainen director: Code cleanup - Give tab-unescaped args to all doveadm command handlers.
Mon, 24 Oct 2016 20:20:09 +0300 Timo Sirainen director: USER-MOVE didn't handle non-hash username correctly.
Mon, 24 Oct 2016 20:16:57 +0300 Timo Sirainen director: Make sure IP address parsing works in DIRECTOR-ADD/REMOVE
Mon, 24 Oct 2016 20:08:54 +0300 Timo Sirainen director: Code cleanup - moved command handling to its own function.
Mon, 24 Oct 2016 20:07:26 +0300 Timo Sirainen director: Show in process title how many users are being moved.
Mon, 24 Oct 2016 20:00:40 +0300 Timo Sirainen director: Code cleanup - Finish user move always in the same function.
Mon, 24 Oct 2016 19:59:54 +0300 Timo Sirainen director: Call state_change_callback on user move timeout.
Fri, 21 Oct 2016 12:50:56 +0300 Timo Sirainen director: Code cleanup - allow commands handlers to stop processing input
Tue, 25 Oct 2016 13:27:29 +0300 Aki Tuomi lib-mail: Add tests for dec/hexdec encoded entities
Tue, 25 Oct 2016 12:48:23 +0300 Aki Tuomi lib-mail: Support decimal/hexadecimal encoded entities
Tue, 25 Oct 2016 10:29:50 +0300 Aki Tuomi imap-login: Skip NIL value in ID handler
Mon, 24 Oct 2016 18:52:24 +0300 Timo Sirainen lib-compression: Added unit tests for reading .gz files
Mon, 24 Oct 2016 18:31:53 +0300 Timo Sirainen lib-compression: Added file uncompression support for test-compression
Mon, 24 Oct 2016 18:29:06 +0300 Timo Sirainen lib-compress: Don't assume too early that gz file continues after a trailer.