| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-07 | Add SyncQueueEntry with exponential backoff for purgatory sync | DanConwayDev | |
| Implement the sync queue entry struct that tracks sync state per identifier: - next_attempt: when the next sync should be attempted - attempt_count: for backoff calculation (resets on new events) - in_progress: prevents concurrent syncs for same identifier Backoff schedule: 20s → 40s → 80s → 120s (capped at 2 minutes) This is the foundation for the identifier-based purgatory sync system that will replace the current per-event syncing approach. | |||
| 2026-01-05 | sync all repos when authorised state data push received | DanConwayDev | |
| 2026-01-05 | purgatory: git data sync applies state and saves event | DanConwayDev | |
| 2026-01-05 | purgatory: state git data sync use single command to fetch oids | DanConwayDev | |
| 2026-01-05 | purgatory: add state git data sync | DanConwayDev | |
| 2026-01-02 | sync: use purgatory | DanConwayDev | |
| don't save new events destined for purgatory events directly to db or serve on websockets don't download events already in purgatory via negentropy sync | |||
| 2025-12-24 | feat(purgatory): add broken purgatory implementation | DanConwayDev | |