log src/director/doveadm-connection.c @ 22536:5f09f6aa089b

age author description
Mon, 14 Aug 2017 10:29:47 +0300 Timo Sirainen director: doveadm HOST-* commands now wait for ring sync before returning OK
Mon, 14 Aug 2017 10:06:34 +0300 Timo Sirainen director: Cleanup - Doveadm commands now return enum doveadm_director_cmd_ret
Mon, 14 Aug 2017 10:01:01 +0300 Timo Sirainen director: Cleanup - Move all doveadm commands into an array.
Wed, 20 Sep 2017 01:47:38 +0300 Timo Sirainen director: Fix flush to kick the user also when all backends are down
Tue, 22 Aug 2017 16:32:32 +0300 Timo Sirainen director: Fix crash when flush is run and all backends are down.
Thu, 30 Mar 2017 15:53:59 +0300 Martti Rannanjärvi director: Log vhost count changes and HOST-UP/DOWN
Mon, 23 Jan 2017 18:02:05 +0200 Timo Sirainen director: "doveadm director move" to same host now refreshes user's timeout
Fri, 20 Jan 2017 16:03:12 +0200 Timo Sirainen director: Ignore doveadm user move if host is already the same.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Thu, 15 Dec 2016 19:02:56 +0200 Timo Sirainen director: doveadm command handling was missing USER-KICK-ALT
Thu, 20 Oct 2016 19:06:22 +0300 Aki Tuomi director: Keep per-tag directory
Thu, 20 Oct 2016 20:31:33 +0300 Timo Sirainen director: Code cleanup - moved username_hash generation to director.h
Thu, 20 Oct 2016 19:38:28 +0300 Timo Sirainen director: Code cleanup - added user director_iterate_users_*() wrappers.
Thu, 20 Oct 2016 19:17:11 +0300 Timo Sirainen director: Code cleanup - use temporary users variables
Thu, 20 Oct 2016 16:46:31 +0300 Timo Sirainen director: Code cleanup - added USER_IS_BEING_KILLED() macro
Tue, 25 Oct 2016 21:20:54 +0300 Timo Sirainen director: Fix HOST-RESET-USERS with host parameter.
Mon, 24 Oct 2016 22:41:25 +0300 Timo Sirainen director: HOST-RESET-USERS moves users more slowly now.
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.
Fri, 21 Oct 2016 12:50:56 +0300 Timo Sirainen director: Code cleanup - allow commands handlers to stop processing input
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 09 Dec 2015 13:02:46 +0200 Timo Sirainen director: If doveadm attempts to change tag for an existing host, return error.
Mon, 30 Nov 2015 21:32:26 +0200 Timo Sirainen director: Fixed "doveadm director status user@domain" not to hang due to missing LF.
Mon, 23 Nov 2015 19:41:38 +0200 Timo Sirainen director: Code cleanup - access host->tag via mail_host_get_tag()
Mon, 23 Nov 2015 19:38:31 +0200 Timo Sirainen director: Code cleanup - make most mail_host_*() list parameters unnecessary.
Sat, 10 Oct 2015 18:32:56 +0300 Timo Sirainen director: Don't allow doveadm to update backend's state if the state is already being changed.
Thu, 03 Sep 2015 16:04:26 +0300 Timo Sirainen doveadm director update command added.
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Mon, 18 May 2015 07:49:15 -0400 Timo Sirainen director: Added "up" vs "down" states and doveadm director up/down commands.
Fri, 15 May 2015 16:45:14 +0300 Timo Sirainen director: Added HOST-RESET-USERS command to move users to their hash-assigned hosts.
Thu, 07 May 2015 18:04:33 +0300 Timo Sirainen director: Fixed "doveadm director status <user>" lookup to return "Current" correctly.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Wed, 12 Nov 2014 06:58:37 +0200 Timo Sirainen director: Added support for backend cluster "tags".
Wed, 12 Nov 2014 03:29:04 +0200 Timo Sirainen director: Added director_consistent_hashing setting.
Wed, 12 Nov 2014 01:51:29 +0200 Timo Sirainen doveadm director ring status shows now more information
Mon, 18 Aug 2014 22:39:56 +0200 Timo Sirainen director: Log a warning when using "director host flush" for all hosts.
Mon, 02 Jun 2014 04:00:19 +0300 Timo Sirainen doveadm director kick command added.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sun, 24 Feb 2013 09:16:31 +0200 Timo Sirainen Replaced all -1U and (unsigned int)-1 with UINT_MAX.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Mon, 25 Jun 2012 00:01:59 +0300 Timo Sirainen Added o_stream_nsend*() and related functions to make delayed error handling safer.
Sat, 19 May 2012 21:18:04 +0300 Timo Sirainen director: Implemented ability to remove directors from a running ring.
Thu, 19 Apr 2012 23:06:55 +0300 Timo Sirainen Use t_strsplit_tab() wherever possible
Mon, 09 Apr 2012 08:17:52 +0300 Timo Sirainen director: Don't communicate with directors that recently sent invalid input.
Mon, 05 Mar 2012 17:28:06 +0200 Timo Sirainen Added director_username_hash setting to specify what part of the username is hashed.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Mon, 29 Aug 2011 06:18:16 +0300 Timo Sirainen director: Updated DIRECTOR-LIST doveadm command.
Mon, 23 May 2011 14:54:02 +0300 Timo Sirainen director: Added support for moving user to another server with "doveadm director move".
Tue, 03 May 2011 18:41:10 +0200 Timo Sirainen doveadm: Added "director dump" command.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 23 Jul 2010 18:05:26 +0100 Timo Sirainen director: If doveadm connection disconnects before handshake, don't loop forever.
Thu, 15 Jul 2010 15:28:32 +0100 Timo Sirainen doveadm: Added "director map" command to list user -> host mappings.
Thu, 24 Jun 2010 20:29:27 +0100 Timo Sirainen director: Lots of fixes. It should be pretty stable now. HEAD
Fri, 18 Jun 2010 19:21:50 +0100 Timo Sirainen director: A lot of fixes. HEAD
Wed, 02 Jun 2010 18:27:08 +0100 Timo Sirainen Added version_string_verify() and removed code duplication with it. HEAD