| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-22 | Rename Module | herkulessi | |
| 2025-05-26 | Types Server: Clarify ShouldFailover boolean | Jeroen Wijenbergh | |
| 2025-05-06 | All: Remove ProxyGuard integration | Jeroen Wijenbergh | |
| This should be done in WireGuard-go or in case of a linux a small daemon | |||
| 2025-05-06 | All: Run modernize --test --fix | Jeroen Wijenbergh | |
| 2024-12-09 | Profile: Implement priority | jwijenbergh | |
| 2024-11-21 | Replace all links from GitHub to Codeberg | jwijenbergh | |
| 2024-10-29 | All: Refactor to latest ProxyGuard | jwijenbergh | |
| 2024-03-12 | Profiles + Server: Also expose default gateway settings in profile | jwijenbergh | |
| 2024-02-23 | Types Server: Fix Proxy peer doc | jwijenbergh | |
| 2024-02-19 | All: Document everything to pass revive lint | jwijenbergh | |
| 2024-02-19 | Types Server: Format | jwijenbergh | |
| 2024-02-19 | Types server: Document proxy arguments | jwijenbergh | |
| 2024-02-19 | Format: Run gofumpt | jwijenbergh | |
| 2024-02-19 | API + Server: Support vpn_proto_transport_list | jwijenbergh | |
| 2024-02-19 | WireGuard: TCP support using proxyguard | jwijenbergh | |
| 2024-02-19 | Types Server: Explain when the profile map can be empty | jwijenbergh | |
| 2024-02-19 | Types Server: omitempty for support contacts and locations | jwijenbergh | |
| 2024-02-19 | Configuration: Expose dns_search_domains | jwijenbergh | |
| 2024-02-19 | Server Tokens: Rename `expires_in` to `expires_at` | jwijenbergh | |
| expires_in was confusing | |||
| 2024-02-19 | Types Server: Remove protocols from profile | jwijenbergh | |
| 2023-09-25 | Client + Types: Expose support contact | jwijenbergh | |
| 2023-09-25 | Server: Support unmarshalling server as a string | jwijenbergh | |
| This is for V1 configs | |||
| 2023-09-25 | All: Implement a token handler | jwijenbergh | |
| This implements a token handler for OAuth tokens. Clients can use the SetTokenHandler function in exports to set a token handler. It needs two arguments, a getter and a setter. The getter is a callback with three arguments: - The server to get the tokens for, in types.server.current as JSON - The output buffer - The output buffer maximum length The tokens should be written to the output buffer with maximum length. The type should be types.server.Tokens and be marshalled as JSON. If no tokens are available, leave the output buffer intact The token setter is a callback with two arguments: - The server for which to set the tokens for, in types.server.Current as JSON - The tokens, defined in types.server.Tokens as JSON Breaking changes: - No more tokens as arguments, was already deprecated in previous commits - Tokens are no longer returned in types.server.Configuration | |||
| 2023-09-25 | Types Server: Implement required ask transition needed for client | jwijenbergh | |
| 2023-09-25 | Types Server: Pass locations to secure internet | jwijenbergh | |
| 2023-09-25 | Exports + Client: Refactor registering a client | jwijenbergh | |
| - Make sure the global exports state is only set on successful creating - Only call discovery when adding a server to ensure we get the most up to date args. Creating a client should have no network calls. Fixes #12 - Split creating a client in New and Register in the GO api | |||
| 2023-09-25 | Docs + Types server: Add comments about script-security | jwijenbergh | |
| 2023-09-25 | Types: Add comments describing the fields, types, packages and functions | jwijenbergh | |
| 2023-09-25 | Types Server: Remove identifier from profile | jwijenbergh | |
| It is already contained in the profiles map as the key | |||
| 2023-09-25 | Types: Split server into subpackage | jwijenbergh | |
