alpha
Login
or
Join now
ave.zone
/
tranquil-pds
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork for PR & AGPL purposes
pds.lavate.ch
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tranquil-pds
/
crates
/
tranquil-scopes
/
src
/
at
refactor/unify-short-codes
6 files
Tyler
fix: derive lexicon DNS authority from all-but-last NSID segment
2mo ago
8e6ace2f
definitions.rs
feat: cross-pds delegation
4 months ago
error.rs
Separate crates for separate concerns
7 months ago
lib.rs
fix(oauth): fail properly on non-expanded include scopes
4 months ago
parser.rs
fix: some small bugs
6 months ago
permission_set.rs
fix: derive lexicon DNS authority from all-but-last NSID segment Permission-set expansion resolved the lexicon's DNS authority using a fixed `parts[..2]`, which only works for three-segment NSIDs. For a four-segment NSID such as community.lexicon.bookmarks.authManageBookmarks this dropped a segment and queried _lexicon.lexicon.community instead of _lexicon.bookmarks.lexicon.community, failing with "DNS resolution failed: ... no record found". The authority is every NSID segment except the last (the name), reversed. Use parts[..parts.len() - 1] to match the spec and the existing extract_namespace_authority helper, and update the DNS authority test with three/four-segment and bookmarks regression cases.
2 months ago
permissions.rs
feat(tranquil-store): beginnings of the gauntlet test suite Lewis: May this revision serve well! <lu5a@proton.me>
3 months ago