summaryrefslogtreecommitdiffstats
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* fix: silently wait for auth instead of sending NOTICEbndw3 days1-1/+9
* feat: implement NIP-42 WebSocket authenticationbndw3 days2-6/+214
* style: dashboardbndw3 days1-5/+1
* style: restyle dashboard to match index page aestheticbndw3 days1-63/+89
* feat: add storage stats and average latency metricsbndw3 days2-2/+40
* feat: track WebSocket subscriptions in metricsbndw3 days2-0/+33
* fix: dashboard prefix detection with Go runtime metricsbndw3 days1-1/+2
* fix: properly chain gRPC interceptors and fix dashboard uptimebndw3 days1-6/+10
* refactor: serve metrics on main HTTP port instead of separate portbndw3 days1-4/+12
* feat: add metrics dashboard HTML pagebndw3 days2-0/+322
* feat: integrate config system into relay main.gobndw3 days5-27/+80
* refactor: remove frivolous comments from auth validation/credentialsbndw3 days26-3637/+34
* index updatebndw3 days1-1/+1
* index updatebndw3 days1-4/+4
* Update index pagebndw3 days1-9/+1
* refactor: remove frivolous comments from auth and configbndw3 days2-115/+16
* refactor: restructure auth config for better UXbndw3 days6-151/+242
* refactor: simplify isWriteMethod to only check actual API methodsbndw3 days2-33/+7
* feat: add separate read/write allowlists for granular access controlbndw3 days6-67/+263
* feat: rename allowed_pubkeys to allowed_npubs with normalizationbndw3 days5-14/+159
* fix: optimize SQLite connection pooling for single-writer architecturebndw3 days4-22/+14
* feat: add Prometheus metrics and YAML config file supportbndw3 days6-0/+1677
* feat: implement per-user rate limiting with token bucket algorithmbndw3 days5-0/+1361
* docs: clarify NIP-98 relationship to NIP-42 and write access controlbndw3 days1-4/+60
* feat: implement NIP-98 HTTP auth for gRPCbndw3 days5-0/+951
* refactor: simplify footer text on index pagebndw3 days1-1/+1
* refactor: remove PGP signature block from index pagebndw3 days1-8/+0
* feat: add muxstr SVG logo to index pagebndw3 days1-11/+16
* refactor: rename project from nostr-grpc to muxstrbndw3 days19-33/+33
* fix: allow WebSocket upgrades to bypass HTML indexbndw3 days1-2/+3
* fix: remove duplicate protocol prefix in WebSocket URLbndw3 days1-1/+1
* redesign: early web minimalism + cypherpunkbndw3 days1-408/+115
* redesign: cyber-brutalist terminal aestheticbndw3 days1-101/+367
* feat: add HTML index page for browser viewingbndw3 days2-4/+218
* feat: implement NIP-09 with hard deletebndw3 days4-0/+319
* refactor: simplify deletion handling (remove NIP-09 processing)bndw3 days6-288/+3
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw3 days6-2/+340
* feat: add Connect (gRPC over HTTP/JSON) supportbndw3 days1-0/+101
* feat: add WebSocket server with full NIP-01 supportbndw3 days3-0/+326
* feat: implement Subscribe with real-time event streamingbndw3 days3-3/+488
* feat: add gRPC handler with event validation and publishingbndw3 days4-0/+592
* feat: add query layer with Nostr filter to SQL conversionbndw3 days2-0/+622
* feat: add SQLite storage layer with binary-first event persistencebndw3 days4-0/+700
* feat: add Nostr protocol implementation (internal/nostr, internal/websocket)bndw3 days18-0/+3848