postmoogle/vendor/maunium.net/go/mautrix
2024-10-28 11:24:39 +02:00
..
crypto ensure email is sanitized before any checks; update deps 2024-10-28 11:24:39 +02:00
event ensure email is sanitized before any checks; update deps 2024-10-28 11:24:39 +02:00
format ensure email is sanitized before any checks; update deps 2024-10-28 11:24:39 +02:00
id update deps; restructure 2024-10-14 19:47:05 +03:00
pushrules update deps; restructure 2024-10-14 19:47:05 +03:00
sqlstatestore update deps; restructure 2024-10-14 19:47:05 +03:00
.editorconfig migrate to github 2024-08-20 22:56:56 +03:00
.gitignore enhanced automatic banning for invalid auth requests; update deps 2024-07-23 11:55:42 +03:00
.pre-commit-config.yaml ensure email is sanitized before any checks; update deps 2024-10-28 11:24:39 +02:00
CHANGELOG.md ensure email is sanitized before any checks; update deps 2024-10-28 11:24:39 +02:00
client.go ensure email is sanitized before any checks; update deps 2024-10-28 11:24:39 +02:00
error.go ensure email is sanitized before any checks; update deps 2024-10-28 11:24:39 +02:00
filter.go update deps; restructure 2024-10-14 19:47:05 +03:00
LICENSE add vendoring 2022-11-16 12:08:51 +02:00
README.md enhanced automatic banning for invalid auth requests; update deps 2024-07-23 11:55:42 +03:00
requests.go update deps; restructure 2024-10-14 19:47:05 +03:00
responses.go update deps; restructure 2024-10-14 19:47:05 +03:00
room.go add vendoring 2022-11-16 12:08:51 +02:00
statestore.go update deps; restructure 2024-10-14 19:47:05 +03:00
sync.go refactor to mautrix 0.17.x; update deps 2024-02-11 20:47:04 +02:00
syncstore.go refactor to mautrix 0.17.x; update deps 2024-02-11 20:47:04 +02:00
url.go update deps; restructure 2024-10-14 19:47:05 +03:00
version.go ensure email is sanitized before any checks; update deps 2024-10-28 11:24:39 +02:00
versions.go update deps; restructure 2024-10-14 19:47:05 +03:00

mautrix-go

GoDoc

A Golang Matrix framework. Used by gomuks, go-neb, mautrix-whatsapp and others.

Matrix room: #go:maunium.net

This project is based on matrix-org/gomatrix. The original project is licensed under Apache 2.0.

In addition to the basic client API features the original project has, this framework also has:

  • Appservice support (Intent API like mautrix-python, room state storage, etc)
  • End-to-end encryption support (incl. interactive SAS verification)
  • High-level module for building puppeting bridges
  • High-level module for building chat clients
  • Wrapper functions for the Synapse admin API
  • Structs for parsing event content
  • Helpers for parsing and generating Matrix HTML
  • Helpers for handling push rules