Update README.md
This commit is contained in:
parent
c42fc7c350
commit
4aeb2d2cd8
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -1,13 +1,13 @@
|
|||
# Matrix homeserver
|
||||
# Architex
|
||||
|
||||
This is my attempt at creating a Matrix homeserver in Elixir.
|
||||
Currently it is in a very early stage.
|
||||
A Matrix homeserver written in Elixir.
|
||||
Currently, this project is in a very early stage.
|
||||
|
||||
## Noteworthy contributions
|
||||
|
||||
* `lib/matrix_server/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/matrix_server/room_server.ex`: A GenServer that holds and manages the state of a room.
|
||||
* `lib/architex/state_resolution.ex`: Implementation of version 2 of the Matrix state resolution algorithm.
|
||||
* `lib/architex/state_resolution/authorization.ex`: Implementation of authorization rules for the state resolution algorithm.
|
||||
* `lib/architex/room_server.ex`: A GenServer that holds and manages the state of a room.
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
|
Loading…
Reference in a new issue