41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
# Conduit
|
|
### A Matrix homeserver written in Rust
|
|
|
|
[![Liberapay](https://img.shields.io/liberapay/receives/timokoesters?logo=liberapay)](https://liberapay.com/timokoesters)
|
|
[![Matrix](https://img.shields.io/matrix/conduit:koesters.xyz?server_fqdn=matrix.koesters.xyz&logo=matrix)](https://matrix.to/#/#conduit:koesters.xyz)
|
|
|
|
#### What is the goal
|
|
|
|
A fast Matrix homeserver that's optimized for smaller, personal servers, instead of one server that has high scalability.
|
|
|
|
#### What is it build on?
|
|
|
|
- [Ruma](https://www.ruma.io): Useful structures for endpoint requests and responses that can be (de)serialized
|
|
- [Sled](https://github.com/spacejam/sled): A simple (key, value) database with good performance
|
|
- [Rocket](https://rocket.rs): A flexible web framework
|
|
|
|
#### What are the next steps?
|
|
|
|
- [x] Register, login, authentication tokens
|
|
- [x] Create room messages
|
|
- [x] Sync room messages
|
|
- [x] Join rooms, lookup room ids
|
|
- [x] Basic Riot web support
|
|
- [x] Riot room discovery
|
|
- [x] Riot read receipts
|
|
- [x] Typing indications
|
|
- [ ] Riot presence
|
|
- [ ] Password hashing
|
|
- [ ] Proper room creation
|
|
- [ ] Riot E2EE
|
|
- [ ] Basic federation
|
|
- [ ] State resolution
|
|
|
|
#### How can I contribute?
|
|
|
|
The best way to find something to work on is by joining the #conduit:koesters.xyz Matrix room and asking.
|
|
|
|
#### Donate
|
|
|
|
Liberapay: <https://liberapay.com/timokoesters/>
|