diff options
| author | 2023-09-21 12:12:04 +0200 | |
|---|---|---|
| committer | 2023-09-21 12:12:04 +0200 | |
| commit | 183eaa5b298235acb8f25ba8f18b98e31471d965 (patch) | |
| tree | 55f42887edeb5206122d92eb30e0eedf145a3615 /ROADMAP.md | |
| parent | [docs] Add a note on cluster support (#2214) (diff) | |
| download | gotosocial-183eaa5b298235acb8f25ba8f18b98e31471d965.tar.xz | |
[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
Diffstat (limited to 'ROADMAP.md')
| -rw-r--r-- | ROADMAP.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ROADMAP.md b/ROADMAP.md index 074abfc12..bca1e7091 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -45,24 +45,24 @@ What follows is a rough timeline of features that will be implemented on the roa ### Mid 2023 -- **Hashtags** -- implement federating hashtags and viewing hashtags to allow users to discover posts that they might be interested in. -- **Block list subscriptions** -- allow instance admins to subscribe their instance to plaintext domain block lists (much of the work for this is already in place). -- **Direct conversation view** -- allow users to easily page through all direct-message conversations they're a part of. +- [x] **Hashtags** -- implement federating hashtags and viewing hashtags to allow users to discover posts that they might be interested in. (Done! https://github.com/superseriousbusiness/gotosocial/pull/2032). +- [ ] **Block list subscriptions** -- allow instance admins to subscribe their instance to plaintext domain block lists (much of the work for this is already in place). +- [ ] **Direct conversation view** -- allow users to easily page through all direct-message conversations they're a part of. ### Mid/late 2023 -- **Polls** -- implementing parsing, creating, and voting in polls. -- **Mute posts/threads** -- opt-out of notifications for replies to a thread; no longer show a given post in your timeline. -- **Limited peering/allowlists** -- allow instance admins to limit federation with other instances by default. +- [ ] **Polls** -- implementing parsing, creating, and voting in polls. +- [ ] **Mute posts/threads** -- opt-out of notifications for replies to a thread; no longer show a given post in your timeline. +- [x] **Limited peering/allowlists** -- allow instance admins to limit federation with other instances by default. (Done! https://github.com/superseriousbusiness/gotosocial/pull/2200) ### Late 2023 -- **Move activity** -- use the ActivityPub `Move` activity to support migration of a user's profile across servers. -- **Sign-up flow** -- allow users to submit a sign-up request to an instance; allow admins to moderate sign-up requests. +- [ ] **Move activity** -- use the ActivityPub `Move` activity to support migration of a user's profile across servers. +- [ ] **Sign-up flow** -- allow users to submit a sign-up request to an instance; allow admins to moderate sign-up requests. ### Early 2024 -- **Non-replyable posts** -- design a non-replyable post path for GoToSocial based on https://github.com/mastodon/mastodon/issues/14762#issuecomment-1196889788; allow users to create non-replyable posts. +- [ ] **Non-replyable posts** -- design a non-replyable post path for GoToSocial based on https://github.com/mastodon/mastodon/issues/14762#issuecomment-1196889788; allow users to create non-replyable posts. ### And then... |
