summaryrefslogtreecommitdiff
path: root/wrappers/python/main.py
AgeCommit message (Collapse)Author
2023-01-05Python: Re-implement example and move to a new directoryjwijenbergh
2022-10-11Client: Refactor out adding a Server from getting a configjwijenbergh
2022-09-27Python: Capitalize StateType enum valuesjwijenbergh
2022-09-27Python: Reformat and move most loading out of __init__jwijenbergh
2022-09-14Refactor: Return without jsonjwijenbergh
2022-08-15Refactor: Use constants for state callbacks instead of stringsjwijenbergh
2022-07-08RPM & Setup: Separate eduVPN and common name with a - or _jwijenbergh
2022-07-07Secure Internet: Implement the Ask Location transition callbackjwijenbergh
2022-07-05Refactor: Handling of different servers and identifiersjwijenbergh
- Uses OrgID for Secure Internet and gets the data from discovery - Uses URL for Institute/Custom and gets the data from discovery - Implements SKIP WAYF as we now have the needed data - Implements an initial change location with a default location (NL right now)
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
Also add a force tcp flag
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-05Python: Update state callbacks to be in line with FSMjwijenbergh
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