A Golang Matrix framework.
  • Go 99.7%
  • PLpgSQL 0.3%
Find a file
Tulir Asokan 920b154a41 Format
2018-09-20 01:23:41 +03:00
format Format 2018-09-20 01:23:41 +03:00
hooks Add misspell and ineffassign to the pre-commit hooks 2017-06-12 19:37:49 +01:00
.gitignore Initial commit 2016-11-29 16:35:32 +00:00
.travis.yml Remove unneed dependencies from travis.yml 2017-06-12 19:44:56 +01:00
client.go Integrate IsState into EventType 2018-08-29 00:39:12 +03:00
client_examples_test.go Actually run all the golint tests 2017-01-06 15:33:33 +00:00
client_test.go Test response URL 2017-02-15 23:05:35 +00:00
events.go Add command parsing structs 2018-09-20 01:23:17 +03:00
filter.go Added default filter values & filter validation (#46) 2018-05-09 13:37:21 +01:00
LICENSE Initial commit 2016-11-29 16:35:32 +00:00
README.md aWOOGA 2016-12-02 15:42:13 +00:00
reply.go Add some getters for pointer things 2018-08-26 00:04:39 +03:00
requests.go Format 2018-09-20 01:23:41 +03:00
responses.go Format 2018-09-20 01:23:41 +03:00
room.go Add more types and values 2018-09-03 14:48:18 +03:00
store.go Make the rooms map 2016-12-01 14:52:55 +00:00
sync.go Add request logging and fix content/eventtype things 2018-08-16 19:18:54 +03:00
userids.go Format 2018-09-20 01:23:41 +03:00
userids_examples_test.go Add userid example functions 2016-12-08 17:41:35 +00:00
userids_test.go Add user ID handling methods 2016-12-06 14:24:27 +00:00

gomatrix

GoDoc

A Golang Matrix client.

THIS IS UNDER ACTIVE DEVELOPMENT: BREAKING CHANGES ARE FREQUENT.