Charlotte's custom fork of the Dendrite matrix homeserver
 
 
 
 
Go to file
Neil Alexander 5f6f8adaa5
Don't prematurely stop trying to join using servers (#1041)
* Don't prematurely stop trying to join using servers

* Factor out performJoinUsingServer
2020-05-15 13:55:14 +01:00
.github
appservice
clientapi Set canonical alias on room creation (#1042) 2020-05-15 13:39:01 +01:00
cmd
common Set canonical alias on room creation (#1042) 2020-05-15 13:39:01 +01:00
docker
docs Update INSTALL.md, move docs (#1034) 2020-05-14 16:49:18 +01:00
eduserver
federationapi Return user_id and stream_id in federated devices query (#1040) 2020-05-15 12:07:51 +01:00
federationsender Don't prematurely stop trying to join using servers (#1041) 2020-05-15 13:55:14 +01:00
internal/sqlutil
keyserver
mediaapi
publicroomsapi
roomserver Fix some cases where accepting invites over federation doesn't work (#1028) 2020-05-14 14:58:47 +01:00
scripts
syncapi Add Range (#1037) 2020-05-15 09:41:12 +01:00
.gitignore
.golangci.yml
LICENSE
README.md Update INSTALL.md, move docs (#1034) 2020-05-14 16:49:18 +01:00
are-we-synapse-yet.list
are-we-synapse-yet.py
build.sh
dendrite-config.yaml
go.mod
go.sum
show-expected-fail-tests.sh
sytest-blacklist
sytest-whitelist

README.md

Dendrite Build Status Dendrite Dev on Matrix Dendrite on Matrix

Dendrite will be a second-generation Matrix homeserver written in Go.

It's still very much a work in progress, but installation instructions can be found in INSTALL.md. It is not recommended to use Dendrite as a production homeserver at this time.

An overview of the design can be found in DESIGN.md.

Contributing

Everyone is welcome to help out and contribute! See CONTRIBUTING.md to get started!

Please note that, as of February 2020, Dendrite now only targets Go 1.13 or later. Please ensure that you are using at least Go 1.13 when developing for Dendrite.

Discussion

For questions about Dendrite we have a dedicated room on Matrix #dendrite:matrix.org. Development discussion should happen in #dendrite-dev:matrix.org.

Progress

There's plenty still to do to make Dendrite usable! We're tracking progress in a project board.