summaryrefslogtreecommitdiff
path: root/wrappers/python
AgeCommit message (Expand)Author
2022-10-31Python: Add py.typed for Mypyjwijenbergh
2022-10-26Autoflake: Remove unused importsjwijenbergh
2022-10-26Client + Exports + Python: Add a function for getting the current serverjwijenbergh
2022-10-24Client + Server + Exports: Implement optional WireGuard supportjwijenbergh
2022-10-24Actions + Docs: Use Sphinx docs for Pythonjwijenbergh
2022-10-21Python: Sphinx doc filesjwijenbergh
2022-10-21Python: Add more meta private tagsjwijenbergh
2022-10-21Python: Fix meta docstring formatjwijenbergh
2022-10-18Python: Add docstringsjwijenbergh
2022-10-17Python: Keep adding server if no profiles were initializedjwijenbergh
2022-10-14Python: Annotate more return typesjwijenbergh
2022-10-14Python: Add type annotations for discoveryjwijenbergh
2022-10-14Python: Run blackjwijenbergh
2022-10-14Python: Run isortjwijenbergh
2022-10-14Python: Proper type annotationsjwijenbergh
2022-10-11Client: Refactor out adding a Server from getting a configjwijenbergh
2022-10-06Python Tests: Add missing language to registerjwijenbergh
2022-10-06Client + Python: Pass language to Registerjwijenbergh
2022-10-04Refactor: Renmae force TCP to prefer TCPjwijenbergh
2022-09-27Python Server: Remove unneeded current_profile propertyjwijenbergh
2022-09-27Python Server: Add a category string for serversjwijenbergh
2022-09-27Python: Fix get saved servers error handlingjwijenbergh
2022-09-27Python: Capitalize StateType enum valuesjwijenbergh
2022-09-27Python: Fix test lib pathjwijenbergh
2022-09-27Version: Ensure that we load a specific onejwijenbergh
2022-09-27Python: Reformat and move most loading out of __init__jwijenbergh
2022-09-26Python: Move from src/ to eduvpn_common/ and absolufy importsjwijenbergh
2022-09-26Python: Fix config type mismatchjwijenbergh
2022-09-26Refactor: Errors into custom export types and expose typesjwijenbergh
2022-09-21Exports + Python: Do not panic on error for getting disco + serversjwijenbergh
2022-09-19Python: Fix get_saved_servers namejwijenbergh
2022-09-16Discovery: Expose c typesjwijenbergh
2022-09-16State: Document functions and return no error on deregisterjwijenbergh
2022-09-14Refactor: Return without jsonjwijenbergh
2022-09-06State + FSM + Python: Rename the HAS_CONFIG state to DISCONNECTEDjwijenbergh
2022-08-30Python: Only show the cause by default for an errorjwijenbergh
2022-08-24State + Server + Exports: Implement removing a serverjwijenbergh
2022-08-24Python event: Allow self loops in eventsjwijenbergh
2022-08-23Python formatting: Run blackjwijenbergh
2022-08-22State + Exports: Make cleanup optional when entering disconnectjwijenbergh
2022-08-19State + FSM: Properly handle the disconnect flowjwijenbergh
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-15State + Python: Remove Set/Get Identifierjwijenbergh
2022-07-15FSM + State + Python: Add a connecting state and improve back transitionsjwijenbergh
2022-07-14Python: Fix error parsing for single value returnjwijenbergh
2022-07-12Python + Exports: Implement Go backjwijenbergh