| 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
|
|
|
|
|
|
|
|
|
|
|
|
Using name variable would result in using libeduvpn-common postfix
instead of eduvpn-common
|
|
|
|
|
|
This is useful for servers which have a custom expiry < 30 minutes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The reason behind this is that we then do not have to pass a lot to
each function. Logging inside internal packages is less useful as we
want to let them return errors and only log in the 'public' facing API
or let the client decide
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Let clients serialize data to a file themselves
|
|
|
|
|
|
|
|
|
|
|