| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Too complicated to be in the core codebase and I only sometimes need it to view the updated figure. Create a CLI tool some time later
|
|
|
|
|
|
|
|
This patch implements search by adding a second argument to
DiscoOrganizations and DiscoServers. A search string of = "" returns
everything. This also makes the subset that is returned to the client
even fewer, no keywords.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And rename the callback to be closer to what it does
|
|
|
|
|
|
|
|
|
|
- Add a ClientProxyReady callback
- do a DNS request for the IPs
|
|
|
|
|
|
useful for the android app
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|