Go to file
Nick Barrett 46e905fb56
Fix duration log for AS requests
2022-08-03 09:33:29 +01:00
.github/workflows Use Go 1.18 for lint 2022-03-23 13:14:49 +02:00
appservice Fix duration log for AS requests 2022-08-03 09:33:29 +01:00
bridge Update decryption error status events 2022-07-12 13:13:32 +03:00
crypto Add some logs and utilities for tracking message handling duration 2022-07-11 13:35:51 +03:00
event Add msc2716 marker event type 2022-07-12 22:51:05 +03:00
example treewide: fixup for pre-commit 2022-01-27 09:35:41 -07:00
format Fix comment 2022-07-03 17:56:01 +03:00
id Stop parsing legacy trust state descriptions 2022-07-12 13:29:50 +03:00
pushrules Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
util Add Execable dbutil interface 2022-07-08 15:19:44 +03: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 pre-commit: add configuration 2022-01-27 09:34:52 -07:00
LICENSE treewide: fixup for pre-commit 2022-01-27 09:35:41 -07:00
README.md Update mautrix-whatsapp link in readme 2022-04-29 15:20:32 +03:00
client.go fix: GetAvatarURL always retrieve the avatar for ourselves instead of the target user 2022-07-23 21:20:01 +02:00
client_internal_test.go Retry on 429s from Matrix server 2021-11-12 14:56:05 -08:00
error.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
filter.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
go.mod Update dependencies 2022-07-08 17:21:25 +03:00
go.sum Update dependencies 2022-07-08 17:21:25 +03:00
requests.go Add com.beeper.new_messages flag for batch send 2022-05-18 20:32:00 +03:00
responses.go Parse spec version numbers in /versions response 2022-05-06 14:31:38 +03:00
room.go Add method to get full room state 2021-09-30 16:05:56 +03:00
store.go store: Add AccountDataStore 2020-12-26 14:39:06 +01:00
sync.go Make sure DefaultSyncer implements ExtensibleSyncer 2020-06-09 22:09:23 +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.11.0 2022-05-16 20:28:09 +03:00
versions.go Require Matrix v1.1 support in bridges 2022-06-23 20:22:43 +03:00
versions_test.go Parse spec version numbers in /versions response 2022-05-06 14:31:38 +03:00

README.md

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: