Commit Graph

7 Commits

Author SHA1 Message Date
Tony
789ba52541 Break down print line 2023-05-08 16:43:28 +01:00
Tony
bfe42e3cc8 Fix SIGNPIPE doesn't exist on windows 2023-05-08 16:43:28 +01:00
Hamish Coleman
bcb3c223d9 Address lint concern 2022-02-05 20:06:31 +00:00
Hamish Coleman
fbad36705e Unify the python API class 2022-02-05 20:06:31 +00:00
Hamish Coleman
999b3ffbf3
fixed python JSON clients so they don't hang if the daemon does not respond (or is not even running) (#876) 2021-10-25 18:36:47 +05:45
Hamish Coleman
e727304681
fixed support for python versions prior to 3.6 ... (#870)
... which do not support a context manager in the socketserver
2021-10-24 17:16:48 +05:45
Hamish Coleman
7eb3f2cd7f
Rename scripts for better consistancy (#866)
* Address shellcheck concerns with n2n_gateway.sh script

* Rename n2n_gateway.sh to live with all the other scripts (and update docs)

* Rename hack_fakeautoconf to make it clearly a shell script

* Address shellcheck concerns with hack_fakeautoconf.sh

* Rename python scripts to match other n2n tools

* Fix windows compile - when streamlining the use of hack_fakeautoconf.sh, I forgot to update all uses of this script
2021-10-24 03:58:01 +05:45