| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-19 | Proxyguard: Support a FD callback | jwijenbergh | |
| useful for the android app | |||
| 2024-02-19 | All: Document everything to pass revive lint | jwijenbergh | |
| 2024-02-19 | Client: Ensure we are in GettingConfig | jwijenbergh | |
| 2024-02-19 | Client: Refactor to newest internal API | jwijenbergh | |
| 2024-02-19 | Client redirect: Formatting changes | jwijenbergh | |
| 2024-02-19 | Client: Split client id and discovery functions | jwijenbergh | |
| 2024-02-19 | Client FSM + Python: Begin implementing a new state machine | jwijenbergh | |
| 2023-10-26 | Client: Support govVPN client IDs | jwijenbergh | |
| 2023-09-29 | Client: Simplify mobile redirect logic to separate file | jwijenbergh | |
| 2023-09-29 | Client + Server + OAuth: Support mobile redirects | jwijenbergh | |
| 2023-09-25 | Client: Update translations from Weblate | jwijenbergh | |
| 2023-09-25 | Client + Locales: Update cleanup+renew canceled erorr message | jwijenbergh | |
| 2023-09-25 | Client: Update translations from Weblate | jwijenbergh | |
| 2023-09-25 | Client: Update translations from Weblate | jwijenbergh | |
| 2023-09-25 | Client: Refresh server endpoints on renew and cleanup | jwijenbergh | |
| 2023-09-25 | Server: Have separate implementations for refreshing endpoints | jwijenbergh | |
| 2023-09-25 | Client: Update translations from Weblate | jwijenbergh | |
| 2023-09-25 | Client + l18n: Make some errors internal only | jwijenbergh | |
| 2023-09-25 | Client: Update translations from Weblate | jwijenbergh | |
| 2023-09-25 | Locales: Add a script to sync translations and use it | jwijenbergh | |
| 2023-09-25 | Client: Update translations from Weblate | jwijenbergh | |
| 2023-09-25 | Client + Exports + Python: Add a startup boolean to getconfig | jwijenbergh | |
| To be used for autoconnect on startup. If autoconnect on startup set to true This ignores any callbacks that require user input (profile, authorization & location callbacks) | |||
| 2023-09-25 | Client: Be less strict on chosen server transition | jwijenbergh | |
| 2023-09-25 | Client: Return immediately on profile validity check error | jwijenbergh | |
| 2023-09-25 | Client FSM: Allow self-transition to No Server | jwijenbergh | |
| 2023-09-25 | Client Test: Only use temporary directories | jwijenbergh | |
| So that we do not clutter the filesystem without cleanup | |||
| 2023-09-25 | Client FSM: Add loading server to authorized | jwijenbergh | |
| 2023-09-25 | Client: Remove bogus chosen server transition for renew | jwijenbergh | |
| This is not correct, we already do chosen server in the callback function | |||
| 2023-09-25 | Client: Added Slovenian localization from Weblate | jwijenbergh | |
| Thanks: @rozmansi | |||
| 2023-09-25 | Client: Save internal state regularly | jwijenbergh | |
| Fixes #22 | |||
| 2023-09-25 | Client i18n: Add Slovenia | jwijenbergh | |
| 2023-09-25 | Client Test: Remove OAuth parameter tests | jwijenbergh | |
| These are in the wrong place. Also they're now broken with the i18n custom error types. They should be implemented in the OAuth part of the code. This will be done in the separate OAuth repository that I am now building | |||
| 2023-09-25 | Initial i18n implementation | jwijenbergh | |
| 2023-09-25 | Client: Call Deregistered transition on Deregister() | jwijenbergh | |
| 2023-09-25 | Client FSM: Allow client to ask location in NoServer | jwijenbergh | |
| 2023-09-25 | Client: Use a mutex for state transitions | jwijenbergh | |
| 2023-09-25 | Client FSM: Add extra optional states about VPN connectivity | jwijenbergh | |
| 2023-09-25 | Client + FSM: Check transitions and add SetState | jwijenbergh | |
| Also make sure GotConfig can be used to go back to | |||
| 2023-09-25 | Client: Disable identifier conversion for secure internet | jwijenbergh | |
| 2023-09-25 | Client + OAuth + Server: Initialize the OAuth clientID on add | jwijenbergh | |
| 2023-09-25 | Client + Types: Expose support contact | jwijenbergh | |
| 2023-09-25 | Client: Remove Got Config state check for current server | jwijenbergh | |
| 2023-09-25 | Client: Do not defer NoServer transition when noninteractive | jwijenbergh | |
| 2023-09-25 | Client: Relax state requirements for No Server on add | jwijenbergh | |
| 2023-09-25 | Client: Fix institute servers map typo | jwijenbergh | |
| 2023-09-25 | Client: Return on refresh endpoints context error | jwijenbergh | |
| 2023-09-25 | Client: Re-create failover object on new call | jwijenbergh | |
| This additional bookkeeping is not needed now because we have contexts | |||
| 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 | Refactor: Move client implementation to one file | jwijenbergh | |
| Much easier to oversee and it forces me to keep the client type as small as possible. This also uses the cookie for cancellation We also no longer require tokens inside arguments. We will later implement them with callbacks | |||
| 2023-09-25 | Client: Improve Let's Connect! not supported errors | jwijenbergh | |
