| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-24 | add background job to clean up grasp-audit test events and git repos | DanConwayDev | |
| Spawns a tokio task that runs every 30 minutes and removes all events tagged 'grasp-audit-test-event' older than 2 hours from the LMDB database, along with their associated bare git repositories on disk. | |||
| 2025-12-24 | feat(purgatory): add broken purgatory implementation | DanConwayDev | |
| 2025-12-04 | feat(sync): Phase 1 MVP - single relay proactive sync | DanConwayDev | |
| - Add src/sync/ module with SyncManager - Add NGIT_SYNC_RELAY_URL config option - Subscribe to kind 30617 on configured relay - Validate synced events through Nip34WritePolicy - Integration test with two TestRelay instances | |||
| 2025-12-04 | add prometheus metrics | DanConwayDev | |
| 2025-11-21 | add git http handling | DanConwayDev | |
| 2025-11-19 | add landing page and nostr-relay-builder relay on same port | DanConwayDev | |
| 2025-11-04 | feat: add library target for unit testing | DanConwayDev | |
| - Create src/lib.rs with module exports - Update Cargo.toml with [lib] section - All 5 unit tests passing | |||