summaryrefslogtreecommitdiff
path: root/exports
AgeCommit message (Collapse)Author
2025-09-05Exports + Python: Remove RefreshListJeroen Wijenbergh
2025-09-03Revert "All: Remove ProxyGuard integration"Jeroen Wijenbergh
This partially reverts commit 6b939462fb1064abd42e8cb8316700ec844172ea. It keeps the proxyguard functions but leaves GetConfig alone. E.g. no WireGuard config replacing and querying is happening for ProxyGuard. Needed for the Linux client as I have not found a good way to have a daemon with NetworkManager integration
2025-09-02client: Log more in debug and increase rotation to 10MBJeroen Wijenbergh
2025-09-02All: Get rid of debug arg in RegisterJeroen Wijenbergh
2025-08-29Discovery: Remove manager and DiscoveryStartupJeroen Wijenbergh
2025-08-29Discovery: Add cache argument and embed unmarshal on startupJeroen 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-06All: Move to log/slogJeroen Wijenbergh
2025-05-06exports test: Fix cookie castingJeroen Wijenbergh
2025-05-06All: Remove ProxyGuard integrationJeroen Wijenbergh
This should be done in WireGuard-go or in case of a linux a small daemon
2024-12-19ProxyGuard: Add a restart functionjwijenbergh
2024-12-18Exports: Document ProxyGuard functionsjwijenbergh
2024-11-29Update copyrightjwijenbergh
2024-11-29Exports: Add resources file for Windowsjwijenbergh
Co-authored-by: Simon Rozman <simon@rozman.si>
2024-11-26Docs: Move to Mkdocs & Codeberg pagesjwijenbergh
2024-11-21Replace all links from GitHub to Codebergjwijenbergh
2024-11-20FSM: Fix new keyword linting errorjwijenbergh
2024-10-29All: Refactor to latest ProxyGuardjwijenbergh
2024-10-28API + HTTP + Exports: Cleaner TLS1.3 enforcement using a custom DefaultTransportjwijenbergh
Also fix where TLS 1.3 was not properly enforced for the endpoint cache
2024-10-28Exports Tests: Setting a non-existent profile should workjwijenbergh
2024-10-28Exports: Test setting statesjwijenbergh
2024-10-28Exports: Rename exports_wrapper to exports_test_wrapperjwijenbergh
2024-10-28Exports: Test Let's Connect! disabled featuresjwijenbergh
2024-10-28Exports: Only build test wrapper when testing cgojwijenbergh
2024-10-28Exports: Test expiry timesjwijenbergh
2024-10-28Exports: Fix linting error on windowsjwijenbergh
2024-10-28Exports Test: Renewingjwijenbergh
2024-10-28Exports: Test AskProfilejwijenbergh
2024-10-28Exports Test: Fix linting errorjwijenbergh
2024-10-28Exports: Add tests for cleanup and profile idjwijenbergh
2024-10-28Exports: Test GetConfigjwijenbergh
2024-10-28Exports: Initial testsjwijenbergh
2024-08-12Exports: Cleanup function docsjwijenbergh
2024-08-12Util: Add a function to calculate the gatewayjwijenbergh
2024-07-17Client: Move DiscoveryStartup to correct file and check client_idjwijenbergh
2024-07-17Client + Discovery: Fetch dscovery at startup using DiscoveryStartupjwijenbergh
With a manager that locks and copies such that no race conditions happen
2024-06-04Format: Run Gofumptjwijenbergh
2024-05-30Exports: improvements in return data error handlingjwijenbergh
2024-05-29Exports Doc: Small updatesjwijenbergh
2024-05-29Exports: Run formatjwijenbergh
2024-05-29exports: Fix discovery subset in commentsjwijenbergh
2024-05-29Discovery: Implement search and do not return keywordsjwijenbergh
This patch implements search by adding a second argument to DiscoOrganizations and DiscoServers. A search string of = "" returns everything. This also makes the subset that is returned to the client even fewer, no keywords.
2024-05-08Server: Add a way to pass OAuth start timeJeroen Wijenbergh
2024-04-22Exports: Document ProxyGuard cleanupjwijenbergh
2024-03-25Remove unused make filesjwijenbergh
2024-03-22All: Refactor makefile & buildingjwijenbergh
2024-03-14All: Make WireGuard support mandatoryjwijenbergh
2024-03-07Exports: Remove obsolete TODOjwijenbergh
2024-03-06Client + Exports + Wrappers: Add peer IPs argument to fd callbackjwijenbergh
And rename the callback to be closer to what it does