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
/
exports
/
exports.go
Age
Commit message (
Expand
)
Author
2023-03-01
Client + Exports + HTTP: Set a user-agent using the client's version
jwijenbergh
2023-02-28
Refactor: Remove error level
jwijenbergh
2023-01-13
Client + Exports: Separate cleanup from disconnect
jwijenbergh
2023-01-03
Format: Run gofumpt
jwijenbergh
2022-12-21
Client + Exports: Forward tokens for /disconnect
jwijenbergh
2022-12-21
Exports + OAuth + Server: Forward tokens to getting a config
jwijenbergh
2022-12-21
Failover: Initial implementation
jwijenbergh
2022-12-12
Format: Run gofumpt
jwijenbergh
2022-12-12
simplify error handling
Aleksandar Pesic
2022-11-28
Formatting: Run golines
jwijenbergh
2022-11-28
Refactor: Remove most get prefixes for receiver functions
jwijenbergh
2022-11-24
Style: Use stylecheck and fix errors
jwijenbergh
2022-11-23
FSM: Check unhandled transitions
jwijenbergh
2022-10-24
Client + Server + Exports: Implement optional WireGuard support
jwijenbergh
2022-10-18
Client: Move to its own package
jwijenbergh
2022-10-13
Format: Run gofumpt
jwijenbergh
2022-10-11
Client: Refactor out adding a Server from getting a config
jwijenbergh
2022-10-06
Client + Python: Pass language to Register
jwijenbergh
2022-10-04
State: Rename to client to avoid confusion with the FSM
jwijenbergh
2022-10-04
Refactor: Renmae force TCP to prefer TCP
jwijenbergh
2022-09-26
Refactor: Errors into custom export types and expose types
jwijenbergh
2022-09-20
Module: Move to eduvpn/eduvpn-common
jwijenbergh
2022-09-20
Golang-ci-lint: Fixes
jwijenbergh
2022-09-19
Exports: Simplify building
jwijenbergh
2022-09-16
Discovery: Expose c types
jwijenbergh
2022-09-14
Refactor: Return without json
jwijenbergh
2022-09-12
Types Error: Do not panic on JSON error
jwijenbergh
2022-09-07
Refactor: Define FSM state constants inside the public package
jwijenbergh
2022-08-24
State + Server + Exports: Implement removing a server
jwijenbergh
2022-08-23
Formatting: Run golines
jwijenbergh
2022-08-22
State + Exports: Make cleanup optional when entering disconnect
jwijenbergh
2022-08-19
State + FSM: Properly handle the disconnect flow
jwijenbergh
2022-08-19
Exports: Ensure valid JSON when encountering a marshal error
jwijenbergh
2022-08-16
Refactor: Use an interface for the data in the FSM callback
jwijenbergh
2022-08-15
Refactor: Use constants for state callbacks instead of strings
jwijenbergh
2022-08-10
State + Python: Implement renewing a session
jwijenbergh
2022-07-22
State + Exports: Implement should show renew button boolean
jwijenbergh
2022-07-22
State + FSM + Exports: Implement changing a secure internet location
jwijenbergh
2022-07-18
All: Run Gofumpt formatter
jwijenbergh
2022-07-15
State + Python: Remove Set/Get Identifier
jwijenbergh
2022-07-15
FSM + State + Python: Add a connecting state and improve back transitions
jwijenbergh
2022-07-12
Python + Exports: Implement Go back
jwijenbergh
2022-07-12
Exports + Python: Fix config JSON parsing
jwijenbergh
2022-07-11
Types + Exports: Return JSON and use error level
jwijenbergh
2022-07-11
Exports/State: Return error traceback instead of normal error
jwijenbergh
2022-07-08
Python + Exports: Fix discovery function names
jwijenbergh
2022-07-07
Secure Internet: Implement the Ask Location transition callback
jwijenbergh
2022-07-05
Refactor: Handling of different servers and identifiers
jwijenbergh
2022-06-21
Python/Exports: Separate events and use a map with the name for callbacks
jwijenbergh
2022-06-21
FSM: Add the search server state
jwijenbergh
[next]