Age | Commit message (Collapse) | Author |
|
Add serialize/deserialize to dict helper.
|
|
|
|
|
|
- Unify location for log format.
|
|
|
|
This will skip:
* srp authentication with server
* remote soledad configuration
* keymanager sending key to server
* imap fetches.
Its main goal is to help us while debugging imap accounts, by cutting
almost all communication with server.
It will break havoc if you use it without having local keys configured.
So, basically, use with care.
|
|
The aim is to have better logs for debugging the different problems
behind issues like #3619 and #3867.
As I'm finding a good quantity of SSL handshake timeouts, I'm also
adding a litte retry subroutine to the load_and_sync.
Also, initialization and sync calls are separeted to be able to
correlate logs with server-side soledad.
|
|
|
|
|
|
|
|
|
|
|