.github
|
Initial commit
|
2023-06-30 12:51:54 +03:00 |
config
|
Add support for Beeper galleries
|
2023-09-01 17:34:52 +03:00 |
database
|
Move all SQL queries to constants
|
2023-09-05 01:46:56 +03:00 |
libgm
|
Implement avatars
|
2023-09-05 01:42:36 +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
|
Cancel batch sending if there's nothing to send
|
2023-08-26 16:45:11 +03:00 |
bridgestate.go
|
Send bad credentials state if default sms app flag is false
|
2023-09-04 14:43:03 +03:00 |
build.sh
|
Initial commit
|
2023-06-30 12:51:54 +03:00 |
CHANGELOG.md
|
Update changelog and add comment to protobuf
|
2023-09-04 12:14:35 +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
|
Add support for Beeper galleries
|
2023-09-01 17:34:52 +03:00 |
go.mod
|
Use beeper gallery types in mautrix-go
|
2023-09-02 13:29:48 +03:00 |
go.sum
|
Use beeper gallery types in mautrix-go
|
2023-09-02 13:29:48 +03:00 |
LICENSE
|
Initial commit
|
2023-06-30 12:51:54 +03:00 |
main.go
|
Set room avatar for DM portals
|
2023-09-05 01:42:39 +03:00 |
messagetracking.go
|
Track settings when send fails
|
2023-09-01 13:49:27 +03:00 |
portal.go
|
Set room avatar for DM portals
|
2023-09-05 01:42:39 +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 all SQL queries to constants
|
2023-09-05 01:46:56 +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
|
Undo bad credentials state on non-default sms app
|
2023-09-04 16:47:23 +03:00 |