| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
With a manager that locks and copies such that no race conditions happen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Otherwise we go to the main state after auth is done and the server is
not yet added
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To be used for autoconnect on startup. If autoconnect on startup set
to true
This ignores any callbacks that require user input (profile,
authorization & location callbacks)
|
|
|
|
|
|
This is not correct, we already do chosen server in the callback function
|
|
Fixes #22
|
|
|
|
|