| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-04 | add prometheus metrics | DanConwayDev | |
| 2025-12-03 | improved settings cli flags > env vars > defaults | DanConwayDev | |
| 2025-12-03 | feat: implement LMDB database backend | DanConwayDev | |
| - Add nostr-lmdb dependency (v0.44) for persistent storage - Create SharedDatabase type alias for database abstraction - Update all database-related functions to use trait object - Support runtime selection via NGIT_DATABASE_BACKEND env var Database backends: - memory: In-memory (default, fastest, no persistence) - lmdb: LMDB backend (persistent, general purpose) All 34 tests pass with the new implementation. | |||
| 2025-12-02 | nip11 add icon | DanConwayDev | |
| 2025-12-02 | refactor: fix fmt and clippy | DanConwayDev | |
| 2025-12-01 | add repo land page and 404 page per GRASP-01 | DanConwayDev | |
| 2025-12-01 | fix cargo clippy and fmt warnings | DanConwayDev | |
| 2025-11-28 | fix maintainer recursion | DanConwayDev | |
| 2025-11-26 | feat: push authorization from state event | DanConwayDev | |
| 2025-11-26 | add cors support | DanConwayDev | |
| 2025-11-21 | fixed http clone | DanConwayDev | |
| but do we really nedd to create a blank commit? I dont think ngit-relay does that. Do we need to se the default branch or is this automatic? | |||
| 2025-11-21 | add git http handling | DanConwayDev | |
| 2025-11-21 | add nip11 | DanConwayDev | |
| 2025-11-20 | replace actix with hyper | DanConwayDev | |
| 2025-11-19 | fix some clippy fmt warnings | DanConwayDev | |
| 2025-11-19 | add landing page and nostr-relay-builder relay on same port | DanConwayDev | |