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
/
handler
/
websocket
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: track authorized (authenticated + successful) requests
bndw
44 hours
2
-2
/
+19
*
fix: record AUTH attempt metrics in WebSocket handler
bndw
44 hours
2
-0
/
+10
*
feat: track auth rejections with specific 'unauthorized' status
bndw
44 hours
2
-2
/
+9
*
fix: improve WebSocket error responses and protocol compliance
bndw
44 hours
1
-8
/
+10
*
test: add integration tests for NIP-42 AUTH and rate limiting
bndw
44 hours
1
-0
/
+526
*
fix: send OK response when AUTH required but not completed
bndw
45 hours
1
-5
/
+9
*
feat: add metrics for blocked events
bndw
46 hours
1
-0
/
+4
*
feat: filter events to core Nostr protocol kinds only
bndw
46 hours
1
-0
/
+42
*
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
2 days
1
-1
/
+53
*
refactor: use AuthStore interface and remove type assertions
bndw
3 days
1
-34
/
+51
*
fix: silently wait for auth instead of sending NOTICE
bndw
3 days
1
-1
/
+9
*
feat: implement NIP-42 WebSocket authentication
bndw
3 days
1
-6
/
+126
*
feat: track WebSocket subscriptions in metrics
bndw
3 days
1
-0
/
+27
*
refactor: remove frivolous comments from auth validation/credentials
bndw
3 days
2
-2
/
+2
*
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: 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
3
-9
/
+9
*
fix: allow WebSocket upgrades to bypass HTML index
bndw
3 days
1
-2
/
+3
*
fix: remove duplicate protocol prefix in WebSocket URL
bndw
3 days
1
-1
/
+1
*
redesign: early web minimalism + cypherpunk
bndw
3 days
1
-408
/
+115
*
redesign: cyber-brutalist terminal aesthetic
bndw
3 days
1
-101
/
+367
*
feat: add HTML index page for browser viewing
bndw
3 days
2
-4
/
+218
*
feat: implement NIP-09 with hard delete
bndw
3 days
1
-0
/
+11
*
refactor: simplify deletion handling (remove NIP-09 processing)
bndw
3 days
1
-8
/
+0
*
feat: implement NIP-09 (deletions) and NIP-11 (relay info)
bndw
3 days
2
-0
/
+73
*
feat: add WebSocket server with full NIP-01 support
bndw
4 days
2
-0
/
+322