hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-22 15:55:26 +00:00
75f72e7c88 slightly more reuse of a common function
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-22 01:09:14 +00:00
7363986737 refactored functions in client-ctl.go to use common functions
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-20 14:12:35 +00:00
429bb6cd63 enhanced func (s *Server) FindServerConnByIdStr(conn_id string) to treat non-numeric conn_id as a connection token
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-20 13:22:02 +00:00
d9aaa0a0ab added code dealing with client connection token
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-19 16:27:31 +00:00
7a6b820b92 added some todo text
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-19 15:59:09 +00:00
c7b7bfd25f added theConnDesc message to the grpc protocol
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-19 08:18:06 +00:00
1c49023c37 capatalized the first letter of some field name for exposure outside package
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-19 01:38:45 +00:00
b5c1ae2a73 enhanced the reconnect logic in client.go
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-18 05:45:14 +00:00
2b3a841299 added default notice handling interface
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-17 16:17:59 +00:00
81f7bb0c0d added /_ctl/client-conns/id/nocies
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-17 16:02:44 +00:00
a0efb55c3e trying to support notice event
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-16 15:52:43 +00:00
be7f4f4da5 stored client-side peer info to ServerConnPeer when PEER_STARTED is received
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-15 10:44:58 +00:00
f2536a0acc added code dealing with server-side peers
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-15 09:06:27 +00:00
cb18a44cfa started writing a new endpoint for server peer info
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-14 07:19:10 +00:00
fb465133b9 minor code update
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-14 03:46:13 +00:00
d5108e9859 allowed to bypass authentication for a specific endpoint to be accessed from ssh client
hyung-hwan pushed to main at hyung-hwan/hawk 2025-02-11 08:44:05 +00:00
b80ee515b6 fixed bch mode issues and raised the version to 0.9.9
hyung-hwan pushed to main at hyung-hwan/hawk 2025-02-11 04:22:11 +00:00
6a59d3c70b adding some json functions
hyung-hwan pushed to main at hyung-hwan/hawk 2025-02-10 15:01:18 +00:00
523b922be4 touched up some wrong type casting
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-10 05:48:34 +00:00
3dc5d9c91e updated to support cors in primitive manner