Mirror of conduit for easier access.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
timokoesters d0920f0fa3
Add license
4 years ago
.gitea Add license 4 years ago
src better riot.im support 4 years ago
.gitignore Initial commit 4 years ago
Cargo.lock feat: random tokens, sessions, guest usernames and device ids 4 years ago
Cargo.toml feat: random tokens, sessions, guest usernames and device ids 4 years ago
LICENSE Add license 4 years ago
README.md better riot.im support 4 years ago
Rocket.toml feat: save pdus 4 years ago
rust-toolchain Better database structure 4 years ago
rustfmt.toml Use sled::Tree::prefix_search for deviceids 4 years ago

README.md

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