| Age | Commit message (Collapse) | Author |
|
|
|
- MacOS needing a backup file, pass "" for nothing
- Python version is now in wrappers/python/pyproject.toml instead of wrappers/python/setup.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clients like Android currently do not cleanup ProxyGuard, whilst they
should, it makes sense to just cancel it for them. Cleanup should be
called if possible by the client anyways.
|
|
|
|
|
|
|
|
Useful when cancelling OAuth when on the connection screen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise we go to the main state after auth is done and the server is
not yet added
|
|
|
|
|
|
|
|
|
|
|
|
Gives a syntax error on some Python versions, Python bug?! https://bugs.python.org/issue34939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|