conduit/README.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

2020-04-09 15:39:45 +00:00
# Conduit
### A Matrix homeserver written in Rust
2020-04-03 15:53:06 +00:00
2020-04-10 05:53:20 +00:00
[![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)
2020-04-08 20:28:03 +00:00
2020-04-03 15:53:06 +00:00
#### Goals
A Matrix Homeserver that's faster than others.
#### 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
#### Roadmap
- [x] Register, login, authentication tokens
2020-04-06 17:57:04 +00:00
- [x] Create room messages
- [x] Sync room messages
2020-04-08 13:05:00 +00:00
- [x] Join rooms, lookup room ids
- [x] Basic Riot web support
2020-04-10 05:53:20 +00:00
- [x] Riot room discovery
2020-04-12 19:12:50 +00:00
- [x] Riot read receipts
- [x] Typing indications
2020-04-08 13:05:00 +00:00
- [ ] Riot presence
2020-04-10 05:53:20 +00:00
- [ ] Password hashing
2020-04-08 13:05:00 +00:00
- [ ] Proper room creation
- [ ] Riot E2EE
- [ ] Basic federation
- [ ] State resolution
2020-04-08 20:28:03 +00:00
#### Donate
Liberapay: <https://liberapay.com/timokoesters/>