bnewbold
bnewbold
The new relay code (`cmd/relay`) has a feature which allows the sequence number ("cursor") to have an initial value other than 1. For example, you can start at a couple...
See earlier conversation thread here: https://github.com/bluesky-social/indigo/pull/900#discussion_r2150146581 For example, could capture `text/plain` or `text/html` error responses and attach them to `APIError`, either in full or truncated, to help with debugging. Another...
In https://github.com/bluesky-social/indigo/pull/1082 we are finally deprecated the `#handle`, `#migration`, and `#tombstone` event types. Yay! We should probably still emit log warnings when events with these types are seen by the...
*Cross-posting from: https://github.com/bluesky-social/atproto/discussions/4316* Our near-term roadmap for PLC involves implementing a fully-validating read-replica service. It’s important that replicas agree on which PLC operations are valid and which are not. Due...
All operations on plc.directory have been "well-behaved": they are wall times in recent history, and have never been in the future (beyond clock skew). In the general case of consuming...
In some sense this has been planned for a while: moderation reporting schemas are pretty specific to Ozone, and are not really defined as part of the protocol itself. The...
This wires up bsky appview support for hydrating through Germ chat declaration context in profile views. The goal is to support showing Germ chat support status. This all works somewhat...
I thought that "authDeletePosts" would cover this use-case, but I checked some actual tools that might use this scope: - https://bsky.jazco.dev/cleanup - https://github.com/Gorcenski/skeeter-deleter - https://bskydelete.com/ - https://redact.dev/services/bluesky and they basically...
We've generally discussed a 1MB limit for records. I didn't realize that we actually cap request sizes at 150KB in the PDS reference implementation. This PR is a bit of...
This was raised by @mary-ext here: https://github.com/bluesky-social/atproto/discussions/4343#discussioncomment-14968632 The `knownValues` of a string should just be simple strings. If they are supposed to reference a token, then the string value needs...