76b0d7cf25
Drop a connection, if the NOOP to keep a connection open fails due to broken connections. Note that I believe this function is not working as intended. We grab one random connection and send a NOOP. This is not enough to keep all connections open, and if we invoke this function multiple times, we might well always get the same connection to send a NOOP through. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
38 lines
961 B
ReStructuredText
38 lines
961 B
ReStructuredText
=========
|
|
ChangeLog
|
|
=========
|
|
|
|
Users should ignore this content: **it is draft**.
|
|
|
|
Contributors should add entries here in the following section, on top of the
|
|
others.
|
|
|
|
`WIP (coming releases)`
|
|
=======================
|
|
|
|
New Features
|
|
------------
|
|
|
|
* add a --info command line switch that outputs useful information about
|
|
the server and the configuration for all enabled accounts.
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Indicate progress when copying many messages (slightly change log format)
|
|
|
|
* Output how long an account sync took (min:sec).
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* Syncing multiple accounts in single-threaded mode would fail as we try
|
|
to "register" a thread as belonging to two accounts which was
|
|
fatal. Make it non-fatal (it can be legitimate).
|
|
|
|
* New folders on the remote would be skipped on the very sync run they
|
|
are created and only by synced in subsequent runs. Fixed.
|
|
|
|
* Make NOOPs to keep a server connection open more resistant against dropped
|
|
connections.
|