log src/director/user-directory.h @ 22673:867c3905ac0b

age author description
Sun, 26 Nov 2017 01:19:35 +0200 Timo Sirainen director: Avoid USER loops when ring latency is over 1 second
Tue, 01 Nov 2016 14:36:19 +0200 Aki Tuomi director: Code cleanup - typedef user_free_hook
Thu, 20 Oct 2016 20:31:33 +0300 Timo Sirainen director: Code cleanup - moved username_hash generation to director.h
Mon, 17 Oct 2016 01:07:50 +0300 Timo Sirainen director: Moved all user killing state to struct director_kill_context
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 00:48:08 +0300 Timo Sirainen director: Execute director_flush_socket only from one director.
Tue, 25 Oct 2016 00:22:20 +0300 Timo Sirainen director: Prevent race conditions by adding USER_KILL_STATE_FLUSHING
Mon, 24 Oct 2016 22:41:25 +0300 Timo Sirainen director: HOST-RESET-USERS moves users more slowly now.
Mon, 24 Oct 2016 22:39:56 +0300 Timo Sirainen director: Log user's kill_state with a human-readable string.
Fri, 15 May 2015 16:44:45 +0300 Timo Sirainen director: Moving a user to another host sometimes caused the move to fail.
Wed, 13 May 2015 04:11:34 +0300 Timo Sirainen director: Include useful statistics in process title.
Mon, 29 Jul 2013 22:49:17 +0300 Timo Sirainen director: Update existing users' timestamps during handshake.
Fri, 20 Apr 2012 11:22:26 +0300 Timo Sirainen director: Removed special (time_t)-1 code, it's not actually needed.
Thu, 19 Apr 2012 21:51:48 +0300 Timo Sirainen director: Optimized adding users to linked list during handshake.
Thu, 08 Mar 2012 16:03:45 +0200 Timo Sirainen director: Avoid user getting redirected to different servers near its expiration.
Mon, 05 Mar 2012 17:28:06 +0200 Timo Sirainen Added director_username_hash setting to specify what part of the username is hashed.
Mon, 23 May 2011 14:54:02 +0300 Timo Sirainen director: Added support for moving user to another server with "doveadm director move".
Wed, 19 May 2010 09:56:49 +0200 Timo Sirainen Added initial implementation of a director process (for NFS users). HEAD