hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-26 05:46:20 +00:00
5df95159a3 exposed the cfg field by nameing cfg to Cfg in server.go
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-26 05:28:50 +00:00
2d63e81e62 renamed wrap_http_handler to WrapHttpHandler for server
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-24 01:34:33 +00:00
97885bcae1 fixed an issue of missing parameters to fmt.Errorf()
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-23 11:06:46 +00:00
5c2695e46b ongoing code refactoring to use common functions
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