index
:
eduvpn-common
main
pages
v1
Fork of codeberg.org/eduVPN/eduvpn-common for <b>reasons</b>
herk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server.go
Age
Commit message (
Expand
)
Author
2022-03-23
Run gofumpt
jwijenbergh
2022-03-23
Add getting profiles and add openvpn config support
jwijenbergh
2022-03-23
Return headers in HTTP for wireguard expiry
jwijenbergh
2022-03-23
Add wrapping functionality for getting a wireguard config
jwijenbergh
2022-03-21
Update python and add basic config support
Jeroen Wijenbergh
2022-09-20
Wireguard: Add basic support
Jeroen Wijenbergh
2022-04-05
Refactor: Structures changed and added Token refresh function
jwijenbergh
2022-04-05
Move HTTP GET/POST methods to its own file
jwijenbergh
2022-04-05
Refactor: Simplify errors for wrapping
jwijenbergh
2022-04-05
Go: Properly expose getting server list
jwijenbergh
2022-04-05
Abstract error handling in python code
jwijenbergh
2022-04-05
Expose list retrieval by returning a JSON string
jwijenbergh
2022-04-05
Abstract error types and remove JSON parsing
jwijenbergh
2022-04-05
Begin exposing functions using a map
jwijenbergh
2022-04-05
Add signature verification to list retrieval
jwijenbergh
2022-04-05
Go: Begin working on abstracting server/organization list
jwijenbergh