summaryrefslogtreecommitdiff
path: root/exports
AgeCommit message (Expand)Author
2022-08-19State + FSM: Properly handle the disconnect flowjwijenbergh
2022-08-19Exports: Ensure valid JSON when encountering a marshal errorjwijenbergh
2022-08-16Refactor: Use an interface for the data in the FSM callbackjwijenbergh
2022-08-15Refactor: Use constants for state callbacks instead of stringsjwijenbergh
2022-08-10State + Python: Implement renewing a sessionjwijenbergh
2022-07-22State + Exports: Implement should show renew button booleanjwijenbergh
2022-07-22State + FSM + Exports: Implement changing a secure internet locationjwijenbergh
2022-07-18All: Run Gofumpt formatterjwijenbergh
2022-07-15State + Python: Remove Set/Get Identifierjwijenbergh
2022-07-15FSM + State + Python: Add a connecting state and improve back transitionsjwijenbergh
2022-07-12Python + Exports: Implement Go backjwijenbergh
2022-07-12Exports + Python: Fix config JSON parsingjwijenbergh
2022-07-11Types + Exports: Return JSON and use error leveljwijenbergh
2022-07-11Exports/State: Return error traceback instead of normal errorjwijenbergh
2022-07-08Python + Exports: Fix discovery function namesjwijenbergh
2022-07-07Secure Internet: Implement the Ask Location transition callbackjwijenbergh
2022-07-05Refactor: Handling of different servers and identifiersjwijenbergh
2022-06-21Python/Exports: Separate events and use a map with the name for callbacksjwijenbergh
2022-06-21FSM: Add the search server statejwijenbergh
2022-06-21State: Add functions for getting/setting a connection identifierjwijenbergh
2022-06-20Refactor: Errors to have one custom type that is to be wrappedjwijenbergh
2022-05-13Python + Go: Run formatterjwijenbergh
2022-05-13Refactor: Adapt the API to the documentationjwijenbergh
2022-05-09FSM/State: Profile correctness and connect name changejwijenbergh
2022-05-09State: Implement SetDisconnected/SetConnectedjwijenbergh
2022-04-29Secure Internet: Basic implementation and add support to cliJeroen Wijenbergh
2022-04-26State: Add a state map to exports instead of a global singletonjwijenbergh
2022-04-26OAuth: Add a Cancel methodjwijenbergh
2022-04-22Refactor: Restructure projectjwijenbergh
2022-04-22Servers: Add initial support for multiple using a mapjwijenbergh
2022-04-20Profiles: Return possible error message when setting IDjwijenbergh
2022-04-20Profiles: Implement SetProfileID instead of getting generic datajwijenbergh
2022-04-19Profiles: Implement basic functionality for sending a profile_idJeroen Wijenbergh
2022-04-05Add debug variable to save a live fsm graphjwijenbergh
2022-03-29State: Add a deregister method for cleanupjwijenbergh
2022-03-23Add wrapping functionality for getting a wireguard configjwijenbergh
2022-03-23Python: Implement state callbacks using decoratorsjwijenbergh
2022-03-22Save a local copy of the disco listjwijenbergh
2022-03-21Update python and add basic config supportJeroen Wijenbergh
2022-04-05Add callback state change and simplify wrappersjwijenbergh
2022-04-05Refactor: Simplify errors for wrappingjwijenbergh
2022-04-05Begin exporting by wrapping state in a singletonJeroen Wijenbergh
2022-04-05Go: Properly expose getting server listjwijenbergh
2022-04-05Python: Expose getting servers listjwijenbergh
2022-04-05Expose list retrieval by returning a JSON stringjwijenbergh
2022-04-05Do not expose just yet, API not stablejwijenbergh
2022-04-05Begin exposing functions using a mapjwijenbergh
2022-04-05Move python library load to init and fix buildjwijenbergh
2022-02-10Fix Swift wrapper on macOSStevenWdV
2022-02-09Small Makefile improvementStevenWdV