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
/
state.go
Age
Commit message (
Expand
)
Author
2022-04-22
Refactor: Restructure project
jwijenbergh
2022-04-22
Servers: Add initial support for multiple using a map
jwijenbergh
2022-04-22
FSM: Make data for transitions optional
jwijenbergh
2022-04-21
Discovery: Rollback preventions and hourly updates for servers
jwijenbergh
2022-04-20
State: Check if we are Deregistered before initializing FSM
jwijenbergh
2022-04-20
State: Always allow Deregister
jwijenbergh
2022-04-20
Refactor: Eliminate most uses of pointers in structs
jwijenbergh
2022-04-20
Profiles: Implement SetProfileID instead of getting generic data
jwijenbergh
2022-04-20
FSM: More states and fix graph order
jwijenbergh
2022-04-19
Profiles: Implement basic functionality for sending a profile_id
Jeroen Wijenbergh
2022-04-19
Config: Only write on deregister
Jeroen Wijenbergh
2022-04-19
OAuth improvements: Also ensure tokens based on config state
Jeroen Wijenbergh
2022-04-14
Simplify FSM by removing hierarchy
jwijenbergh
2022-04-05
Add debug variable to save a live fsm graph
jwijenbergh
2022-03-31
Initial approach to creating a fsm with states and substates
jwijenbergh
2022-03-29
State: Add a deregister method for cleanup
jwijenbergh
2022-03-29
Logging: Add more logging statements
jwijenbergh
2022-03-29
Debugging: Implement a basic level-based file logger
jwijenbergh
2022-03-28
OAuth: Token refresh changes and tests
Jeroen Wijenbergh
2022-03-25
Run callback in a goroutine for oauth initialized
jwijenbergh
2022-03-23
Add getting profiles and add openvpn config support
jwijenbergh
2022-03-23
Add wrapping functionality for getting a wireguard config
jwijenbergh
2022-03-23
Python: Implement state callbacks using decorators
jwijenbergh
2022-03-22
Save a local copy of the disco list
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
Add callback state change and simplify wrappers
jwijenbergh
2022-04-05
OAuth: Begin implementation without OAuth2 lib
Jeroen Wijenbergh
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