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-09-25
Exports: Remove token updater
jwijenbergh
2023-09-25
Exports: Implement newest API using cookie handlers
jwijenbergh
2023-09-25
Exports + Client: Refactor registering a client
jwijenbergh
2023-09-25
Exports + Client Register: Make sure to only update state if no err
jwijenbergh
2023-09-25
Exports: Return nil on nil error
jwijenbergh
2023-09-25
Exports + Python: Compare booleans with != 0 instead of == 1
jwijenbergh
2023-09-25
Exports + Python + Server: Remove ShouldRenewButton
jwijenbergh
2023-09-25
Tests: Pass for V2 API
jwijenbergh
2023-09-25
Exports + Python: Use an enum for server type
jwijenbergh
2023-09-25
Types: Split server into subpackage
jwijenbergh
2023-09-25
Exports: Implement initial V2 API
jwijenbergh
2023-04-18
Exports: Do not crash on invalid wrapped errors
jwijenbergh
2023-04-18
Client + Server: Implement a token updater callback
jwijenbergh
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
[prev]
[next]