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
/
cli
Age
Commit message (
Expand
)
Author
2022-04-22
Refactor: Restructure project
jwijenbergh
2022-04-22
CLI: Tidy dependencies
jwijenbergh
2022-04-22
CLI: Deregister to save configuration
jwijenbergh
2022-04-14
Simplify FSM by removing hierarchy
jwijenbergh
2022-04-05
Remove duplicate graph writing code
jwijenbergh
2022-04-05
Add debug variable to save a live fsm graph
jwijenbergh
2022-04-04
Add graph visualisation tool to the cli
jwijenbergh
2022-03-31
Initial approach to creating a fsm with states and substates
jwijenbergh
2022-03-23
Run gofumpt
jwijenbergh
2022-03-23
Return headers in HTTP for wireguard expiry
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
OAuth: Make sure the tokens are not expired
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
Begin exporting by wrapping state in a singleton
Jeroen Wijenbergh
2022-04-05
Refactor: Simplify API by using a state as context
Jeroen Wijenbergh
2022-04-05
Add a cli that returns the authenticated /info
Jeroen Wijenbergh