summaryrefslogtreecommitdiff
path: root/wrappers/python/src/main.py
AgeCommit message (Collapse)Author
2022-06-21Python/Exports: Separate events and use a map with the name for callbacksjwijenbergh
Also adds a helper to call Go functions with the proper encoding from Python :^)
2022-06-21Python: Wait for the UI when selecting a profile and add class helpersjwijenbergh
... to register all class methods with the right decorator to be registered as a callback
2022-06-21FSM: Add the search server statejwijenbergh
2022-06-21State: Add functions for getting/setting a connection identifierjwijenbergh
e.g. the uuid of the connection in case of NetworkManager on Linux
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-05-09State: Implement SetDisconnected/SetConnectedjwijenbergh
2022-05-03Python: Place py files in srcjwijenbergh