hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-23 04:23:11 +00:00
494f11836c added another control endpoint /_ctl/server-conns/{conn_id}/peers
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-22 05:02:10 +00:00
41503373d3 added a new endpoint - /_ctl/server-routes
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-21 03:53:43 +00:00
e01a6b347c updated to support multiple notice handlers with a fix on race condition accessing cts.Token on the client side
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-18 15:24:51 +00:00
8cde9f08d4 added /_ctl/server-peers
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-18 14:45:09 +00:00
9865914436 fired CONN_UPDATED from receive_from_stream
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-18 14:38:13 +00:00
5fa6cd466b added the routes parameter to the server-conns endpoint
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-14 13:51:32 +00:00
3714138656 added fields to hold creation time in various structures
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-13 13:59:46 +00:00
f1f74ed48d updated wrong fix on waitgroup in the previous commit as well as a type of a field name of ServerEventConnDeleted
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-13 12:26:05 +00:00
cd32380425 added Atom[T] to have atomic manipulation of composite values
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-13 00:43:33 +00:00
4d3fb7db65 partial authentication in ctl websocket
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-12 03:57:55 +00:00
8105545e98 use s.WrapWebsocketHandler for ssh websockets
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-12 03:09:07 +00:00
1e6fbed19d fixed wrong queue implementation in bulletin.go
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-11 18:00:54 +00:00
b398816c96 added Enqueue() and Dequeue() to bulltin.go
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-11 12:12:24 +00:00
09593fd678 fixed some potential concurrency issues in the client side.
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-10 10:56:24 +00:00
befe65b486 enhanced the bulletin code
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-10 00:33:33 +00:00
030d62af12 writing bulletin subscription/publish code
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-08 06:17:37 +00:00
ae13d0c4ed starting simple messaging code
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-08 02:34:21 +00:00
7b1d383813 renamed ReportEvent to ReportPacket
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-07 14:56:42 +00:00
6e9887f726 updated the notice endpoint to access the 'text' field in the payload for convenience
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-07 12:12:33 +00:00
ecc1d4580f removed redundant endding semicolons