A Golang Matrix framework.
  • Go 99.7%
  • PLpgSQL 0.3%
Find a file
2020-04-13 15:49:16 +03:00
format Add options to RenderMarkdown for disabling markdown and html 2020-04-04 01:02:06 +03:00
.gitignore Rename package 2018-10-08 01:22:27 +03:00
client.go Ignore 404 errors in .well-known resolution 2020-03-20 15:56:56 +02:00
contenturi.go Add Matrix content URI parsing 2020-04-08 14:53:20 +03:00
events.go Fix some event type classes 2020-02-20 01:23:06 +02:00
filter.go Add /members method and other lazy loading stuff 2020-02-22 00:03:03 +02:00
go.mod Update deps 2020-03-03 21:23:35 +02:00
go.sum Update deps 2020-03-03 21:23:35 +02:00
LICENSE Switch license to MPL 2.0 2020-04-13 15:49:16 +03:00
README.md Switch license to MPL 2.0 2020-04-13 15:49:16 +03:00
relations.go Add method to get annotation target event ID 2020-02-20 02:12:22 +02:00
reply.go Remove newlines in html reply fallback 2020-03-01 00:27:11 +02:00
requests.go Add /members method and other lazy loading stuff 2020-02-22 00:03:03 +02:00
responses.go Add /members method and other lazy loading stuff 2020-02-22 00:03:03 +02:00
room.go Rename package 2018-10-08 01:22:27 +03:00
store.go Rename package 2018-10-08 01:22:27 +03:00
sync.go Separate unmarshaling sync response and event content 2020-02-19 01:23:10 +02:00
userids.go Add ParseUserID and switch DiscoverClientAPI to take a server name only 2020-02-20 00:39:57 +02:00
userids_test.go Rename package 2018-10-08 01:22:27 +03:00

mautrix-go

GoDoc

A Golang Matrix framework.

This project is based on matrix-org/gomatrix. The original project is licensed under Apache 2.0.