A Golang Matrix framework.
  • Go 99.7%
  • PLpgSQL 0.3%
Find a file
2021-05-07 16:59:16 +03:00
appservice Improve debug log for unsupported event types and add call events to GuessClass (ref #32) 2021-05-07 15:11:42 +03:00
crypto Lock olmLock mutex when decrypting olm events 2021-04-19 17:24:19 +03:00
event Add support for parsing strings in voip version field. Fixes #33 2021-05-07 16:59:16 +03:00
example Update maulogger 2021-02-17 13:41:16 +02:00
format Fix HTML tags being allowed in RenderMarkdown even when allowHTML is false 2021-04-29 23:48:43 +03:00
id Add new methods for validating user ID localparts. Fixes #27 2021-02-24 12:08:20 +02:00
pushrules Merge branch 'e2ee' 2020-05-05 21:17:15 +03:00
.gitignore Rename package 2018-10-08 01:22:27 +03:00
client.go Add methods for getting room tags and account data 2021-04-20 16:31:18 +03:00
error.go Merge branch 'master' into cross-sign 2020-10-27 00:38:52 +02:00
filter.go Overhaul event content representation 2020-04-19 03:23:27 +03:00
go.mod Add support for parsing strings in voip version field. Fixes #33 2021-05-07 16:59:16 +03:00
go.sum Add support for parsing strings in voip version field. Fixes #33 2021-05-07 16:59:16 +03:00
LICENSE Switch license to MPL 2.0 2020-04-13 15:49:16 +03:00
README.md Update README.md 2020-09-15 16:40:22 +03:00
requests.go Update comment and add missing omitempty tag 2021-03-04 19:34:49 +02:00
responses.go Implement helpers for fetching user presence status (#29) 2021-03-12 18:05:11 +02:00
room.go Overhaul event content representation 2020-04-19 03:23:27 +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
version.go Fix HTML tags being allowed in RenderMarkdown even when allowHTML is false 2021-04-29 23:48:43 +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: