We actually need this for P2P because otherwise we can *segfault* with things like: "runtime: unexpected return pc for runtime.handleEvent" where the event is a `syscall/js` event, caused by spamming sql.js caused by "Checking event signatures for 14 events of room state" which hammers the key DB repeatedly in quick succession. Using a cache fixes this, though the underlying cause is probably a bug in the version of Go I'm on (1.13.7) |
||
|---|---|---|
| .github | ||
| appservice | ||
| clientapi | ||
| cmd | ||
| common | ||
| docker | ||
| docs | ||
| federationapi | ||
| federationsender | ||
| hooks | ||
| mediaapi | ||
| prometheus | ||
| publicroomsapi | ||
| roomserver | ||
| scripts | ||
| syncapi | ||
| typingserver | ||
| .editorconfig | ||
| .gitignore | ||
| .golangci.yml | ||
| build.sh | ||
| CODE_STYLE.md | ||
| CONTRIBUTING.md | ||
| dendrite-config.yaml | ||
| DESIGN.md | ||
| go.mod | ||
| go.sum | ||
| INSTALL.md | ||
| LICENSE | ||
| p2p.md | ||
| README.md | ||
| show-expected-fail-tests.sh | ||
| sytest-blacklist | ||
| sytest-whitelist | ||
| WIRING.md | ||
Dendrite

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.