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-10 07:53:20 +02: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 22:28:03 +02:00
|
|
|
|
2020-04-12 22:29:48 +02:00
|
|
|
#### What is the goal
|
2020-04-03 17:53:06 +02:00
|
|
|
|
2020-04-12 22:29:48 +02:00
|
|
|
A fast Matrix homeserver that's optimized for smaller, personal servers, instead of one server that has high scalability.
|
2020-04-03 17:53:06 +02:00
|
|
|
|
|
|
|
#### 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
|
|
|
|
|
2020-04-12 22:29:48 +02:00
|
|
|
#### What are the next steps?
|
2020-04-03 17:53:06 +02:00
|
|
|
|
|
|
|
- [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
|
2020-04-29 10:08:55 +02:00
|
|
|
- [x] Riot web support
|
|
|
|
- [x] Room discovery
|
|
|
|
- [x] Read receipts
|
2020-04-12 21:12:50 +02:00
|
|
|
- [x] Typing indications
|
2020-04-14 13:54:32 +02:00
|
|
|
- [x] Invites, user search
|
2020-04-14 22:44:45 +02:00
|
|
|
- [x] Password hashing
|
2020-05-19 18:31:34 +02:00
|
|
|
- [x] Riot E2EE
|
|
|
|
- [x] Media
|
2020-04-29 10:08:55 +02:00
|
|
|
- [ ] Basic federation
|
|
|
|
- [ ] State resolution
|
|
|
|
- [ ] Permission system
|
|
|
|
- [ ] Notifications (push rules)
|
2020-04-08 15:05:00 +02:00
|
|
|
- [ ] Riot presence
|
|
|
|
- [ ] Proper room creation
|
2020-04-08 22:28:03 +02:00
|
|
|
|
2020-04-12 22:29:48 +02:00
|
|
|
#### How can I contribute?
|
|
|
|
|
|
|
|
The best way to find something to work on is by joining the #conduit:koesters.xyz Matrix room and asking.
|
|
|
|
|
2020-04-08 22:28:03 +02:00
|
|
|
#### Donate
|
|
|
|
|
|
|
|
Liberapay: <https://liberapay.com/timokoesters/>
|