Age | Commit message (Collapse) | Author |
|
|
|
into develop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will be used to properly obtain the private key that now is a
property. It will also be needed for the imap authentication.
|
|
|
|
|
|
|
|
|
|
- E128: continuation line under-indented for visual indent.
- Don't use identity operator to compare boolean.
|
|
[Related to bug #4330]
|
|
develop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reacts to tls-restart, ping-restart and network unreachable.
|
|
|
|
|
|
Also adds an explicit should_autostart flag in config.
|
|
|
|
|
|
|
|
|
|
|
|
To help diagnose this problem. I think we might prefer to leave this
on hold until we merge the new gnupg module.
|
|
|
|
into develop
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Also, move module to a more logical placement, since provier
boostrapping is not dependent on eip service.
|
|
This is done in order to make them similar and them merge as much as
code as possible.
|
|
We need to check if the path *after* the prefix is correct, assuming
that the prefix methods works fine.
|