Andrew Godwin
Andrew Godwin
It was pointed out in https://code.djangoproject.com/ticket/32586 that the initial ASGI requirement that header names in responses MUST be lowercased - inherited from ASGI 1, I believe - doesn't actually match...
Channels 2 needs multiplexing support, as it's not yet implemented. It'll need a substantially different design to the Channels 1 one, but it should be easier to make it nest...
Right now, the tests only cover single-host mode; it would be nice to have proper tests for sharded mode as it's the easiest one to get wrong.
We should probably do this for at least these images just to lessen the load on other servers. We can stash them in the same fields we use for locally...
It is unclear to me as yet if it is the job of: * The reply author's server to send the reply to all servers of the original posts' author's...
Along with the option to hide them in profile settings
Anything that resolves to local IP ranges should not be allowed for actor fetching.
We have federation issues with GoToSocial at least in terms of fetching identities - something about our JSON-LD canonicalisation pass is erasing most of the values.
We need a way to support the ability for clients to subscribe to push notifications. Rough thoughts: - API tokens are already tied to Identity, which is good. Tokens can...
We want to support local users uploading video in two senses: * Normal video files (MP4, MKV, MOV, etc.) * Animated GIFs/PNGs We only want to allow videos to be...