mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 19:20:51 +01:00
No description
062c5521f0
Add PUT and GET /_matrix/client/r0/profile/{userId}/displayname Endpoint Add PUT and GET /_matrix/client/r0/profile/{userId}/avatar_url Endpoint Add GET /_matrix/client/r0/profile/{userId} Endpoint Took 2 hours 16 minutes |
||
---|---|---|
.gitea | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
Rocket.toml | ||
rust-toolchain | ||
rustfmt.toml |
Matrix Homeserver in Rust
Goals
A Matrix Homeserver that's faster than others.
What is it build on?
- Ruma: Useful structures for endpoint requests and responses that can be (de)serialized
- Sled: A simple (key, value) database with good performance
- Rocket: A flexible web framework
Roadmap
- Register, login, authentication tokens
- Create room messages
- Sync room messages
- Join rooms, lookup room ids
- Basic Riot web support
- Riot room discovery
- Riot read receipts
- Riot presence
- Proper room creation
- Riot E2EE
- Basic federation
- State resolution
Donate
Liberapay: https://liberapay.com/timokoesters/