.github
|
Update actions and run on both supported Go versions
|
2023-12-28 17:03:21 +01:00 |
.idea
|
Add icon for IDEA
|
2023-12-13 20:30:32 +02:00 |
config
|
feat: add config option for self puppets
|
2024-03-01 09:45:43 +01:00 |
database
|
Fix legacy backfill not checking if conversations have messages
|
2023-10-16 13:09:37 +03:00 |
.editorconfig
|
Fix mixed indent in .sql files
|
2022-05-23 20:00:08 +03:00 |
.gitignore
|
Update gitignore
|
2023-11-12 16:16:48 +02:00 |
.gitlab-ci.yml
|
Move CI script to mautrix/ci repo
|
2022-06-18 13:27:51 +03:00 |
.pre-commit-config.yaml
|
pre-commit: ban Msgf() from zerolog
|
2023-12-23 18:10:52 -07:00 |
analytics.go
|
Allow sending analytics to custom server
|
2023-09-29 14:27:38 +03:00 |
backfillqueue.go
|
Fix things in legacy backfill
|
2023-06-19 21:39:25 +03:00 |
bridgestate.go
|
Add error code for normal transient disconnects
|
2023-01-14 13:36:08 +02:00 |
build.sh
|
Include commit information in CI builds. Fixes #158
|
2020-06-03 20:32:53 +03:00 |
CHANGELOG.md
|
Bump version to v0.10.5
|
2023-12-16 23:41:47 +02:00 |
commands.go
|
Add word to error message
|
2023-12-15 14:36:18 +02:00 |
custompuppet.go
|
Fix updating puppetsByCustomMXID map
|
2023-08-22 19:00:58 +03:00 |
disappear.go
|
Update mautrix-go to move stuff to util
|
2023-08-05 19:27:00 +03:00 |
docker-run.sh
|
Update mautrix-go and switch to zerolog
|
2023-02-24 14:45:28 +02:00 |
Dockerfile
|
Update Docker image to Alpine 3.19
|
2023-12-13 20:30:32 +02:00 |
Dockerfile.ci
|
Update Docker image to Alpine 3.19
|
2023-12-13 20:30:32 +02:00 |
Dockerfile.dev
|
Update Docker image to Alpine 3.18
|
2023-06-26 13:20:59 +03:00 |
example-config.yaml
|
feat: add config option for self puppets
|
2024-03-01 09:45:43 +01:00 |
formatting.go
|
Update whatsmeow and ignore events from @lid users
|
2023-08-08 15:11:30 +03:00 |
go.mod
|
Bump version to v0.10.5
|
2023-12-16 23:41:47 +02:00 |
go.sum
|
Bump version to v0.10.5
|
2023-12-16 23:41:47 +02:00 |
historysync.go
|
Remove sync.OnceFunc usage. Fixes #679
|
2023-12-28 17:13:16 +01:00 |
LICENSE
|
Initial commit
|
2018-08-12 22:26:05 +03:00 |
main.go
|
Bump version to v0.10.5
|
2023-12-16 23:41:47 +02:00 |
matrix.go
|
Add option to not set room meta in encrypted rooms
|
2023-04-14 13:40:35 +03:00 |
messagetracking.go
|
Check that relaybot is logged in before relaying messages
|
2023-11-12 16:17:13 +02:00 |
metrics.go
|
Add a metric for connection failures
|
2023-06-08 09:21:43 +01:00 |
portal.go
|
feat: add config option for self puppets
|
2024-03-01 09:45:43 +01:00 |
provisioning.go
|
Expose debug API with pprof
|
2023-12-05 11:35:22 +02:00 |
puppet.go
|
Update whatsmeow and ignore events from @lid users
|
2023-08-08 15:11:30 +03:00 |
README.md
|
Adjust heading size in readme
|
2022-11-18 14:46:24 +02:00 |
ROADMAP.md
|
Add support for creating polls from Matrix
|
2022-12-23 15:18:16 +02:00 |
urlpreview.go
|
Reject unsupported message types and add some more conversions
|
2022-08-22 15:05:51 +03:00 |
user.go
|
Update whatsmeow
|
2023-12-13 20:30:36 +02:00 |