index
:
muxstr.git
main
Nostr relay with gRPC, HTTP/JSON, and WebSocket interfaces
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: properly chain gRPC interceptors and fix dashboard uptime
bndw
2026-02-14
1
-19
/
+22
*
refactor: serve metrics on main HTTP port instead of separate port
bndw
2026-02-14
1
-6
/
+6
*
feat: integrate config system into relay main.go
bndw
2026-02-14
1
-28
/
+75
*
refactor: remove frivolous comments from auth validation/credentials
bndw
2026-02-14
1
-1
/
+1
*
refactor: rename project from nostr-grpc to muxstr
bndw
2026-02-14
2
-9
/
+9
*
feat: auto-detect TLS in testclient
bndw
2026-02-13
1
-1
/
+16
*
fix: use port 443 for gRPC when behind reverse proxy
bndw
2026-02-13
1
-2
/
+2
*
fix: remove duplicate protocol prefix in WebSocket URL
bndw
2026-02-13
1
-2
/
+2
*
feat: add --public-url flag for reverse proxy deployments
bndw
2026-02-13
1
-4
/
+19
*
feat: add HTML index page for browser viewing
bndw
2026-02-13
1
-0
/
+1
*
feat: add Connect (gRPC over HTTP/JSON) support
bndw
2026-02-13
1
-2
/
+16
*
feat: add WebSocket server with full NIP-01 support
bndw
2026-02-13
1
-6
/
+30
*
feat: testclient can accept JSON events from stdin
bndw
2026-02-13
1
-16
/
+41
*
feat: add relay server and test client
bndw
2026-02-13
2
-0
/
+141