Matrix <--> Discord Bridge. Patched to ignore discord redaction events.

Noah Vogt 906901ee21 add workflow commands to readme 1 yıl önce
.github 011c60610a Adjust github action 2 yıl önce
config 185f9a8963 Move double puppeting login code to mautrix-go 1 yıl önce
database acaaa9f0f8 Update dependencies 1 yıl önce
remoteauth 704bdaefd7 Update to remote auth v2 2 yıl önce
.editorconfig 888731cec2 Switch to spaces in .sql files 3 yıl önce
.gitignore c625ee3ba7 Update gitignore 2 yıl önce
.gitlab-ci.yml c61d496dfe Move CI script to mautrix/ci repo 3 yıl önce
.pre-commit-config.yaml 943f2dd6f0 Update linters 2 yıl önce
CHANGELOG.md 308f47e2fa Bump version to v0.6.2 1 yıl önce
Dockerfile be1128fd50 Update Docker image to Alpine 3.18 2 yıl önce
Dockerfile.ci be1128fd50 Update Docker image to Alpine 3.18 2 yıl önce
Dockerfile.dev be1128fd50 Update Docker image to Alpine 3.18 2 yıl önce
LICENSE 8553f49ac6 Add the LICENSE file. 3 yıl önce
README.md 906901ee21 add workflow commands to readme 1 yıl önce
ROADMAP.md 44600c9496 Bump version to v0.1.0 2 yıl önce
attachments.go acaaa9f0f8 Update dependencies 1 yıl önce
backfill.go 07785997bf Add some debug logs for backfill lock 2 yıl önce
build.sh 9f9f7ca4fd Switch startup, config, commands and db migrations to mautrix-go systems 3 yıl önce
commands.go aef54fcc3b Update usernames in login/ping commands 1 yıl önce
commands_botinteraction.go 0403a705b6 Add help sections for all commands 2 yıl önce
custompuppet.go 185f9a8963 Move double puppeting login code to mautrix-go 1 yıl önce
discord.go 46115fafd5 Switch user and puppet files to zerolog 2 yıl önce
docker-run.sh 3540f8a5ca dockerfile: initialize 3 yıl önce
example-config.yaml b446d865d0 Update mautrix-go 2 yıl önce
formatter.go 345391f8b1 Allow inline links in normal messages 1 yıl önce
formatter_everyone.go e7615ef4be Refactor tag rendering to avoid recreating goldmark instance for each message 2 yıl önce
formatter_tag.go 1ca06f7731 Include discord style identifier with timestamps 2 yıl önce
formatter_test.go 0b84527eab Improve Discord markdown escaper. Fixes #14 2 yıl önce
go.mod 308f47e2fa Bump version to v0.6.2 1 yıl önce
go.sum 308f47e2fa Bump version to v0.6.2 1 yıl önce
guildportal.go 914b360720 Switch to new beeper batch send endpoint 2 yıl önce
main.go 308f47e2fa Bump version to v0.6.2 1 yıl önce
portal.go 6aa2422a72 Merge branch 'mautrix:main' into main 1 yıl önce
portal_convert.go 2c396e553e Fix "video" embeds with missing video URLs (#110) 1 yıl önce
provisioning.go d42c4722c9 Fill usersByID properly 2 yıl önce
puppet.go 200c4fc9d0 Expose Application flag to displayname templates 2 yıl önce
thread.go 11b91dc299 Backfill threads when found and from server thread list sync 2 yıl önce
user.go 185f9a8963 Move double puppeting login code to mautrix-go 1 yıl önce

README.md

mautrix-discord

A Matrix-Discord puppeting bridge based on discordgo.

Documentation

All setup and usage instructions are located on docs.mau.fi. Some quick links:

Features & Roadmap

ROADMAP.md contains a general overview of what is supported by the bridge.

Discussion

Matrix room: #discord:maunium.net

Workflow

doas docker build -t discord:$TAG .
doas docker tag discord:$TAG noahvogt/mautrix-discord:$TAG
doas docker push noahvogt/mautrix-discord:$TAG