summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-29Config: Remove v1 conversionJeroen Wijenbergh
Only used for very old linux client versions
2025-08-29Discovery: Remove manager and DiscoveryStartupJeroen Wijenbergh
2025-08-29Discovery: Add cache argument and embed unmarshal on startupJeroen Wijenbergh
2025-08-25Client + Log: Implement a log rotaterJeroen Wijenbergh
2025-08-25Atomicfile: Move outside of config packageJeroen Wijenbergh
2025-08-25All: Remove util packagesJeroen Wijenbergh
Was giving linting errors and it's not a good idea anyways
2025-08-13Exports: Attempt to fix ARM MTE crashJeroen Wijenbergh
2025-05-26Types Server: Clarify ShouldFailover booleanJeroen Wijenbergh
2025-05-07All: Update Weblate URLJeroen Wijenbergh
2025-05-07Client: Update translations from WeblateJeroen Wijenbergh
2025-05-06Docs: Fix old Windows repo VCSJeroen Wijenbergh
2025-05-06Makefile: Add a gen targetJeroen Wijenbergh
2025-05-06i18nerr: Properly fix gotext dependenciesJeroen Wijenbergh
We did the dummy import in i18nerr, but that copies gotext's flags and adds them to the eduvpn-cli example CLI. Apparently if we specify @latest in the go run part for go generate, already all i18n deps are properly fetched.
2025-05-06Failover + Log: Small slog fixesJeroen Wijenbergh
2025-05-06All: Move to log/slogJeroen Wijenbergh
2025-05-06exports test: Fix cookie castingJeroen Wijenbergh
2025-05-06go.mod/go.sum: Update depsJeroen Wijenbergh
2025-05-06Changes: UpdateJeroen Wijenbergh
2025-05-06All: Remove ProxyGuard integrationJeroen Wijenbergh
This should be done in WireGuard-go or in case of a linux a small daemon
2025-05-06All: Run modernize --test --fixJeroen Wijenbergh
2025-05-06All: Fix staticcheck errorsJeroen Wijenbergh
2025-03-24Lint: use staticcheck instead of stylecheckJeroen Wijenbergh
See: https://github.com/golangci/golangci-lint/releases/tag/v2.0.0
2025-03-21Upload Release: Fix newline escaping in changelogJeroen Wijenbergh
2025-03-21Version: Update to 3.0.03.0.0Jeroen Wijenbergh
2025-03-21Format: Run RuffJeroen Wijenbergh
2025-03-21Changes: Update for 3.0.0Jeroen Wijenbergh
2025-03-21CLI: Remove some logging and allow profile ID to be set non-interactivelyJeroen Wijenbergh
Fixes: https://codeberg.org/eduVPN/eduvpn-common/issues/83
2025-03-20go.mod/go.sum: Update depsJeroen Wijenbergh
2025-03-20Makefile: Add an update targetJeroen Wijenbergh
2025-02-15CLI: Use a temp dir for stateJeroen Wijenbergh
2025-02-15CLI: Move to cmd/eduvpn-cliJeroen Wijenbergh
2025-02-15CLI: Add debug and country-code flagJeroen Wijenbergh
2025-02-13All: Update depsJeroen Wijenbergh
2025-02-04All: Update depsJeroen Wijenbergh
2024-12-20Go.mod/Go.sum: Update ProxyGuard2.99.0Jeroen Wijenbergh
2024-12-20Changes: Update for 2.99.0jwijenbergh
2024-12-19Go.sum: Run go mod tidyjwijenbergh
2024-12-19Format: Run make fmtjwijenbergh
2024-12-19i18nerr: Clarify dummy importjwijenbergh
2024-12-19i18nerr: Add dummy import to fix go mod tidyjwijenbergh
2024-12-19CI: Use fkooman's imagejwijenbergh
2024-12-19Go.mod: Remove local proxyguard replacejwijenbergh
2024-12-19Changes: Mention MkDocs changejwijenbergh
2024-12-19Changes: Updatejwijenbergh
2024-12-19ProxyGuard: Remove debug loggingjwijenbergh
2024-12-19ProxyGuard: Add a restart functionjwijenbergh
2024-12-18Exports: Document ProxyGuard functionsjwijenbergh
2024-12-13Workflows Docs: Get rid of pipjwijenbergh
2024-12-13Docs: Pre-build mermaid files without pluginjwijenbergh
2024-12-09Profile: Implement priorityjwijenbergh