summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-07-06 13:29:11 +0200
committerLibravatar GitHub <noreply@github.com>2021-07-06 13:29:11 +0200
commit356857921897c0fb91add7f94e8944dd7e6c57b5 (patch)
tree2f6d8d42b6eba0ef3bc693c04be712bcef2af1d3 /README.md
parentDomain block (#76) (diff)
downloadgotosocial-356857921897c0fb91add7f94e8944dd7e6c57b5.tar.xz
Blocklist import (#77)
* first steps on importing blocklists * unblock domains properly
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe67a8da5..26c45140f 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,15 @@ A grab-bag of things that are already included or will be included in the projec
## Implementation Status
-Things are moving on the project! As of June 2021 you can now:
+Things are moving on the project! As of July 2021 you can now:
+
+### Admin
* Build and deploy GoToSocial as a binary, with automatic LetsEncrypt certificate support built-in.
+* Create, confirm, and promote users using self-documented CLI tool.
+
+### User
+
* Connect to the running instance via Tusky or Pinafore, using email address and password (stored encrypted).
* Post/delete posts.
* Reply/delete replies.
@@ -44,7 +50,12 @@ Things are moving on the project! As of June 2021 you can now:
* View local timeline.
* View and scroll home timeline (with ~10ms latency hell yeah).
* Stream new posts, notifications and deletes through a websockets connection via Pinafore.
+
+### Federation
+
* Federation support and interoperability with Mastodon and others.
+* Domain blocking: create, update, delete, and export domain blocks.
+* Domain blocking: import lists of domain blocks -- no more blocking domains one-by-one.
In other words, a deployed GoToSocial instance is already pretty useable!