hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-07 17:19:21 +00:00
970b28ec30 updated argument check for 'version'
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-07 16:10:56 +00:00
7c3169e593 added some code to return statistics
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-07 15:58:11 +00:00
1496951c36 added some code to exit the whole process upon panic in http goroutines
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-07 14:03:38 +00:00
c81e05b4a3 enhanced to http server to distinguish between ipv4 and ipv6 address when the ip address part is explicitly specified before colon port (e.g. 0.0.0.0:9999, [::]:9999, :9999)
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-07 13:18:20 +00:00
8821506fb1 let http.Server use the main app logger
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-07 12:31:16 +00:00
6d87351e5e updated the server to trust the embedded cert if no client ca is explicitly specified
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-07 12:24:16 +00:00
21997e6f74 added the version subcommand
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-07 07:57:12 +00:00
dcf3d852d2 extended the tls configuration to rpc server
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-07 03:46:28 +00:00
6ad7ffd1a6 updated to embed generated certificate/key files
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-06 16:49:23 +00:00
634de1756a added nil checks before accessing the cfg pointer
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-06 16:45:03 +00:00
bc3bb06008 added cmd/config.go
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-06 15:54:31 +00:00
e51077a749 some code to handle configuration file and tls
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-05 15:52:43 +00:00
e144a39c5c attempting to support TLS
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-05 14:06:05 +00:00
e95d196cc0 handled route_stopped in client.go
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-05 09:24:54 +00:00
e2d25cb53b enhanced to be able to specify the service network for server-side peers
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-04 16:32:12 +00:00
cd5bbedc11 renamed AddrStr to TargetAddrStr in RouteDesc
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-04 16:26:57 +00:00
53777f1f60 cleaed up most of the logging lines
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-03 11:28:14 +00:00
d4f00d63f9 cleaned up quite some log messages on the server side
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-03 02:53:01 +00:00
d167308879 update to support multiple control server addresses
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-02 15:55:28 +00:00
b17f3af7ad added the id field to ServerConn