|
8bee855aa8
|
added code for token issuance and verification
|
2025-01-31 04:06:03 +09:00 |
|
|
c5f63328b2
|
added code to export metrics
|
2025-01-28 00:44:02 +09:00 |
|
|
a5bb59622e
|
removed unneeded code
|
2024-12-28 13:19:51 +09:00 |
|
|
9d266180e9
|
removed repeated GetId functions using struct embedding
|
2024-12-27 16:52:27 +09:00 |
|
|
f1572f9321
|
enhanced for wpx response transformer
|
2024-12-27 14:43:44 +09:00 |
|
|
bf2c70fa2c
|
updated to support ssh by port number
|
2024-12-16 15:19:01 +09:00 |
|
|
8cab165cc4
|
enhanced the logger with file logging and rotation
|
2024-12-15 15:07:35 +09:00 |
|
|
692fc352b1
|
removed frame.go
|
2024-12-14 00:23:53 +09:00 |
|
|
ea601f1011
|
many enhancements to the ssh terminal support
|
2024-12-13 21:49:11 +09:00 |
|
|
c562a41cb8
|
implementing a ssh termianl
|
2024-12-13 02:25:27 +09:00 |
|
|
f6ea852e61
|
added the proxy service for http/https client peer on the server side. work in progress
|
2024-12-12 21:09:16 +09:00 |
|
|
6fdae92300
|
simplificed monotonic time functions by using x/sys/unix
|
2024-12-10 13:15:05 +09:00 |
|
|
de113d150f
|
added a function to get the monotonic time
|
2024-12-09 19:04:22 +09:00 |
|
|
21997e6f74
|
added the version subcommand
added subjectAltNames to the embedded cert file
|
2024-12-07 21:24:06 +09:00 |
|
|
6ad7ffd1a6
|
updated to embed generated certificate/key files
|
2024-12-07 12:45:35 +09:00 |
|
|
e51077a749
|
some code to handle configuration file and tls
|
2024-12-07 00:54:19 +09:00 |
|
|
8346011d27
|
adding some server-side control handlers
|
2024-12-01 21:47:11 +09:00 |
|
|
4d927b9a7f
|
specified CGO_ENABLED=0 in Makefile
|
2024-12-01 17:45:31 +09:00 |
|
|
dcdadbeb20
|
separating http handler to separate structs
using the pattern supported by http.ServeMux since go 1.22
|
2024-11-25 19:46:18 +09:00 |
|
|
afb3ad33af
|
set proper dependency in Makefile
|
2024-11-23 12:41:49 +09:00 |
|
|
dcc0c6afc6
|
updated Makefile to call protoc only if it's needed.
added the generated grpc code to repository
|
2024-11-23 12:34:23 +09:00 |
|
|
a78a0a4fc4
|
reorganized the source to place the resuable code under the hodu package and keep the command entry point in the main package under the cmd directory
|
2024-11-23 12:30:23 +09:00 |
|
|
f02536bf24
|
added some experimental code using grpc
|
2024-11-12 22:59:37 +09:00 |
|