| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This has the ability so that we can easily get the same cookie back in
the client package by creating the one from the context
|
|
|
|
First argument is the server id and type instead of a single argument
with JSON
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
Also make sure GotConfig can be used to go back to
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|