1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-07-27 13:59:06 +02:00
conduit/README.md

35 lines
1 KiB
Markdown
Raw Normal View History

2020-04-09 17:39:45 +02:00
# Conduit
### A Matrix homeserver written in Rust
2020-04-03 17:53:06 +02:00
2020-04-09 19:51:52 +02:00
[![Liberapay](http://img.shields.io/liberapay/receives/timokoesters.svg?logo=liberapay)](https://liberapay.com/timokoesters)
2020-04-09 23:23:16 +02:00
[![Matrix](https://img.shields.io/matrix/conduit:koesters.xyz?server_fqdn=matrix.koesters.xyz)](https://matrix.to/#/#conduit:koesters.xyz)
2020-04-08 22:28:03 +02:00
2020-04-03 17:53:06 +02: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 19:57:04 +02:00
- [x] Create room messages
- [x] Sync room messages
2020-04-08 15:05:00 +02:00
- [x] Join rooms, lookup room ids
- [x] Basic Riot web support
- [ ] Riot room discovery
- [ ] Riot read receipts
- [ ] Riot presence
- [ ] Proper room creation
- [ ] Riot E2EE
- [ ] Basic federation
- [ ] State resolution
2020-04-08 22:28:03 +02:00
#### Donate
Liberapay: <https://liberapay.com/timokoesters/>