| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
- We should never panic now because there is no way to set an extra
key for testing
- This was not used anyways in the Go code, and we should never expose
an insecure function to wrappers
|
|
- For this an `internal/types` package is created with a custom error type
- This custom error type can give back the cause and traceback of an error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So that it also matches the url in the map
|
|
|
|
Also add a force tcp flag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|