| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-05 | Move HTTP GET/POST methods to its own file | jwijenbergh | |
| 2022-04-05 | Update index.md | Jeroen Wijenbergh | |
| 2022-04-05 | Update index.md | Jeroen Wijenbergh | |
| 2022-04-05 | Create wrappers.md | Jeroen Wijenbergh | |
| 2022-04-05 | Update index.md | Jeroen Wijenbergh | |
| 2022-04-05 | Update README.md | Jeroen Wijenbergh | |
| 2022-04-05 | Update index.md | Jeroen Wijenbergh | |
| 2022-04-05 | Update theme | Jeroen Wijenbergh | |
| 2022-04-05 | Create index.md | Jeroen Wijenbergh | |
| 2022-04-05 | Set theme jekyll-theme-minimal | Jeroen Wijenbergh | |
| 2022-04-05 | Simplify readme | Jeroen Wijenbergh | |
| The actual documentation, I prefer to have somewhere else | |||
| 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 | OAuth: Begin implementation without OAuth2 lib | Jeroen Wijenbergh | |
| - We want to use as little dependencies as possible. While the OAuth2 library is helpful, it is not needed. | |||
| 2022-04-05 | Begin exporting by wrapping state in a singleton | Jeroen Wijenbergh | |
| 2022-04-05 | Refactor: Simplify API by using a state as context | Jeroen Wijenbergh | |
| 2022-04-05 | Add a cli that returns the authenticated /info | Jeroen Wijenbergh | |
| 2022-04-05 | Add a file for the vpn API | Jeroen Wijenbergh | |
| 2022-04-05 | Format: Run gofmt | Jeroen Wijenbergh | |
| Signed-off-by: Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | OAuth: Add initial draft | Jeroen Wijenbergh | |
| Signed-off-by: Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Readme: Add python client fork info | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Python: Return a json object | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Go: Properly expose getting server list | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Python: Simplify error class | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Python: Move error class to a separate file | 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 | Python: fix types | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Abstract error handling in python code | 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 | Abstract error types and remove JSON parsing | jwijenbergh | |
| For now JSON parsing does not make a lot of sense. This is better off handled by the clients for now. 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 | Fix test_data path to fix windows builds | jwijenbergh | |
| Thanks @stevenwdv Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Readme: Update Structure | Jeroen Wijenbergh | |
| 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-04-05 | Add signature verification to list retrieval | jwijenbergh | |
| - Move test data to src - Verify signatures by calling the Verify method - Add a customizable parameter to force prehashed signatures Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Go: Begin working on abstracting server/organization list | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-02-16 | Fix small Makefile errors & Python wrapper return value | StevenWdV | |
| 2022-02-10 | Remove macOS workflow again because of System Integrity Protection [skip ci] | StevenWdV | |
| 2022-02-10 | Fix Swift wrapper on macOS | StevenWdV | |
| 2022-02-10 | Add macOS test Swift GitHub workflow | StevenWdV | |
| 2022-02-10 | Only test C# for Windows on CI | StevenWdV | |
| 2022-02-10 | Fix Windows Swift GitHub workflow | StevenWdV | |
| 2022-02-10 | Add Windows GitHub test workflow | StevenWdV | |
| 2022-02-10 | Small Makefile fix [skip ci] | StevenWdV | |
| 2022-02-10 | Update README | stevenwdv | |
| 2022-02-10 | Enable Dependabot for Go | stevenwdv | |
| 2022-02-10 | Add CodeQL for Go | stevenwdv | |
| 2022-02-09 | Reduce workflow artifact retention period [skip ci] | StevenWdV | |
| 2022-02-09 | Small workflow fixes [skip ci] | StevenWdV | |
