.github
|
Initial commit
|
2023-06-30 12:51:54 +03:00 |
config
|
Adjust constants and defaults
|
2023-08-24 13:37:21 +03:00 |
database
|
Handle conversations moving into spam
|
2023-08-21 19:59:42 +03:00 |
gmtest
|
Enable go vet in pre-commit
|
2023-08-09 17:52:30 +03:00 |
libgm
|
Fix protobuf type of incoming message/conversation events
|
2023-08-25 18:29:27 +03:00 |
.editorconfig
|
Use spaces in .proto file indents
|
2023-07-01 12:52:53 +03:00 |
.gitattributes
|
Mark .pb.raw files as binary
|
2023-07-17 02:09:54 +03:00 |
.gitignore
|
Add initial compiling version of bridge
|
2023-07-02 17:52:28 +03:00 |
.gitlab-ci.yml
|
Initial commit
|
2023-06-30 12:51:54 +03:00 |
.pre-commit-config.yaml
|
Enable go vet in pre-commit
|
2023-08-09 17:52:30 +03:00 |
backfill.go
|
Include raw protobuf data in events for debugging
|
2023-08-24 14:48:03 +03:00 |
bridgestate.go
|
Adjust bridge state messages
|
2023-08-15 18:34:55 +03:00 |
build.sh
|
Initial commit
|
2023-06-30 12:51:54 +03:00 |
CHANGELOG.md
|
Bump version to v0.1.0
|
2023-08-17 00:48:19 +03:00 |
commands.go
|
Don't send notifications from batch sending if last message is old
|
2023-08-15 11:05:21 +03:00 |
custompuppet.go
|
Move double puppeting login code to mautrix-go
|
2023-08-21 13:52:03 +03:00 |
docker-run.sh
|
Add initial compiling version of bridge
|
2023-07-02 17:52:28 +03:00 |
Dockerfile
|
Add initial compiling version of bridge
|
2023-07-02 17:52:28 +03:00 |
Dockerfile.ci
|
Initial commit
|
2023-06-30 12:51:54 +03:00 |
Dockerfile.dev
|
Initial commit
|
2023-06-30 12:51:54 +03:00 |
example-config.yaml
|
Sleep before reconnecting after pair success
|
2023-08-24 21:52:40 +03:00 |
go.mod
|
Move double puppeting login code to mautrix-go
|
2023-08-21 13:52:03 +03:00 |
go.sum
|
Move double puppeting login code to mautrix-go
|
2023-08-21 13:52:03 +03:00 |
LICENSE
|
Initial commit
|
2023-06-30 12:51:54 +03:00 |
main.go
|
Fix device type field and default to tablet. Fixes #8
|
2023-08-24 11:21:24 +03:00 |
messagetracking.go
|
Only send checkpoint after message reaches phone
|
2023-08-18 20:43:46 +03:00 |
portal.go
|
Log outgoing participant ID when sending
|
2023-08-24 14:56:41 +03:00 |
provisioning.go
|
Don't send notifications from batch sending if last message is old
|
2023-08-15 11:05:21 +03:00 |
puppet.go
|
Move double puppeting login code to mautrix-go
|
2023-08-21 13:52:03 +03:00 |
README.md
|
Remove warning in readme
|
2023-07-17 18:40:52 +03:00 |
ROADMAP.md
|
Refactor message status handling and bridge read receipts
|
2023-08-08 18:49:03 +03:00 |
segment.go
|
Add initial compiling version of bridge
|
2023-07-02 17:52:28 +03:00 |
user.go
|
Include raw protobuf data in events for debugging
|
2023-08-24 14:48:03 +03:00 |