log src/director/director-connection.c @ 14431:084064444f89

age author description
Mon, 09 Apr 2012 07:52:25 +0300 Timo Sirainen director: Don't try to send the new SYNC parameter to old director versions.
Tue, 03 Apr 2012 05:58:29 +0300 Timo Sirainen director: Redesigned connection handling and error handling.
Tue, 03 Apr 2012 00:50:12 +0300 Timo Sirainen director: Handle all commands during handshake.
Tue, 03 Apr 2012 00:23:02 +0300 Timo Sirainen director: Improved error logging for handling invalid commands/parameters.
Mon, 02 Apr 2012 23:39:48 +0300 Timo Sirainen director: List of director connections belongs to struct director.
Mon, 02 Apr 2012 23:28:22 +0300 Timo Sirainen director: Changes to PING handling.
Thu, 08 Mar 2012 16:03:45 +0200 Timo Sirainen director: Avoid user getting redirected to different servers near its expiration.
Wed, 07 Mar 2012 20:16:33 +0200 Timo Sirainen director: Keep track of the highest supported protocol version in the ring.
Wed, 07 Mar 2012 16:32:14 +0200 Timo Sirainen director: Add more info to "User hash .. is being redirected to two hosts" error.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Tue, 17 Jan 2012 22:54:11 +0200 Timo Sirainen director: Added timeout to syncing to make sure we don't hang if it somehow gets lost.
Tue, 17 Jan 2012 22:21:57 +0200 Timo Sirainen director: Make sure ring syncing doesn't get lost when directors get disconnected.
Tue, 10 Jan 2012 21:37:54 +0200 Timo Sirainen director: If request is timed out, log an error.
Fri, 03 Jun 2011 15:49:30 +0300 Timo Sirainen Compiler warning fix.
Mon, 23 May 2011 14:54:02 +0300 Timo Sirainen director: Added support for moving user to another server with "doveadm director move".
Fri, 08 Apr 2011 19:36:51 +0300 Timo Sirainen director: Improved debug/error logging.
Fri, 08 Apr 2011 19:35:27 +0300 Timo Sirainen director: Reset hosts' last_failed timestamps when they're suspected to be working again.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Thu, 30 Sep 2010 15:33:56 +0100 Timo Sirainen director: Properly detect invalid command parameters in director<->director connections.
Thu, 02 Sep 2010 15:35:21 +0100 Timo Sirainen director: If outgoing connection dies soon, mark the host as failed to avoid immediate reconnect.
Wed, 14 Jul 2010 14:51:41 +0100 Timo Sirainen director: Fixed handling HOST-FLUSH commands.
Thu, 08 Jul 2010 14:59:51 +0100 Timo Sirainen director: Avoid "Received SYNC while already synced" error. HEAD
Thu, 08 Jul 2010 13:58:35 +0100 Timo Sirainen director: Make sure all director connections are deinitialized at exit. HEAD
Thu, 24 Jun 2010 20:29:27 +0100 Timo Sirainen director: Lots of fixes. It should be pretty stable now. HEAD
Mon, 21 Jun 2010 16:57:28 +0100 Timo Sirainen director: Don't send expired user records to remote servers. HEAD
Fri, 18 Jun 2010 20:00:24 +0100 Timo Sirainen director: Send PINGs every 15 seconds for idling director connections. HEAD
Fri, 18 Jun 2010 19:21:50 +0100 Timo Sirainen director: A lot of fixes. HEAD
Fri, 18 Jun 2010 16:37:09 +0100 Timo Sirainen director: If same user gets redirected to two hosts, don't crash later. HEAD
Fri, 18 Jun 2010 16:28:36 +0100 Timo Sirainen director: Debug message improvements. HEAD
Thu, 17 Jun 2010 19:18:34 +0100 Timo Sirainen director: Added initial testing framework and some debugging output. HEAD
Thu, 17 Jun 2010 19:16:09 +0100 Timo Sirainen director: Handle CONNECT commands (properly). HEAD
Thu, 17 Jun 2010 16:59:52 +0100 Timo Sirainen director: Outgoing director connections shouldn't be counted as master clients. HEAD
Tue, 25 May 2010 21:03:29 +0100 Timo Sirainen director: Update connection count when client disconnects. HEAD
Thu, 20 May 2010 13:35:38 +0200 Timo Sirainen Added doveadm director flush command for dropping user associations from memory. HEAD
Thu, 20 May 2010 12:23:55 +0200 Timo Sirainen director: Code cleanup - keep mail hosts in a struct rather than in static variables. HEAD
Thu, 20 May 2010 10:43:47 +0200 Timo Sirainen director: Preserve old mail server state when a new director connects to ring. HEAD
Thu, 20 May 2010 10:43:19 +0200 Timo Sirainen director: Fixes to connecting to remote director. HEAD
Wed, 19 May 2010 18:49:25 +0200 Timo Sirainen director: If we logged that we're delaying connections, also log when we continue. HEAD
Wed, 19 May 2010 17:07:46 +0200 Timo Sirainen Compiler warning fixes. HEAD
Wed, 19 May 2010 13:08:33 +0200 Timo Sirainen director: If connecting to director fails, try connecting to next one. HEAD
Wed, 19 May 2010 09:56:49 +0200 Timo Sirainen Added initial implementation of a director process (for NFS users). HEAD