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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: track WebSocket requests in metrics
bndw
2 days
1
-0
/
+46
*
fix: track WebSocket connections in metrics
bndw
2 days
1
-0
/
+13
*
feat: add rate limiting to WebSocket connections
bndw
3 days
1
-1
/
+53
*
fix: prioritize proxy headers for rate limiting
bndw
3 days
1
-7
/
+10
*
refactor: use AuthStore interface and remove type assertions
bndw
3 days
2
-35
/
+52
*
fix: silently wait for auth instead of sending NOTICE
bndw
3 days
1
-1
/
+9
*
feat: implement NIP-42 WebSocket authentication
bndw
3 days
2
-6
/
+214
*
style: dashboard
bndw
3 days
1
-5
/
+1
*
style: restyle dashboard to match index page aesthetic
bndw
3 days
1
-63
/
+89
*
feat: add storage stats and average latency metrics
bndw
3 days
2
-2
/
+40
*
feat: track WebSocket subscriptions in metrics
bndw
3 days
2
-0
/
+33
*
fix: dashboard prefix detection with Go runtime metrics
bndw
3 days
1
-1
/
+2
*
fix: properly chain gRPC interceptors and fix dashboard uptime
bndw
3 days
1
-6
/
+10
*
refactor: serve metrics on main HTTP port instead of separate port
bndw
3 days
1
-4
/
+12
*
feat: add metrics dashboard HTML page
bndw
3 days
2
-0
/
+322
*
feat: integrate config system into relay main.go
bndw
3 days
5
-27
/
+80
*
refactor: remove frivolous comments from auth validation/credentials
bndw
3 days
26
-3637
/
+34
*
index update
bndw
3 days
1
-1
/
+1
*
index update
bndw
3 days
1
-4
/
+4
*
Update index page
bndw
3 days
1
-9
/
+1
*
refactor: remove frivolous comments from auth and config
bndw
3 days
2
-115
/
+16
*
refactor: restructure auth config for better UX
bndw
3 days
6
-151
/
+242
*
refactor: simplify isWriteMethod to only check actual API methods
bndw
3 days
2
-33
/
+7
*
feat: add separate read/write allowlists for granular access control
bndw
3 days
6
-67
/
+263
*
feat: rename allowed_pubkeys to allowed_npubs with normalization
bndw
3 days
5
-14
/
+159
*
fix: optimize SQLite connection pooling for single-writer architecture
bndw
3 days
4
-22
/
+14
*
feat: add Prometheus metrics and YAML config file support
bndw
3 days
6
-0
/
+1677
*
feat: implement per-user rate limiting with token bucket algorithm
bndw
3 days
5
-0
/
+1361
*
docs: clarify NIP-98 relationship to NIP-42 and write access control
bndw
3 days
1
-4
/
+60
*
feat: implement NIP-98 HTTP auth for gRPC
bndw
3 days
5
-0
/
+951
*
refactor: simplify footer text on index page
bndw
3 days
1
-1
/
+1
*
refactor: remove PGP signature block from index page
bndw
3 days
1
-8
/
+0
*
feat: add muxstr SVG logo to index page
bndw
3 days
1
-11
/
+16
*
refactor: rename project from nostr-grpc to muxstr
bndw
3 days
19
-33
/
+33
*
fix: allow WebSocket upgrades to bypass HTML index
bndw
4 days
1
-2
/
+3
*
fix: remove duplicate protocol prefix in WebSocket URL
bndw
4 days
1
-1
/
+1
*
redesign: early web minimalism + cypherpunk
bndw
4 days
1
-408
/
+115
*
redesign: cyber-brutalist terminal aesthetic
bndw
4 days
1
-101
/
+367
*
feat: add HTML index page for browser viewing
bndw
4 days
2
-4
/
+218
*
feat: implement NIP-09 with hard delete
bndw
4 days
4
-0
/
+319
*
refactor: simplify deletion handling (remove NIP-09 processing)
bndw
4 days
6
-288
/
+3
*
feat: implement NIP-09 (deletions) and NIP-11 (relay info)
bndw
4 days
6
-2
/
+340
*
feat: add Connect (gRPC over HTTP/JSON) support
bndw
4 days
1
-0
/
+101
*
feat: add WebSocket server with full NIP-01 support
bndw
4 days
3
-0
/
+326
*
feat: implement Subscribe with real-time event streaming
bndw
4 days
3
-3
/
+488
*
feat: add gRPC handler with event validation and publishing
bndw
4 days
4
-0
/
+592
*
feat: add query layer with Nostr filter to SQL conversion
bndw
4 days
2
-0
/
+622
*
feat: add SQLite storage layer with binary-first event persistence
bndw
4 days
4
-0
/
+700
*
feat: add Nostr protocol implementation (internal/nostr, internal/websocket)
bndw
4 days
18
-0
/
+3848