Go to file
2020-06-02 16:18:01 +01:00
.github
appservice Fix pg user already exists (#1076) 2020-06-01 18:34:29 +01:00
build Add Dockerfile for building p2p riot 2020-05-29 21:01:58 +01:00
clientapi Return correct error to LookupRoomAlias 2020-06-02 09:34:36 +01:00
cmd Only store our own aliases in publicroomsapi (#1081) 2020-06-02 15:01:13 +01:00
docs
eduserver Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00
federationapi Reset backoff on incoming federation (#1080) 2020-06-02 12:42:36 +01:00
federationsender Add a way to force federationsender to retry sending transactions (#1077) 2020-06-01 18:34:08 +01:00
internal Reset backoff on incoming federation (#1080) 2020-06-02 12:42:36 +01:00
keyserver
mediaapi
publicroomsapi Sort public rooms again by member count (#1083) 2020-06-02 16:18:01 +01:00
roomserver
serverkeyapi
syncapi Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00
.dockerignore
.gitignore
.golangci.yml
are-we-synapse-yet.list
are-we-synapse-yet.py
build-dendritejs.sh
build.sh
dendrite-config.yaml Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00
go.mod Use gomatrixserverlib device structs (#1079) 2020-06-02 11:29:47 +01:00
go.sum Use gomatrixserverlib device structs (#1079) 2020-06-02 11:29:47 +01:00
LICENSE
README.md
show-expected-fail-tests.sh
sytest-blacklist Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00
sytest-whitelist Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00

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.