aboutsummaryrefslogtreecommitdiffstats
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* refactor: remove frivolous comments from auth validation/credentialsbndw2026-02-1426-3637/+34
* index updatebndw2026-02-141-1/+1
* index updatebndw2026-02-141-4/+4
* Update index pagebndw2026-02-141-9/+1
* refactor: remove frivolous comments from auth and configbndw2026-02-142-115/+16
* refactor: restructure auth config for better UXbndw2026-02-146-151/+242
* refactor: simplify isWriteMethod to only check actual API methodsbndw2026-02-142-33/+7
* feat: add separate read/write allowlists for granular access controlbndw2026-02-146-67/+263
* feat: rename allowed_pubkeys to allowed_npubs with normalizationbndw2026-02-145-14/+159
* fix: optimize SQLite connection pooling for single-writer architecturebndw2026-02-144-22/+14
* feat: add Prometheus metrics and YAML config file supportbndw2026-02-146-0/+1677
* feat: implement per-user rate limiting with token bucket algorithmbndw2026-02-145-0/+1361
* docs: clarify NIP-98 relationship to NIP-42 and write access controlbndw2026-02-141-4/+60
* feat: implement NIP-98 HTTP auth for gRPCbndw2026-02-145-0/+951
* refactor: simplify footer text on index pagebndw2026-02-141-1/+1
* refactor: remove PGP signature block from index pagebndw2026-02-141-8/+0
* feat: add muxstr SVG logo to index pagebndw2026-02-141-11/+16
* refactor: rename project from nostr-grpc to muxstrbndw2026-02-1419-33/+33
* fix: allow WebSocket upgrades to bypass HTML indexbndw2026-02-131-2/+3
* fix: remove duplicate protocol prefix in WebSocket URLbndw2026-02-131-1/+1
* redesign: early web minimalism + cypherpunkbndw2026-02-131-408/+115
* redesign: cyber-brutalist terminal aestheticbndw2026-02-131-101/+367
* feat: add HTML index page for browser viewingbndw2026-02-132-4/+218
* feat: implement NIP-09 with hard deletebndw2026-02-134-0/+319
* refactor: simplify deletion handling (remove NIP-09 processing)bndw2026-02-136-288/+3
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw2026-02-136-2/+340
* feat: add Connect (gRPC over HTTP/JSON) supportbndw2026-02-131-0/+101
* feat: add WebSocket server with full NIP-01 supportbndw2026-02-133-0/+326
* feat: implement Subscribe with real-time event streamingbndw2026-02-133-3/+488
* feat: add gRPC handler with event validation and publishingbndw2026-02-134-0/+592
* feat: add query layer with Nostr filter to SQL conversionbndw2026-02-132-0/+622
* feat: add SQLite storage layer with binary-first event persistencebndw2026-02-134-0/+700
* feat: add Nostr protocol implementation (internal/nostr, internal/websocket)bndw2026-02-1318-0/+3848