| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
useful for the android app
|
|
wireguard+proxy profile and ProxyEndpoint instead of TCPEndpoint as
proxyguard now uses HTTP for the initial packet
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise breaks servers that only have wireguard support and we pass
prefer tcp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Needed to replace TCP endpoint and for adding the private key
|
|
|
|
if the argument is nil, a fresh one is automatically created
|
|
|
|
|
|
|
|
|
|
|
|
expires_in was confusing
|
|
|
|
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
|
|
This completely rewrites the internal server package. Some advantages:
- Caches less
- Uses a callback interface so that the client package does not get so
convoluted
- Introduce a new API package that only deals with the server API and
uses github.com/jwijenbergh/eduoauth-go
|
|
Caches less. Also convert the V1 state file
|