summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-31Server: Add script-security 0 to the OpenVPN configjwijenbergh
2023-01-31Client: Check if client ID is validjwijenbergh
2023-01-31Discovery Test: Fix http -> https typojwijenbergh
2023-01-31Util Test: test for HTTPS rewritejwijenbergh
2023-01-31Discovery: Setup a local HTTPS serverjwijenbergh
2023-01-31Client Test: Fix construct URL argumentsjwijenbergh
2023-01-31CLI: Use stderr and open browser properlyjwijenbergh
2023-01-31HTTP + Util: Always set the scheme to HTTPSjwijenbergh
2023-01-13Client + Exports: Separate cleanup from disconnectjwijenbergh
2023-01-13Server API: Set a lower timeout for disconnectjwijenbergh
2023-01-13HTTP: Make the timeout configurable per request using a contextjwijenbergh
2023-01-12HTTP: Set default timeout to 10 secondsjwijenbergh
2023-01-12Failover: Return early by waiting for a single pongjwijenbergh
2023-01-12OAuth: Properly cache the Client IDjwijenbergh
2023-01-10Client + Discovery: Implement further organizations expiryjwijenbergh
2023-01-06Refactor: Re-use a HTTP clientjwijenbergh
2023-01-05Client Test: Fix prefer TCP suffix tests for arbitrary FQDNsjwijenbergh
2023-01-05Client Test: Fix config printjwijenbergh
2023-01-05Logger: Do not interpret error string as format specifier argumentjwijenbergh
2023-01-05CI: Run without dockerjwijenbergh
2023-01-05CI: Support overriding docker-compose with podman-composejwijenbergh
2023-01-05CI: Support Podman as an alternative to Dockerjwijenbergh
2023-01-05HTTP: Set max read limit to 16MBjwijenbergh
2023-01-05Python: Re-implement example and move to a new directoryjwijenbergh
2023-01-04Docs: Update to be closer in line with the latest APIjwijenbergh
2023-01-04OAuth: Add auth url testjwijenbergh
2023-01-04OAuth Test: Include tests for state, challenger and tokensjwijenbergh
2023-01-03Format: Run gofumptjwijenbergh
2023-01-03Discovery Test: Add more utility function testsjwijenbergh
2023-01-03Discovery: Remove server type from getting by country codejwijenbergh
2023-01-02Discovery: Omit type info for global disco URLjwijenbergh
2023-01-02Discovery Test: Ignore linter for serve errorjwijenbergh
2023-01-02Python tests: Use let's connect to disable discovery and warn envjwijenbergh
2023-01-02Discovery: Add simple tests with a file serverjwijenbergh
2023-01-02Discovery: Allow overriding Disco URLjwijenbergh
2023-01-02Exports: Use unsafe.Slice for C slice conversionjwijenbergh
2022-12-21Spec: Indicate prerelease 0.10.2.0jwijenbergh
2022-12-21Version: Bump to 0.2.0jwijenbergh
2022-12-21Go.sum: Run go mod tidyjwijenbergh
2022-12-21Go.mod: Bump to 1.18jwijenbergh
2022-12-21Failover: Pass logger and add debug statementsjwijenbergh
2022-12-21Client + Exports: Forward tokens for /disconnectjwijenbergh
2022-12-21Python: Fix duplicate importsjwijenbergh
2022-12-21Linting: Fix config arguments and results + commentsjwijenbergh
2022-12-21Exports + OAuth + Server: Forward tokens to getting a configjwijenbergh
2022-12-21Failover: Initial implementationjwijenbergh
2022-12-21Server: Implement forcing WireGuard selection through envjwijenbergh
2022-12-21FSM: Do not exec mmdc for mermaidjwijenbergh
2022-12-21OAuth: Do not export ExchangeSessionjwijenbergh
2022-12-21OAuth: Use a mutex to protect the token structurejwijenbergh