| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-13 | Python + Go: Run formatter | jwijenbergh | |
| 2022-05-13 | Refactor: Adapt the API to the documentation | jwijenbergh | |
| 2022-05-09 | FSM/State: Profile correctness and connect name change | jwijenbergh | |
| Also add a force tcp flag | |||
| 2022-05-09 | State: Implement SetDisconnected/SetConnected | jwijenbergh | |
| 2022-04-29 | Secure Internet: Basic implementation and add support to cli | Jeroen Wijenbergh | |
| 2022-04-26 | State: Add a state map to exports instead of a global singleton | jwijenbergh | |
| 2022-04-26 | OAuth: Add a Cancel method | jwijenbergh | |
| 2022-04-22 | Refactor: Restructure project | jwijenbergh | |
| - Add an internal folder where all the internal code lives - Make a state.go and state_test.go for the public interface This gives a more clear separation between functions and modules. It also makes this a more typical Go project setup. | |||
| 2022-04-22 | Servers: Add initial support for multiple using a map | jwijenbergh | |
| 2022-04-20 | Profiles: Return possible error message when setting ID | jwijenbergh | |
| 2022-04-20 | Profiles: Implement SetProfileID instead of getting generic data | jwijenbergh | |
| 2022-04-19 | Profiles: Implement basic functionality for sending a profile_id | Jeroen Wijenbergh | |
| 2022-04-05 | Add debug variable to save a live fsm graph | jwijenbergh | |
| 2022-03-29 | State: Add a deregister method for cleanup | jwijenbergh | |
| 2022-03-23 | Add wrapping functionality for getting a wireguard config | jwijenbergh | |
| 2022-03-23 | Python: Implement state callbacks using decorators | jwijenbergh | |
| 2022-03-22 | Save a local copy of the disco list | jwijenbergh | |
| 2022-03-21 | Update python and add basic config support | Jeroen Wijenbergh | |
| 2022-04-05 | Add callback state change and simplify wrappers | jwijenbergh | |
| The python wrapper contained lots of code that should not be exposed. The other wrappers I will update later | |||
| 2022-04-05 | Refactor: Simplify errors for wrapping | jwijenbergh | |
| 2022-04-05 | Begin exporting by wrapping state in a singleton | Jeroen Wijenbergh | |
| 2022-04-05 | Go: Properly expose getting server list | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Python: Expose getting servers list | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Expose list retrieval by returning a JSON string | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Do not expose just yet, API not stable | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Begin exposing functions using a map | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Move python library load to init and fix build | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-01-25 | Small comment fix | StevenWdV | |
| 2022-01-24 | Cleanup | StevenWdV | |
| Added variables to Makefiles to specify custom exports/ directory; Split exception classes in Java & C#; Added more comments; Renamed library and Go package; Removed real (pure) tests; Added generate_lib.ps1 to generate import .lib for Windows (Swift); Moved built Go libraries to exports/lib/; Switch to hopefully faster Swift GitHub Action. | |||
| 2021-11-22 | Add C bindings and a C# wrapper | StevenWdV | |
