hyung-hwan
  • Joined on 2022-12-21
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
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-07 04:41:56 +00:00
e56c45b3bf updated to return connections, routes, peers in ascending order by id over the control endpoint
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-04 15:44:26 +00:00
b6fb296608 added close-on-conn-error-event.
hyung-hwan pushed to main at hyung-hwan/hodu 2025-03-03 16:16:59 +00:00
bec93289f5 added the CONN_ERROR event t ype
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-28 08:26:58 +00:00
04e2de609e updated the response code to MethodDelete from Ok To NoContent
hyung-hwan pushed to main at hyung-hwan/hodu 2025-02-26 10:45:42 +00:00
71a42af593 added a debugging log message for conn_notice packets