Matrix <--> Discord Bridge. Patched to ignore discord redaction events.
|
1 gadu atpakaļ | |
---|---|---|
.github | 2 gadi atpakaļ | |
config | 1 gadu atpakaļ | |
database | 1 gadu atpakaļ | |
remoteauth | 2 gadi atpakaļ | |
.editorconfig | 3 gadi atpakaļ | |
.gitignore | 2 gadi atpakaļ | |
.gitlab-ci.yml | 3 gadi atpakaļ | |
.pre-commit-config.yaml | 2 gadi atpakaļ | |
CHANGELOG.md | 1 gadu atpakaļ | |
Dockerfile | 2 gadi atpakaļ | |
Dockerfile.ci | 2 gadi atpakaļ | |
Dockerfile.dev | 2 gadi atpakaļ | |
LICENSE | 3 gadi atpakaļ | |
README.md | 1 gadu atpakaļ | |
ROADMAP.md | 2 gadi atpakaļ | |
attachments.go | 1 gadu atpakaļ | |
backfill.go | 2 gadi atpakaļ | |
build.sh | 3 gadi atpakaļ | |
commands.go | 1 gadu atpakaļ | |
commands_botinteraction.go | 2 gadi atpakaļ | |
custompuppet.go | 1 gadu atpakaļ | |
discord.go | 2 gadi atpakaļ | |
docker-run.sh | 3 gadi atpakaļ | |
example-config.yaml | 2 gadi atpakaļ | |
formatter.go | 1 gadu atpakaļ | |
formatter_everyone.go | 2 gadi atpakaļ | |
formatter_tag.go | 2 gadi atpakaļ | |
formatter_test.go | 2 gadi atpakaļ | |
go.mod | 1 gadu atpakaļ | |
go.sum | 1 gadu atpakaļ | |
guildportal.go | 2 gadi atpakaļ | |
main.go | 1 gadu atpakaļ | |
portal.go | 1 gadu atpakaļ | |
portal_convert.go | 1 gadu atpakaļ | |
provisioning.go | 2 gadi atpakaļ | |
puppet.go | 2 gadi atpakaļ | |
thread.go | 2 gadi atpakaļ | |
user.go | 1 gadu atpakaļ |
A Matrix-Discord puppeting bridge based on discordgo.
All setup and usage instructions are located on docs.mau.fi. Some quick links:
ROADMAP.md contains a general overview of what is supported by the bridge.
Matrix room: #discord:maunium.net
doas docker build -t discord:$TAG .
doas docker tag discord:$TAG noahvogt/mautrix-discord:$TAG
doas docker push noahvogt/mautrix-discord:$TAG