From 183eaa5b298235acb8f25ba8f18b98e31471d965 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:12:04 +0200 Subject: [feature] Implement explicit domain allows + allowlist federation mode (#2200) * love like winter! wohoah, wohoah * domain allow side effects * tests! logging! unallow! * document federation modes * linty linterson * test * further adventures in documentation * finish up domain block documentation (i think) * change wording a wee little bit * docs, example * consolidate shared domainPermission code * call mode once * fetch federation mode within domain blocked func * read domain perm import in streaming manner * don't use pointer to slice for domain perms * don't bother copying blocks + allows before deleting * admonish! * change wording just a scooch * update docs --- docs/assets/diagrams/federation_modes.drawio | 124 +++++++++++++++++++++++++++ docs/assets/diagrams/federation_modes.png | Bin 0 -> 60821 bytes 2 files changed, 124 insertions(+) create mode 100644 docs/assets/diagrams/federation_modes.drawio create mode 100644 docs/assets/diagrams/federation_modes.png (limited to 'docs/assets') diff --git a/docs/assets/diagrams/federation_modes.drawio b/docs/assets/diagrams/federation_modes.drawio new file mode 100644 index 000000000..225c57ea2 --- /dev/null +++ b/docs/assets/diagrams/federation_modes.drawio @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/assets/diagrams/federation_modes.png b/docs/assets/diagrams/federation_modes.png new file mode 100644 index 000000000..054bf58ea Binary files /dev/null and b/docs/assets/diagrams/federation_modes.png differ -- cgit v1.2.3