A Golang Matrix framework.
  • Go 99.7%
  • PLpgSQL 0.3%
Find a file
Brad Murray 4b970e0ea7
Some checks are pending
Go / Lint (latest) (push) Waiting to run
Go / Build (old, libolm) (push) Waiting to run
Go / Build (latest, libolm) (push) Waiting to run
Go / Build (old, goolm) (push) Waiting to run
Go / Build (latest, goolm) (push) Waiting to run
crypto/sqlstore: add index to crypto_olm_sessions table to speed up lookups by sender_key (#323)
Co-authored-by: Tulir Asokan <tulir@maunium.net>
2024-11-26 15:29:18 -05:00
.github/workflows ci: use pre-commit action instead of running manually 2024-10-16 17:32:04 +03:00
appservice appservice/registration: update stable ephemeral event field 2024-10-28 14:24:00 +02:00
bridge pre-commit: update and ban Msgf on zerolog logs 2024-10-30 10:15:37 -06:00
bridgev2 bridgev2/login: add url and domain user input types 2024-11-26 14:50:02 +02:00
crypto crypto/sqlstore: add index to crypto_olm_sessions table to speed up lookups by sender_key (#323) 2024-11-26 15:29:18 -05:00
event events/beeper: make order_string a pointer 2024-11-18 19:52:36 +02: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: add markdown renderer for custom emojis 2024-11-02 13:44:51 +02:00
id id: remove outdated URI tests 2024-10-17 20:30:32 +03:00
mediaproxy mediaproxy: pass through query parameters 2024-11-06 13:11:31 +01:00
pushrules pushrules: add support for sender_notification_permission condition kind 2024-10-18 14:07:25 +03:00
sqlstatestore sqlstatestore: handle nulls in members_fetched 2024-10-22 12:50:53 +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 and ban Msgf on zerolog logs 2024-10-30 10:15:37 -06:00
CHANGELOG.md Bump version to v0.22.0 2024-11-16 16:03:52 +02:00
client.go client: use timeout 0 for initial sync 2024-11-25 23:51:46 +02:00
error.go error: ignore RespError.Write calls with nil writer 2024-10-20 19:44:13 +03:00
filter.go filter: Add com.beeper.to_device sync filter field (#274) 2024-08-25 13:45:54 -04:00
go.mod Bump version to v0.22.0 2024-11-16 16:03:52 +02:00
go.sum Bump version to v0.22.0 2024-11-16 16:03:52 +02: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 Add Beeper local bridge fields to create room struct 2024-11-01 16:26:20 +00: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.22.0 2024-11-16 16:03:52 +02: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