summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* redesign: cyber-brutalist terminal aestheticbndw4 days1-101/+367
* feat: add HTML index page for browser viewingbndw4 days3-4/+219
* feat: implement NIP-09 with hard deletebndw4 days5-0/+320
* refactor: simplify deletion handling (remove NIP-09 processing)bndw4 days7-289/+3
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw4 days7-2/+342
* feat: add Connect (gRPC over HTTP/JSON) supportbndw4 days7-10/+575
* feat: add WebSocket server with full NIP-01 supportbndw4 days5-15/+376
* docs: update README - Subscribe is now implementedbndw4 days1-5/+6
* feat: implement Subscribe with real-time event streamingbndw4 days3-3/+488
* feat: testclient can accept JSON events from stdinbndw4 days2-18/+57
* docs: add README with quick start guidebndw4 days1-0/+99
* feat: add relay server and test clientbndw4 days4-0/+151
* feat: add gRPC handler with event validation and publishingbndw4 days4-0/+592
* feat: add query layer with Nostr filter to SQL conversionbndw4 days2-0/+622
* feat: add SQLite storage layer with binary-first event persistencebndw4 days6-0/+762
* docs: add design documentation and examplesbndw4 days4-0/+1165
* chore: add generated gRPC code (protoc-gen-go v1.36.11)bndw4 days2-0/+1967
* feat: add Protocol Buffer definitions and build toolingbndw4 days4-0/+246
* feat: add Nostr protocol implementation (internal/nostr, internal/websocket)bndw4 days18-0/+3848
* chore: initialize Go module northwest.io/nostr-grpcbndw4 days3-0/+109