upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/nostr/events.rs
AgeCommit message (Expand)Author
2026-04-10fix: accept any d-tag identifier; percent-encode in URLsDanConwayDev
2026-04-09fix: reject identifiers with whitespace and URL-decode path componentsDanConwayDev
2026-02-26fix: ignore peeled tag entries (^{}) in state event ref parsingDanConwayDev
2026-02-03Merge relay.ngit.dev migration: bug fixes and migration toolingDanConwayDev
2026-01-21feat: add archive-grasp-services configuration optionDanConwayDev
2026-01-21fix: create_announcement_event test helper uses correct NIP-34 tag formatDanConwayDev
2026-01-12feat(config): add repository blacklist to block specific repos/npubs/identifiersDanConwayDev
2026-01-12refactor(config): validate eagerly at startup and remove Result from runtime ...DanConwayDev
2026-01-12feat(config): add repository whitelist for curated GRASP-01 acceptanceDanConwayDev
2026-01-12feat(grasp-05): add read-only mode with auto-enable for archive configsDanConwayDev
2026-01-12feat(grasp-05): implement archive mode for backup/mirror operationDanConwayDev
2026-01-10fix: normalize URLs with trailing slashes in announcement validationDanConwayDev
2026-01-08fix: filter out malformed announcements generated by gittrDanConwayDev
2026-01-08refactor: replace hardcoded Kind constants with rust-nostr variantsDanConwayDev
2025-12-22accept all UserGraspList for better discoveryDanConwayDev
2025-12-01fix cargo clippy and fmt warningsDanConwayDev
2025-12-01reject push when refs/nostr/<event-id> doesnt match known event and delete in...DanConwayDev
2025-11-28sync HEAD on state event and git data pushDanConwayDev
2025-11-26fix: parsing maintainers from announcement eventDanConwayDev
2025-11-26feat: push authorization from state eventDanConwayDev
2025-11-19fix some clippy fmt warningsDanConwayDev
2025-11-04add announcement testsDanConwayDev