Go to file
Tulir Asokan 49a6de3c27
Implement new push rule condition kinds (#120)
2023-05-24 15:09:43 +03:00
.github/workflows Bump minimum Go version to 1.19 2023-02-16 16:53:10 +02:00
appservice Fix setting flag when using default homeserver URL for double puppeting 2023-04-10 13:06:36 +03:00
bridge checkpoint status: add DELIVERED and DELIVERY_FAILED 2023-05-22 12:09:05 -06:00
crypto Add better messages when trying to decrypt with withheld session 2023-05-09 14:15:18 +03:00
event Remove unstable MSC3952 mentions field 2023-05-24 12:12:22 +03:00
example Update example go.mod 2023-05-24 12:12:22 +03: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 Implement new push rule condition kinds (#120) 2023-05-24 15:09:43 +03:00
sqlstatestore Allow marking database upgrades as backwards-compatible (#127) 2023-04-25 15:44:29 +03:00
synapseadmin Add synapse admin wrappers for getting device list and user info 2023-05-20 23:33:04 +03:00
util Add FormatDuration utility similar to mautrix-python 2023-05-20 23:33:15 +03:00
.editorconfig
.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 Update changelog 2023-05-20 20:59:47 +03:00
LICENSE
README.md Update godoc badge 2022-08-04 11:59:38 +03:00
client.go Stabilize MSC2659 support 2023-05-05 14:46:27 +03:00
client_internal_test.go Rename client logger to Log and add legacy Logger for backwards compatibility 2023-02-21 12:18:14 +02:00
error.go Stabilize MSC2659 support 2023-05-05 14:46:27 +03:00
filter.go
go.mod Update dependencies 2023-05-12 00:55:37 +03:00
go.sum Update dependencies 2023-05-12 00:55:37 +03:00
requests.go Add constant for synapse jwt login 2023-05-21 14:30:32 +03:00
responses.go Rename appservice ping duration field 2023-05-01 10:54:54 +03:00
responses_test.go Fix bug 2022-08-04 15:03:05 +03:00
room.go
statestore.go Clear cached memberships when fetching full member list 2023-04-20 22:05:16 +03:00
sync.go Fix bug in EventSource stringifier 2023-05-20 22:10:23 +03:00
syncstore.go Log sync tokens when saving account data sync store 2023-04-10 13:06:36 +03:00
url.go Add path type for synapse admin API 2023-05-19 17:49:53 +03:00
url_test.go
version.go Bump version to v0.15.2 2023-05-16 17:49:05 +03:00
versions.go Stabilize MSC2659 support 2023-05-05 14:46:27 +03:00
versions_test.go

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: