From 0ea08768ec123f825a32766c896fbd0e1f568a66 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 20 Dec 2022 10:06:30 +0000 Subject: [PATCH] Add compatibility docs --- docs/index.rst | 1 + docs/intercompatibility.rst | 39 +++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 docs/intercompatibility.rst diff --git a/docs/index.rst b/docs/index.rst index aeb41de..5c35bbc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,6 +19,7 @@ in alpha. For more information about Takahē, see contributing domains moderation + intercompatibility stator tuning releases/index diff --git a/docs/intercompatibility.rst b/docs/intercompatibility.rst new file mode 100644 index 0000000..807f338 --- /dev/null +++ b/docs/intercompatibility.rst @@ -0,0 +1,39 @@ +Intercompatibility +================== + +Takahē aims to be compatible with every modern Fediverse server, but the range +of options means that we cannot exhaustively test with everything. + +This page tracks what we have tried and know works, what has known issues, and +what we know doesn't work. + + +Full Support +------------ + +These servers are our primary testbed and we support them as far as Takahē's +:doc:`own featureset ` allows: + +* Mastodon 4.0 and higher + + +Partial Support +--------------- + +These servers have been tried and appear to initally work, but more testing is +needed: + +* Akkoma +* Gotosocial +* Peertube +* Pixelfed +* Pleroma + + +Known Issues +------------ + +These servers have the beginnings of support but known bugs that need fixing: + +* Mitra + * Sends Follow Accept messages in a compact format we don't accept yet