2020-04-09 08:39:45 -07:00
|
|
|
# Conduit
|
|
|
|
### A Matrix homeserver written in Rust
|
2020-04-03 08:53:06 -07:00
|
|
|
|
2020-04-09 22:53:20 -07: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 13:28:03 -07:00
|
|
|
|
2020-05-21 08:36:07 -07:00
|
|
|
#### Is it fast?
|
|
|
|
|
|
|
|
See it in action: <https://www.youtube.com/watch?v=HoBslDtqC1k>
|
|
|
|
|
2020-04-12 13:29:48 -07:00
|
|
|
#### What is the goal
|
2020-04-03 08:53:06 -07:00
|
|
|
|
2020-04-12 13:29:48 -07:00
|
|
|
A fast Matrix homeserver that's optimized for smaller, personal servers, instead of one server that has high scalability.
|
2020-04-03 08:53:06 -07: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 13:29:48 -07:00
|
|
|
#### What are the next steps?
|
2020-04-03 08:53:06 -07:00
|
|
|
|
|
|
|
- [x] Register, login, authentication tokens
|
2020-04-06 10:57:04 -07:00
|
|
|
- [x] Create room messages
|
|
|
|
- [x] Sync room messages
|
2020-04-08 06:05:00 -07:00
|
|
|
- [x] Join rooms, lookup room ids
|
2020-04-29 01:08:55 -07:00
|
|
|
- [x] Riot web support
|
|
|
|
- [x] Room discovery
|
|
|
|
- [x] Read receipts
|
2020-04-12 12:12:50 -07:00
|
|
|
- [x] Typing indications
|
2020-04-14 04:54:32 -07:00
|
|
|
- [x] Invites, user search
|
2020-04-14 13:44:45 -07:00
|
|
|
- [x] Password hashing
|
2020-05-19 09:31:34 -07:00
|
|
|
- [x] Riot E2EE
|
|
|
|
- [x] Media
|
2020-04-29 01:08:55 -07:00
|
|
|
- [ ] Basic federation
|
|
|
|
- [ ] State resolution
|
|
|
|
- [ ] Permission system
|
|
|
|
- [ ] Notifications (push rules)
|
2020-04-08 06:05:00 -07:00
|
|
|
- [ ] Riot presence
|
|
|
|
- [ ] Proper room creation
|
2020-04-08 13:28:03 -07:00
|
|
|
|
2020-04-12 13:29:48 -07: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 13:28:03 -07:00
|
|
|
#### Donate
|
|
|
|
|
|
|
|
Liberapay: <https://liberapay.com/timokoesters/>
|