1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-15 05:36:53 -04:00
Commit graph

207 commits

Author SHA1 Message Date
Tulir Asokan
eb2106dd8f provisioning: stop using libserv 2024-06-17 14:38:33 +03:00
Tulir Asokan
00abe8099f Bump version to v0.6.2 2024-06-16 23:52:05 +03:00
Tulir Asokan
65e2b4c9e1 v2: update mautrix-go 2024-06-14 15:57:28 +03:00
Tulir Asokan
d1e76ad973 v2: update mautrix-go 2024-06-14 12:47:36 +03:00
Tulir Asokan
fabe265707 v2: update mautrix-go 2024-06-13 21:42:19 +03:00
Tulir Asokan
6964a0d175 v2: add read receipts and other things 2024-06-12 19:45:21 +03:00
Tulir Asokan
e637cdfac7 v2: Add bridge states 2024-06-11 20:29:04 +03:00
Tulir Asokan
ecd4f055ae Use new main function for v2 bridge 2024-06-11 15:06:04 +03:00
Tulir Asokan
67da642147 Merge branch 'bridgev2' 2024-06-10 22:30:35 +03:00
Tulir Asokan
d501ce0578 Add portal receiver to DMs 2024-06-10 22:15:10 +03:00
Tulir Asokan
64a364d97d Update reaction deduplication 2024-06-07 12:57:41 +03:00
Tulir Asokan
851aac5f45 Stop using SimpleRemoteEvent 2024-06-06 21:01:49 +03:00
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