d4918b83c6
Every time before sending a PR I like to run ./scripts/build-test-lint.sh to make sure the CI won't complain about anything. The problem is that this script attempts to install golangci-lint, which causes modifications to go.mod/go.sum. This PR backs up and restores those files before and after linting. Ideally instead of this hacky backing up/restoring we'd use go gets -mod=readonly option, but that still modifies go.sum. This will be fixed in go 1.13 apparently. golang/go#30667 |
||
---|---|---|
.buildkite | ||
.circleci | ||
.github | ||
appservice | ||
clientapi | ||
cmd | ||
common | ||
docker | ||
docs | ||
federationapi | ||
federationsender | ||
hooks | ||
mediaapi | ||
publicroomsapi | ||
roomserver | ||
scripts | ||
syncapi | ||
typingserver | ||
.editorconfig | ||
.gitignore | ||
.golangci.yml | ||
CODE_STYLE.md | ||
CONTRIBUTING.md | ||
DESIGN.md | ||
INSTALL.md | ||
LICENSE | ||
README.md | ||
WIRING.md | ||
build.sh | ||
dendrite-config.yaml | ||
go.mod | ||
go.sum | ||
show-expected-fail-tests.sh | ||
testfile |
README.md
Dendrite
Dendrite will be a matrix homeserver written in go.
It's still very much a work in progress, but installation instructions can be found in INSTALL.md
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!
We aim to try and make it as easy as possible to jump in.
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.