A Golang Matrix framework.
  • Go 99.7%
  • PLpgSQL 0.3%
Find a file
2023-01-16 14:02:28 +02:00
.github/workflows Add token to gotestfmt-action to avoid ratelimiting 2023-01-03 12:07:31 +02:00
appservice Remove appservice typing state store 2023-01-02 13:35:03 +02:00
bridge Cache versions response in bridges 2023-01-04 12:41:19 +02:00
crypto Remove sql_store_upgrade.Upgrade 2022-12-03 20:49:25 +02:00
event Remove legacy booleans in MSS events and add m.bridge_unavailable reason 2022-12-27 22:40:18 +02:00
example treewide: fixup for pre-commit 2022-01-27 09:35:41 -07:00
format Add safety for negative indexes in HTML parser 2023-01-15 15:55:37 +02:00
id Run gofmt with Go 1.19 for godocs 2022-08-04 11:37:35 +03:00
pushrules PushNotification: add BeeperUserID field 2022-10-20 13:00:05 -06:00
util Remove unnecessary fcntl in sqlite3-fk-wal 2022-11-22 18:15:27 +02:00
.editorconfig editorconfig: add 2021-11-16 10:37:13 -07:00
.gitignore Rename package 2018-10-08 01:22:27 +03:00
.pre-commit-config.yaml Add go vet to pre-commit 2022-08-04 19:44:57 +03:00
CHANGELOG.md Bump version to v0.13.0 2023-01-16 14:02:28 +02:00
client.go Fix external URL upload retry loop 2023-01-14 13:32:39 +02:00
client_internal_test.go Retry on 429s from Matrix server 2021-11-12 14:56:05 -08:00
error.go added room hierarchy related response structs, the M_INVALID_PARAM error and a wrapper for the GET /v1/rooms/:roomid/hierarchy endpoint 2022-10-31 12:21:46 -01:00
filter.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
go.mod Bump version to v0.13.0 2023-01-16 14:02:28 +02:00
go.sum Bump version to v0.13.0 2023-01-16 14:02:28 +02:00
LICENSE treewide: fixup for pre-commit 2022-01-27 09:35:41 -07:00
README.md Update godoc badge 2022-08-04 11:59:38 +03:00
requests.go Add wrapper to new /timestamp_to_event endpoint 2023-01-09 12:19:30 +02:00
responses.go Add wrapper to new /timestamp_to_event endpoint 2023-01-09 12:19:30 +02: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
store.go Run gofmt with Go 1.19 for godocs 2022-08-04 11:37:35 +03:00
sync.go Dispatch to-device events when handling sync response 2022-08-15 17:14:38 +03:00
url.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
url_test.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
version.go Bump version to v0.13.0 2023-01-16 14:02:28 +02:00
versions.go Add old and new spec version constants 2022-11-25 14:46:32 +02: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: #maunium: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)
  • Structs for parsing event content
  • Helpers for parsing and generating Matrix HTML
  • Helpers for handling push rules

This project contains modules that are licensed under Apache 2.0: