Daemon exposing a simplified API to send (and receive) messages on a Matrix.org server
  • Go 99%
  • Dockerfile 0.6%
  • Makefile 0.4%
Find a file
Ilamparithi Murali (ilamparithi-in) 0a51fc08cc
Some checks failed
Build Go binaries / verify (push) Successful in 7m15s
Build Go binaries / build (amd64, darwin) (push) Failing after 59s
Build Go binaries / build (amd64, linux) (push) Failing after 52s
Build Go binaries / build (amd64, windows) (push) Failing after 48s
Build Go binaries / build (arm64, darwin) (push) Failing after 46s
Build Go binaries / build (arm64, linux) (push) Failing after 51s
Build Go binaries / build (arm64, windows) (push) Failing after 54s
Build Go binaries / docker-image-rolling (push) Has been skipped
feat: attachment captions
2026-06-13 10:11:39 +05:30
.github/workflows ci: don't run build.yml for tag pushes as release.yml already runs [skip ci] 2026-06-08 21:20:18 +05:30
cmd Build Versioning System 2026-05-27 00:33:49 +05:30
docs feat: attachment captions 2026-06-13 10:11:39 +05:30
internal feat: attachment captions 2026-06-13 10:11:39 +05:30
.gitignore Dockerise 2026-05-25 05:10:45 +05:30
compose.example.yaml Different approach to permissions (socket no longer directly accessible, use compose exec) 2026-05-25 05:57:04 +05:30
config.example.yaml Dockerise 2026-05-25 05:10:45 +05:30
Dockerfile chore: Dockerfile use amd64 for both arch builds 2026-06-08 07:55:14 +05:30
go.mod Startup and Shutdown wiring 2026-05-24 23:28:04 +05:30
go.sum API Key Handler + UNIX Socket for Admin (API key provisioner) 2026-05-24 23:14:58 +05:30
LICENSE Initial Commit 2026-05-23 17:24:27 +05:30
Makefile Build Versioning System 2026-05-27 00:33:49 +05:30
README.md Initial Commit 2026-05-23 17:24:27 +05:30

Matrix Relay Daemon

A simplified API to send (and receive) messages on a Matrix.org server