aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw2026-02-137-2/+342
* feat: add Connect (gRPC over HTTP/JSON) supportbndw2026-02-137-10/+575
* feat: add WebSocket server with full NIP-01 supportbndw2026-02-135-15/+376
* docs: update README - Subscribe is now implementedbndw2026-02-131-5/+6
* feat: implement Subscribe with real-time event streamingbndw2026-02-133-3/+488
* feat: testclient can accept JSON events from stdinbndw2026-02-132-18/+57
* docs: add README with quick start guidebndw2026-02-131-0/+99
* feat: add relay server and test clientbndw2026-02-134-0/+151
* 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-136-0/+762
* docs: add design documentation and examplesbndw2026-02-134-0/+1165
* chore: add generated gRPC code (protoc-gen-go v1.36.11)bndw2026-02-132-0/+1967
* feat: add Protocol Buffer definitions and build toolingbndw2026-02-134-0/+246
* feat: add Nostr protocol implementation (internal/nostr, internal/websocket)bndw2026-02-1318-0/+3848
* chore: initialize Go module northwest.io/nostr-grpcbndw2026-02-133-0/+109