docs: update readme

next
Timo Kösters 2021-04-20 12:53:20 +02:00
parent ad19264c38
commit 4c4e1f9027
No known key found for this signature in database
GPG Key ID: 24DA7517711A2BA4
1 changed files with 16 additions and 4 deletions

View File

@ -23,11 +23,23 @@ example) and register on the `https://conduit.koesters.xyz` homeserver.
- [Rocket](https://rocket.rs): A flexible web framework
#### What are the biggest things still missing?
#### What is the current status?
- Most federation features (invites, e2ee)
- Push notifications on mobile
- Notification settings
Conduit can already be used chat with other users on Conduit, chat with users
from other Matrix servers and even to chat with users on other platforms using
appservices. When chatting with users on the same Conduit server, everything
should work assuming you use a compatible client.
**You should not join Matrix rooms without asking the admins first.** We do not
know whether Conduit is safe for general use yet, so you should assume there is
some chance that it breaks rooms permanently for all participating users. We
are not aware of such a bug today, but we would like to do more testing.
There are still a few important features missing:
- Database stability (currently you might have to do manual upgrades or even wipe the db for new versions)
- End-to-end encrypted chats over federation
- Typing, presence, read receipts etc. over federation
- Lots of testing
Check out the [Conduit 1.0 Release Milestone](https://gitlab.com/famedly/conduit/-/milestones/3).