upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sync/relay_connection.rs
AgeCommit message (Expand)Author
2026-01-21refactor: use mark_negentropy_unsupported() consistentlyDanConwayDev
2026-01-21fix: fall back to REQ+EOSE when negentropy retry failsDanConwayDev
2026-01-10fix: detect NIP-77 NOTICE immediately during negentropy syncDanConwayDev
2026-01-10fix: return error when negentropy has failures to enable REQ fallbackDanConwayDev
2026-01-09improve: detect and skip negentropy for unsupported relaysDanConwayDev
2026-01-09fix: downgrade negentropy timeout warning to debug levelDanConwayDev
2026-01-09chore: cargo fmtDanConwayDev
2026-01-09feat: replace owner-npub with relay-owner-nsec for persistent operator identityDanConwayDev
2026-01-08fix: sync-bootstrap-relay-url scheme optionalDanConwayDev
2025-12-22chore: cargo fmt and clippyDanConwayDev
2025-12-22fix: sync consoldate subscription countDanConwayDev
2025-12-22sync: add req rate-limit detection and cooldownDanConwayDev
2025-12-19feat(sync): implement pagination for historic_sync REQ+EOSE flowDanConwayDev
2025-12-19sync: fix autoclose on EOSE for historic filtersDanConwayDev
2025-12-19refactor: rename connect_and_subscribe to connectDanConwayDev
2025-12-19fix: prevent CLOSED messages from terminating relay connectionsDanConwayDev
2025-12-18sync removing dead codeDanConwayDev
2025-12-11fix: resolve all fmt and clippy warningsDanConwayDev
2025-12-11feat: implement NIP-77 negentropy sync for historical dataDanConwayDev
2025-12-11docs(sync): document why RelayConnection uses Client instead of Relay directlyDanConwayDev
2025-12-11refactor: use Relay::notifications() for event-driven disconnect detectionDanConwayDev
2025-12-11fix: wire up relay disconnection detection for metricsDanConwayDev
2025-12-11sync: add sync_base_backoff_secs config for better testingDanConwayDev
2025-12-11sync: improve connection timeout handlingDanConwayDev
2025-12-11fix(sync): improve metrics recording and connection failure detectionDanConwayDev
2025-12-10sync: fix connection registration issueDanConwayDev
2025-12-10sync: implement filter consolidation systemDanConwayDev
2025-12-10sync v4 mvpDanConwayDev
2025-12-10stub of sync v4DanConwayDev
2025-12-10improve sync designDanConwayDev