summaryrefslogtreecommitdiff
path: root/wrappers
AgeCommit message (Expand)Author
2024-06-04Version: Update to 2.0.02.0.0jwijenbergh
2024-05-29Discovery: Implement search and do not return keywordsjwijenbergh
2024-05-29setup.cfg: Small updatesjwijenbergh
2024-05-08Format: Run Ruff & isortJeroen Wijenbergh
2024-05-08Server: Add a way to pass OAuth start timeJeroen Wijenbergh
2024-04-30Python: Add setup.py for backwards compatibilityJeroen Wijenbergh
2024-04-30Python: Store metadata in setup.cfgJeroen Wijenbergh
2024-04-26Version: Update to 1.99.21.99.2Jeroen Wijenbergh
2024-04-26Format: Run RuffJeroen Wijenbergh
2024-03-22Makefile: Split ruff into wrappers/python dirjwijenbergh
2024-03-22Python: Format and fix linting errorsjwijenbergh
2024-03-22All: Refactor makefile & buildingjwijenbergh
2024-03-14All: Make WireGuard support mandatoryjwijenbergh
2024-03-11Version: Update to 1.99.11.99.1jwijenbergh
2024-03-11Python main: Disable type annotation for global class objectjwijenbergh
2024-03-07Version: Update to 1.99.01.99.0jwijenbergh
2024-03-07Format: Run Blackjwijenbergh
2024-03-06Client + Exports + Wrappers: Add peer IPs argument to fd callbackjwijenbergh
2024-02-23Wrappers Python: Add necessary callbacks for proxyguardjwijenbergh
2024-02-19Proxyguard: Support a FD callbackjwijenbergh
2024-02-19Python tests: Run in threadjwijenbergh
2024-02-19WireGuard: TCP support using proxyguardjwijenbergh
2024-02-19Exports + Python: Delete cookie but add orgid in set_secure_locationjwijenbergh
2024-02-19Python: Add a helper for server type __str__ representationjwijenbergh
2024-02-19Exports + Python: New API for Token Getter and Setterjwijenbergh
2024-02-19Python example: Set common version from variablejwijenbergh
2024-02-19Client FSM + Python: Begin implementing a new state machinejwijenbergh
2024-01-17Python Main: Remove \* in docstringjwijenbergh
2023-09-25Wrappers Python: Remove translations printjwijenbergh
2023-09-25Client + Exports + Python: Add a startup boolean to getconfigjwijenbergh
2023-09-25Wrappers Python: Use class callback handlerjwijenbergh
2023-09-25Wrappers Python: Add back event handlerjwijenbergh
2023-09-25Initial i18n implementationjwijenbergh
2023-09-25Client: Use a mutex for state transitionsjwijenbergh
2023-09-25Client + FSM: Check transitions and add SetStatejwijenbergh
2023-09-25Version: Update to 2.0.0jwijenbergh
2023-09-25Wrappers Python: Get rid of optional as returnjwijenbergh
2023-09-25All: Implement a token handlerjwijenbergh
2023-09-25Python: Get rid of token callbackjwijenbergh
2023-09-25Wrappers Python: Update to newest API by implementing cookiesjwijenbergh
2023-09-25Format: Run gofumpt (Go) + black (py)jwijenbergh
2023-09-25Wrappers Python: Separate BoolError data type to get rid of decode_funcjwijenbergh
2023-09-25Wrappers Python: Delete version number requirementsjwijenbergh
2023-09-25Python Tests: Handle OAuth Started transitionjwijenbergh
2023-09-25Exports + Python: Compare booleans with != 0 instead of == 1jwijenbergh
2023-09-25Exports + Python + Server: Remove ShouldRenewButtonjwijenbergh
2023-09-25Tests: Pass for V2 APIjwijenbergh
2023-09-25Wrappers Python: Document handler in registerjwijenbergh
2023-09-25Exports + Python: Use an enum for server typejwijenbergh
2023-09-25Wrappers Python: Implement V2 initial APIjwijenbergh