index
:
muxstr.git
main
Nostr relay with gRPC, HTTP/JSON, and WebSocket interfaces
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
relay
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: use AuthStore interface and remove type assertions
bndw
3 days
1
-0
/
+1
*
feat: implement NIP-42 WebSocket authentication
bndw
3 days
1
-0
/
+9
*
feat: add storage stats and average latency metrics
bndw
3 days
1
-0
/
+18
*
feat: track WebSocket subscriptions in metrics
bndw
3 days
1
-0
/
+3
*
fix: properly chain gRPC interceptors and fix dashboard uptime
bndw
3 days
1
-19
/
+22
*
refactor: serve metrics on main HTTP port instead of separate port
bndw
3 days
1
-6
/
+6
*
feat: integrate config system into relay main.go
bndw
3 days
1
-28
/
+75
*
refactor: rename project from nostr-grpc to muxstr
bndw
3 days
1
-7
/
+7
*
fix: use port 443 for gRPC when behind reverse proxy
bndw
4 days
1
-2
/
+2
*
fix: remove duplicate protocol prefix in WebSocket URL
bndw
4 days
1
-2
/
+2
*
feat: add --public-url flag for reverse proxy deployments
bndw
4 days
1
-4
/
+19
*
feat: add HTML index page for browser viewing
bndw
4 days
1
-0
/
+1
*
feat: add Connect (gRPC over HTTP/JSON) support
bndw
4 days
1
-2
/
+16
*
feat: add WebSocket server with full NIP-01 support
bndw
4 days
1
-6
/
+30
*
feat: add relay server and test client
bndw
4 days
1
-0
/
+56