Update README.md

This commit is contained in:
Pim Kunis 2021-09-01 12:21:02 +00:00 committed by GitHub
parent c42fc7c350
commit 4aeb2d2cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
# Matrix homeserver # Architex
This is my attempt at creating a Matrix homeserver in Elixir. A Matrix homeserver written in Elixir.
Currently it is in a very early stage. Currently, this project is in a very early stage.
## Noteworthy contributions ## Noteworthy contributions
* `lib/matrix_server/state_resolution.ex`: Implementation of version 2 of the Matrix state resolution algorithm. * `lib/architex/state_resolution.ex`: Implementation of version 2 of the Matrix state resolution algorithm.
* `lib/matrix_server/state_resolution/authorization.ex`: Implementation of authorization rules for the state resolution algorithm. * `lib/architex/state_resolution/authorization.ex`: Implementation of authorization rules for the state resolution algorithm.
* `lib/matrix_server/room_server.ex`: A GenServer that holds and manages the state of a room. * `lib/architex/room_server.ex`: A GenServer that holds and manages the state of a room.
## Dependencies ## Dependencies