Conduit is a simple, fast and reliable chat server powered by Matrix https://conduit.rs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jonas Platte c60402bf0d
Update ruma-client-api
6 years ago
.gitea Add license 6 years ago
src Update ruma-client-api 6 years ago
.gitignore Initial commit 6 years ago
Cargo.lock Update ruma-client-api 6 years ago
Cargo.toml feat: random tokens, sessions, guest usernames and device ids 6 years ago
LICENSE Add license 6 years ago
README.md better riot.im support 6 years ago
Rocket.toml feat: save pdus 6 years ago
rust-toolchain Better database structure 6 years ago
rustfmt.toml Use sled::Tree::prefix_search for deviceids 6 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