Ryan Barrett
Ryan Barrett
We'd like to propose a new boolean `bridgeable` property on AP actors and other objects that can be used to explicitly express consent, or lack thereof, to being bridged. This...
> Does Bridgy Fed currently emit the [`…:_misskey_requireSigninToViewContents`](https://misskey-hub.net/ns#_misskey_requiresignintoviewcontents) flag for accounts that have that setting enabled? > If not then we really should do so, since it's a direct equivalent....
Right now we try to handle bare objects in `Protocol.receive` generically, infer `Object.new` and `.changed`, etc. This is difficult, and for most protocols, we already know conclusively whether we're getting...
Right now, we detect whether a web site is a fediverse server by fetching supports Webfinger for an arbitrary user. It's sometimes difficult to interpret the response (see https://github.com/snarfed/bridgy-fed/issues/1685#issuecomment-2594190009), so...
I currently have a few bits of config for individual remote instances in various places: * `common.DOMAIN_BLOCKLIST` * `Web.status == 'owns-webfinger'` * ~~`Web.manual_opt_out`~~ * `activitypub.NO_AUTH_DOMAINS` * `activitypub.OLD_ACCOUNT_EXEMPT_DOMAINS` * `protocol.LIMITED_DOMAINS` *...
When we get a `Delete`, right now we set `Object.deleted` to `True`, and we have to check that flag everywhere. This originally seemed like a good idea, long ago when...
We'd like to start tracking aggregates and statistics for Bridgy Fed usage. We do a bit of that now, eg total users, broken down per network, current activity rate, etc....
### Description Hi @dansup @trwnh et al! Hope you're both good! We noticed recently that Pixelfed reuses ActivityPub ids in its outbound activities in some cases, eg follows. If you...
Open to alternatives here. Thanks for building and maintaining pymemcache!
Hi! First of all, thank you so much for building and maintaining pymemcache. It's great! It's been almost a year and a half since the last release (4.0.0), and some...