Matrix <--> WhatsApp Bridge. Patched to ignore whatsapp redaction events.

Noah Vogt 65402de6fd preface every workflow command with doas 1 жил өмнө
.github 8fffc2840b Update Go version and dependencies 1 жил өмнө
config 8b1308595f Add support for collecting incoming galleries into single event 1 жил өмнө
database 8b1308595f Add support for collecting incoming galleries into single event 1 жил өмнө
.editorconfig 66cd7cd080 Fix mixed indent in .sql files 3 жил өмнө
.gitignore b3e15cc843 pre-commit: add configuration 3 жил өмнө
.gitlab-ci.yml 2a38b06326 Move CI script to mautrix/ci repo 3 жил өмнө
.pre-commit-config.yaml c9419a2a8c Update linters 2 жил өмнө
CHANGELOG.md 77e30e85dd Bump version to v0.10.2 1 жил өмнө
Dockerfile 7f7845051c Update Docker image to Alpine 3.18 2 жил өмнө
Dockerfile.ci 7f7845051c Update Docker image to Alpine 3.18 2 жил өмнө
Dockerfile.dev 7f7845051c Update Docker image to Alpine 3.18 2 жил өмнө
LICENSE c84b5dd5dc Initial commit 6 жил өмнө
README.md 65402de6fd preface every workflow command with doas 1 жил өмнө
ROADMAP.md 0305680317 Add support for creating polls from Matrix 2 жил өмнө
backfillqueue.go c850f6f373 Fix things in legacy backfill 2 жил өмнө
bridgestate.go 0723d60205 Add error code for normal transient disconnects 2 жил өмнө
build.sh 09385713de Include commit information in CI builds. Fixes #158 5 жил өмнө
commands.go 1ccd16626a Clarify that the login command doesn't require the phone number 1 жил өмнө
custompuppet.go 5fc1e0cebc Fix updating puppetsByCustomMXID map 1 жил өмнө
disappear.go 45e5290f0c Update mautrix-go to move stuff to util 1 жил өмнө
docker-run.sh aceadf18e2 Update mautrix-go and switch to zerolog 2 жил өмнө
example-config.yaml 8b1308595f Add support for collecting incoming galleries into single event 1 жил өмнө
formatting.go dcd4ca366c Update whatsmeow and ignore events from @lid users 1 жил өмнө
go.mod ca4b46257c Bump version to v0.10.1 1 жил өмнө
go.sum ca4b46257c Bump version to v0.10.1 1 жил өмнө
historysync.go 8b1308595f Add support for collecting incoming galleries into single event 1 жил өмнө
main.go 77e30e85dd Bump version to v0.10.2 1 жил өмнө
matrix.go 0fcb64c1aa Add option to not set room meta in encrypted rooms 2 жил өмнө
messagetracking.go 015cc1f19f Add delivery status to MSS events 1 жил өмнө
metrics.go be5e44378f Add a metric for connection failures 2 жил өмнө
portal.go 2a75fc8e71 Merge branch 'mautrix:master' into master 1 жил өмнө
provisioning.go c19b5b18b0 Remove debug retry receipt provisioning API 1 жил өмнө
puppet.go dcd4ca366c Update whatsmeow and ignore events from @lid users 1 жил өмнө
segment.go fa0a69d746 Allow setting segment_user_id in config 2 жил өмнө
urlpreview.go 76c9660849 Reject unsupported message types and add some more conversions 2 жил өмнө
user.go 015cc1f19f Add delivery status to MSS events 1 жил өмнө

README.md

mautrix-whatsapp

A Matrix-WhatsApp puppeting bridge based on whatsmeow.

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: #whatsapp:maunium.net

Workflow

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