Commit graph

145 commits

Author SHA1 Message Date
Tulir Asokan
7e74d98371 Implement Matrix reactions, edits and redactions 2024-06-06 16:11:58 +03:00
Tulir Asokan
204824bbae Add logout method and update message interface 2024-06-05 13:52:51 +03:00
Tulir Asokan
18116ea9f4 Move login command to mautrix-go 2024-06-03 22:34:33 +03:00
Tulir Asokan
954da8480c Add connector config 2024-05-29 20:46:28 +03:00
Tulir Asokan
e5e3dd1abc Add initial user and room metadata support 2024-05-28 20:52:07 +03:00
Tulir Asokan
874712c0f2 Initial draft bridge with v2 architecture 2024-05-27 13:54:06 +03:00
Tulir Asokan
7ea4cdfce8 Bump version to v0.6.1 2024-05-16 16:08:51 +03:00
Tulir Asokan
703becae6d Bump version to v0.6.0 2024-04-16 14:05:16 +03:00
Tulir Asokan
c8f2f78929 Update dependencies 2024-04-15 12:41:38 +03:00
Tulir Asokan
9c0b8ec6f9 Merge remote-tracking branch 'maltee1/groupinfo_matrix_to_signal' into tulir/pni-sending 2024-03-22 20:05:50 +02:00
Tulir Asokan
cdab7f86a8 Bump version to v0.5.1 2024-03-16 13:41:50 +02:00
Tulir Asokan
2f7d81f97f Update dependencies 2024-03-11 20:44:43 +02:00
Tulir Asokan
a78a88c741
Prevent downgrading ghost user info by default (#464)
Fixes #396
Closes #449
2024-02-28 15:21:24 +02:00
Tulir Asokan
1d6ea9dcc1 Bump version to v0.5.0 2024-02-16 18:00:53 +02:00
Tulir Asokan
9495ea7020 Update dependencies and minimum Go version 2024-02-10 14:38:32 +02:00
Tulir Asokan
b054aa9dd2 Update dependencies 2024-01-17 00:07:21 +02:00
Tulir Asokan
fca8ff8eab Update dependencies 2024-01-13 19:03:26 +02:00
Tulir Asokan
91b0e7e482 Add support for incoming contact messages 2024-01-13 18:21:09 +02:00
Tulir Asokan
959eb7eaf9 Update mautrix-go 2024-01-07 23:19:31 +02:00
Tulir Asokan
fee5cf2fbc Only decode server trust root once 2024-01-07 23:19:29 +02:00
Tulir Asokan
6626c64706 Update mautrix-go and add contexts to all Matrix requests 2024-01-04 14:59:40 +02:00
Tulir Asokan
717e58cbd0 Revert "Use fake pointers for store contexts"
This reverts commit be876bf333.
2024-01-04 02:11:26 +02:00
Tulir Asokan
be876bf333 Use fake pointers for store contexts 2024-01-04 02:05:01 +02:00
Tulir Asokan
0f6576a08a Use struct field for blurhash 2024-01-03 14:55:20 +02:00
Sumner Evans
2c20ac3d83
provisioning: use libserv instead of custom logger
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-01-02 21:37:01 -07:00
Tulir Asokan
18e0063008 Update dependencies 2023-12-30 21:52:22 +01:00
Tulir Asokan
1feb6efe24 Remove unnecessary lo dependency 2023-12-30 21:50:27 +01:00
Sumner Evans
9152313cde
modules: un-modulify libsignalgo and signalmeow
I don't see any reason why they should have their own go.mod. I think
this is legacy from when I had them in separate repositories.

If we ever need to split those packages out into their own repo, we can
just:

1. Copy the directories to a new repo
2. Copy the go.mod/go.sum files
3. Run `go mod tidy` in this repo and the new repo.

This commit also removes the go.work and go.work.sum files.

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-12-29 18:33:31 -07:00
Tulir Asokan
3c0482e97f Update mautrix-go to ignore legacy log configs 2023-12-19 15:43:37 +02:00
Tulir Asokan
396071be12 Update dependencies 2023-12-17 15:16:18 +02:00
Andrew Ferrazzutti
20cc27a297
Add Prometheus metrics (#8) 2023-11-14 14:27:56 -05:00
Scott Weber
79047202e7 Basic support for receiving Signal contact cards 2023-11-13 14:33:26 -05:00
Tulir Asokan
60fc9aece9 Sync go mod and sum files 2023-09-30 14:51:04 +03:00
Scott Weber
152029fe16 Upgrade to mautrix-go 0.16.1 and use it for double puppeting 2023-09-20 15:57:59 -04:00
Scott Weber
a87a3a7a74 Use native webp for decoding 2023-09-20 15:10:08 -04:00
Scott Weber
f52f236780 Sending images! 2023-08-31 12:58:18 -04:00
Scott Weber
75fb4d5f04 Add/remove variation selectors on emoji reactions as needed 2023-08-29 12:37:24 -04:00
Scott Weber
8bf1df86ee Update mautrix to v0.15.4 2023-07-23 18:14:03 -04:00
Scott Weber
23b3342e7c Update maturix-go 2023-06-05 11:46:25 -04:00
Scott Weber
d36fc20826 Very rough first pass of QR code in bridge bot, no persistance 2023-05-04 23:11:50 -04:00
Scott Weber
7abfae2ad5 WIP: Still incomplete, but it compiles! 2023-04-06 15:02:56 -04:00
Scott Weber
d692cc051b VERY WIP: Added lots of broken files! 2023-03-29 04:57:31 -04:00
Tulir Asokan
43e4f26706 Use Go workspaces instead of replace 2023-03-22 18:29:38 +02:00
Tulir Asokan
0c7162502c Add another pkg 2023-03-22 18:26:58 +02:00
Tulir Asokan
cc5aa59962 Remove everything and add stub Go modules 2023-03-22 00:12:44 +02:00