A Golang Matrix framework.
  • Go 99.7%
  • PLpgSQL 0.3%
Find a file
2023-02-21 01:07:24 +02:00
.github/workflows Bump minimum Go version to 1.19 2023-02-16 16:53:10 +02:00
appservice Switch appservice module to zerolog 2023-02-21 01:07:24 +02:00
bridge Switch appservice module to zerolog 2023-02-21 01:07:24 +02:00
crypto Switch client module to zerolog 2023-02-20 00:18:21 +02:00
event Add notifications key to power level event content 2023-02-12 20:31:05 +02:00
example Switch client module to zerolog 2023-02-20 00:18:21 +02:00
format Fix imports 2023-01-29 17:11:30 +02:00
id Fix matrix URI tests 2023-01-20 16:11:40 +02:00
pushrules Add field for read room ID in badge count push notification 2023-02-14 18:00:25 +02:00
sqlstatestore Fix hacky GetRoomJoinedOrInvitedMembers method in SQLStateStore 2023-02-19 13:16:18 +02:00
util Switch appservice module to zerolog 2023-02-21 01:07:24 +02:00
.editorconfig editorconfig: add 2021-11-16 10:37:13 -07:00
.gitignore Enable logging in example 2023-02-19 13:32:31 +02:00
.pre-commit-config.yaml Update linters 2023-02-12 20:33:38 +02:00
CHANGELOG.md Bump minimum Go version to 1.19 2023-02-16 16:53:10 +02:00
client.go Switch client module to zerolog 2023-02-20 00:18:21 +02:00
client_internal_test.go Switch client module to zerolog 2023-02-20 00:18:21 +02: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 Switch appservice module to zerolog 2023-02-21 01:07:24 +02:00
go.sum Switch appservice module to zerolog 2023-02-21 01:07:24 +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
statestore.go Add simplified crypto helper for clients 2023-02-19 03:22:14 +02:00
sync.go Add simplified crypto helper for clients 2023-02-19 03:22:14 +02:00
syncstore.go Switch client module to zerolog 2023-02-20 00:18:21 +02:00
url.go Switch client module to zerolog 2023-02-20 00:18:21 +02:00
url_test.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
version.go Bump version to v0.14.0 2023-02-16 12:46:12 +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: