A fork of the Cocoon PDS but being made more distributed.
11

Configure Feed

Select the types of activity you want to include in your feed.

update readme

Hailey (Mar 28, 2025, 11:10 PM -0700) 24a885b5 96f71046

+8 -6
+8 -6
README.md
··· 7 7 8 8 ### Impmlemented Endpoints 9 9 10 + > [!NOTE] 11 + Just because something is implemented doesn't mean it is finisehd. Tons of these are returning bad errors, don't do validation properly, etc. I'll make a "second pass" checklist at some point to do all of that. 12 + 10 13 - [ ] com.atproto.identity.getRecommendedDidCredentials 11 14 - [ ] com.atproto.identity.requestPlcOperationSignature 12 15 - [x] com.atproto.identity.resolveHandle 13 16 - [ ] com.atproto.identity.signPlcOperation 14 17 - [ ] com.atproto.identity.submitPlcOperatioin 15 - - [ ] com.atproto.identity.updateHandle 18 + - [x] com.atproto.identity.updateHandle 16 19 - [ ] com.atproto.label.queryLabels 17 20 - [ ] com.atproto.moderation.createReport 18 21 19 - - [ ] com.atproto.repo.applyWrites 22 + - [x] com.atproto.repo.applyWrites 20 23 - [x] com.atproto.repo.createRecord 21 24 - [x] com.atproto.repo.putRecord 22 25 - [ ] com.atproto.repo.deleteRecord 23 26 - [x] com.atproto.repo.describeRepo 24 27 - [x] com.atproto.repo.getRecord 25 28 - [ ] com.atproto.repo.importRepo 26 - - [ ] com.atproto.repo.listMissingBlobs 27 29 - [x] com.atproto.repo.listRecords 28 30 - [ ] com.atproto.repo.listMissingBlobs 29 31 ··· 49 51 - [ ] com.atproto.server.revokeAppPassword 50 52 - [ ] com.atproto.server.updateEmail 51 53 52 - - [ ] com.atproto.sync.getBlob 54 + - [x] com.atproto.sync.getBlob 53 55 - [x] com.atproto.sync.getBlocks 54 56 - [x] com.atproto.sync.getLatestCommit 55 57 - [x] com.atproto.sync.getRecord 56 58 - [x] com.atproto.sync.getRepoStatus 57 59 - [x] com.atproto.sync.getRepo 58 - - [ ] com.atproto.sync.listBlobs 60 + - [x] com.atproto.sync.listBlobs 59 61 - [x] com.atproto.sync.listRepos 60 - - [ ] com.atproto.sync.notifyOfUpdate - BGS doesn't even have this implemented lol 62 + - ~[ ] com.atproto.sync.notifyOfUpdate~ - BGS doesn't even have this implemented lol 61 63 - [x] com.atproto.sync.requestCrawl 62 64 - [x] com.atproto.sync.subscribeRepos 63 65