summaryrefslogtreecommitdiff
path: root/wrappers/python
AgeCommit message (Expand)Author
2022-06-29Python: Load normal library path before loading absolute pathjwijenbergh
2022-06-21Python/Exports: Separate events and use a map with the name for callbacksjwijenbergh
2022-06-21Python: Wait for the UI when selecting a profile and add class helpersjwijenbergh
2022-06-21FSM: Add the search server statejwijenbergh
2022-06-21State: Add functions for getting/setting a connection identifierjwijenbergh
2022-05-13Python + Go: Run formatterjwijenbergh
2022-05-13Refactor: Adapt the API to the documentationjwijenbergh
2022-05-10Python: Fix lib pathjwijenbergh
2022-05-10Python: Add config retrieval testjwijenbergh
2022-05-09FSM/State: Profile correctness and connect name changejwijenbergh
2022-05-09State: Implement SetDisconnected/SetConnectedjwijenbergh
2022-05-06Python setup.py: Specify src directoryjwijenbergh
2022-05-03Python: Place py files in srcjwijenbergh
2022-05-03Python: Disable tests as there are none atmjwijenbergh
2022-05-03Python: Remove obsolete codejwijenbergh
2022-05-03Python: Ensure the eduvpncommon lib folder exists when packingjwijenbergh
2022-04-26State: Add a state map to exports instead of a global singletonjwijenbergh
2022-04-26OAuth: Add a Cancel methodjwijenbergh
2022-04-21Python: Remove obsolete FIXMEsjwijenbergh
2022-04-20Python: Do not automatically deregisterjwijenbergh
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-19OAuth improvements: Also ensure tokens based on config stateJeroen Wijenbergh
2022-04-11Python: Only deregister when lib is alivejwijenbergh
2022-04-05Python: Update state callbacks to be in line with FSMjwijenbergh
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-22Python: Add main method to implement a basic clijwijenbergh
2022-03-22Save a local copy of the disco listjwijenbergh
2022-03-22Python: Fix wrapping type errorsjwijenbergh
2022-03-21Update python and add basic config supportJeroen Wijenbergh
2022-04-05Add callback state change and simplify wrappersjwijenbergh
2022-04-05Begin exporting by wrapping state in a singletonJeroen Wijenbergh
2022-04-05Python: Return a json objectjwijenbergh
2022-04-05Python: Simplify error classjwijenbergh
2022-04-05Python: Move error class to a separate filejwijenbergh
2022-04-05Python: Expose getting servers listjwijenbergh
2022-04-05Python: fix typesjwijenbergh
2022-04-05Abstract error handling in python codejwijenbergh
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-16Fix small Makefile errors & Python wrapper return valueStevenWdV
2022-02-09Add build tasks to GitHub workflowStevenWdV
2022-02-09Improve wrapper min sign time tests, add .NET version noteStevenWdV
2022-02-09Add Android wrapper, remove plain Java Maven wrapper.StevenWdV