A Golang Matrix framework.
  • Go 99.7%
  • PLpgSQL 0.3%
Find a file
2024-09-30 12:05:58 +03:00
.github/workflows ci: change cron schedule 2024-09-28 18:18:29 +03:00
appservice appservice: remove TLS support 2024-09-30 11:11:26 +03:00
bridge bridgestate: deduplicate on remote name 2024-08-28 12:14:22 -06:00
bridgev2 bridgev2/commands: change how log context is applied 2024-09-30 12:05:58 +03:00
crypto crypto: avoid data race in HandleOTKCounts 2024-09-16 17:15:19 +03:00
event event: add Has method for Mentions 2024-09-26 00:23:05 +03:00
example Remove separate go.mod for example 2024-05-26 18:26:04 +03:00
federation federation: limit .well-known file size 2024-09-03 01:49:06 +03:00
format format/mdext: add indented paragraph fixer 2024-09-25 16:45:09 +03:00
hicli statestore: mass insert members on refetch 2024-09-02 23:49:06 +03:00
id id: don't panic if URI methods are called with empty/nil values 2024-08-26 17:58:27 +03:00
mediaproxy mediaproxy: add option to force proxying legacy federated downloads 2024-06-19 12:28:12 +03:00
pushrules pushrules: fix glob matching 2024-08-30 18:10:22 +03:00
sqlstatestore statestore: mass insert members on refetch 2024-09-02 23:49:06 +03:00
synapseadmin client: stop using MakeFullRequest unnecessarily 2024-06-15 20:15:06 +03:00
.editorconfig bridgev2/matrix: add OpenAPI spec for provisioning API 2024-08-10 17:43:53 +03:00
.gitignore Add draft of high-level client framework 2024-05-26 18:29:22 +03:00
.pre-commit-config.yaml pre-commit: update, enforce go mod tidy 2024-07-10 12:01:17 -06:00
CHANGELOG.md Bump version to v0.21.0 2024-09-16 13:48:59 +03:00
client.go client: drop support for unauthenticated media 2024-09-13 01:55:02 +03:00
error.go error: add MUnknown 2024-09-13 01:38:18 +03:00
filter.go filter: Add com.beeper.to_device sync filter field (#274) 2024-08-25 13:45:54 -04:00
go.mod bridgev2: don't include weeks in disappearing timer notices 2024-09-27 20:45:47 +03:00
go.sum bridgev2: don't include weeks in disappearing timer notices 2024-09-27 20:45:47 +03:00
LICENSE treewide: fixup for pre-commit 2022-01-27 09:35:41 -07:00
README.md Update readme 2024-06-11 21:08:24 +03:00
requests.go client: add wrappers for event and room reporting endpoints 2024-09-12 02:33:28 +03:00
responses.go Beeper extension for client side media dedup (#267) 2024-08-21 19:19:03 +03:00
responses_test.go Fix bug 2022-08-04 15:03:05 +03:00
room.go Add method to get full room state 2021-09-30 16:05:56 +03:00
statestore.go statestore: mass insert members on refetch 2024-09-02 23:49:06 +03:00
sync.go Add contexts to event handlers 2024-01-13 18:56:12 +02:00
syncstore.go Merge remote-tracking branch 'recht/synccontext' 2024-01-07 15:37:18 +02:00
url.go client,crypto,appservice: add MSC3202 features 2024-08-30 17:27:12 +03:00
url_test.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
version.go Bump version to v0.21.0 2024-09-16 13:48:59 +03:00
versions.go client: add support for feature flag for authenticated media 2024-09-01 12:54:13 +03:00
versions_test.go Parse spec version numbers in /versions response 2022-05-06 14:31:38 +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