| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
We need to wrap the error class in a cool exception class. But for
now, this will do to get simple error messages
|
|
|
|
|
|
|
|
|
|
- /disconnect is now called
- A new state is added (DISCONNECTING) that waits for the disconnect to complete
- A helper function is exposed (InFSMState) that can be used by clients to see in which state they are in
|
|
|
|
|
|
|
|
|
|
Let clients serialize data to a file themselves
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Uses OrgID for Secure Internet and gets the data from discovery
- Uses URL for Institute/Custom and gets the data from discovery
- Implements SKIP WAYF as we now have the needed data
- Implements an initial change location with a default location (NL right now)
|
|
|
|
Also adds a helper to call Go functions with the proper encoding from
Python :^)
|
|
... to register all class methods with the right decorator to be
registered as a callback
|
|
|
|
e.g. the uuid of the connection in case of NetworkManager on Linux
|
|
|
|
|
|
Also add a force tcp flag
|
|
|
|
|