summaryrefslogtreecommitdiff
path: root/internal/api/profiles
AgeCommit message (Collapse)Author
2024-02-19API: Switch back to wireguard+tcp instead of wireguard+proxyjwijenbergh
2024-02-19API Profiles: Check for wireguard+proxy in VPNTransportListjwijenbergh
2024-02-19All: Document everything to pass revive lintjwijenbergh
2024-02-19Format: Run gofumptjwijenbergh
2024-02-19API + Server: Support vpn_proto_transport_listjwijenbergh
2024-02-19Server: Refactor internal server package to use new state filejwijenbergh
This completely rewrites the internal server package. Some advantages: - Caches less - Uses a callback interface so that the client package does not get so convoluted - Introduce a new API package that only deals with the server API and uses github.com/jwijenbergh/eduoauth-go