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

1,740 commits

Author SHA1 Message Date
Tulir Asokan
2f569e1b7a Improve location message bridging 2022-07-30 14:31:38 +03:00
Tulir Asokan
7ca3ce8e33 Merge remote-tracking branch 'maltee1/matrix_location' 2022-07-30 14:22:26 +03:00
Tulir Asokan
496736667b Sync contact when receiving profile key update
This is probably not enough to catch all profile changes, but hopefully
it at least help a bit
2022-07-30 14:19:38 +03:00
Tulir Asokan
9e134782c3 Fix things in group change handling 2022-07-30 14:19:26 +03:00
Tulir Asokan
7840b162f4 Merge remote-tracking branch 'maltee1/use_groupchange' 2022-07-30 14:03:20 +03:00
Maximilian Gaedig
10d0b9618b Fixed text being Telegram instead of Signal 2022-07-28 16:33:30 +02:00
Maximilian Gaedig
3164f7d0d9 Make interactions more inline with other bridges 2022-07-28 15:08:02 +02:00
Maximilian Gaedig
8e5a2221bd Make interactions more inline with other bridges 2022-07-28 14:54:52 +02:00
Maximilian Gaedig
5960cc4288 Add bridge and get-id commands 2022-07-28 13:32:34 +02:00
Malte E
51d71e98d3 convert location to link 2022-07-26 09:34:01 +02:00
Malte E
e1858e0e35 change and use _kick_with_puppet 2022-07-18 08:57:26 +02:00
Malte E
82668d8e42
make "public_portals: false" the default
Co-authored-by: Tulir Asokan <tulir@maunium.net>
2022-07-17 22:41:15 +02:00
Malte E
eb5a05b723 remove sender info from update_info, handle User in handle_signal_group_change 2022-07-17 22:31:25 +02:00
Malte E
456513f689 use group change 2022-07-15 15:58:07 +02:00
Tulir Asokan
af3b9981aa Add status field to message status events and update changelog 2022-07-13 23:14:38 +03:00
Malte E
3ddf53c780 set Signal user's phone number as topic in DMs 2022-07-12 12:48:54 +02:00
Tulir Asokan
43622022c3 Add issue templates
[ci skip]
2022-07-11 16:10:21 +03:00
Tulir Asokan
82972ec929 Fix example config 2022-07-08 17:49:48 +03:00
Tulir Asokan
acadae9f8f Reduce Matrix message size limit to account for encryption
The limit is used for deciding whether to unpack Signal's large message text files
2022-07-07 22:00:11 +03:00
Tulir Asokan
1fa08d07da Update changelog
[ci skip]
2022-07-06 19:38:40 +03:00
Tulir Asokan
e5812e46a5 Update Docker image to Alpine 3.16 2022-07-06 19:19:48 +03:00
Tulir Asokan
6e15292c4a Update mautrix-python 2022-07-06 19:19:46 +03:00
Tulir Asokan
9ef663ca75 Enable delivery_error_reports by default 2022-07-06 10:42:00 +03:00
Tulir Asokan
e1b53a1249
Merge pull request #280 from maltee1/catch_captcha_required
fix evt.sender.command_status
2022-07-05 12:14:02 +03:00
Malte E
bca70fc5c4 fix evt.sender.command_status 2022-07-05 10:56:49 +02:00
Tulir Asokan
b86f1114ab
Merge pull request #279 from maltee1/catch_captcha_required
catch captcha required error and request user to enter captcha
2022-07-04 22:35:28 +03:00
Malte E
b4aa8b77a8 catch captcha required error and request user to enter captcha 2022-07-04 20:53:44 +02:00
Sumner Evans
06d8b171fc
Merge pull request #278 from mautrix/use-contact-name
contact names: use new contact_name field instead of name
2022-07-01 13:32:32 -06:00
Sumner Evans
c17654d6f0
contact names: use new contact_name field instead of name
Requires https://gitlab.com/signald/signald/-/merge_requests/148

Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-07-01 13:30:50 -06:00
Tulir Asokan
b793f24de2 Store name quality in database to prevent updating to a lower quality name 2022-07-01 19:51:52 +03:00
Tulir Asokan
e5d9b3fa44 Merge branch 'add-logging-for-profile-names' 2022-07-01 19:45:03 +03:00
Sumner Evans
9a680f7e0f
puppet/update_info: add more logs, rearrange conditionals 2022-06-28 11:59:02 -06:00
Sumner Evans
7caefc582c
Merge pull request #277 from mautrix/sumner/bri-3924
sync groups on storage change
2022-06-28 11:52:38 -06:00
Sumner Evans
dc7780a025
sync groups on storage change
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-06-28 11:45:56 -06:00
Sumner Evans
65415ed753
deps/mautrix: update to v0.16.10 2022-06-24 11:30:31 -06:00
Sumner Evans
ab47865d44 encryption: add ability to control rotation settings 2022-06-23 09:55:58 +03:00
Tulir Asokan
144a52fe21 Update changelog 2022-06-22 13:18:17 +03:00
Tulir Asokan
e660955546 Update mautrix-python 2022-06-21 15:43:03 +03:00
Malte E
0c7b46e45c
Add support for kick/ban/unban from Matrix (#257) 2022-06-19 15:22:29 +03:00
Malte E
35004105f3
Bridge kick/invite/leave from Signal to Matrix with correct sender (#273) 2022-06-19 15:09:37 +03:00
Tulir Asokan
9269d28506 Update mautrix-python 2022-06-19 15:07:37 +03:00
Tulir Asokan
d1ddc10e51 Move CI script to mautrix/ci repo 2022-06-18 14:24:11 +03:00
Malte E
66e5c58907
catch ProfileUnavailableError in _update_participants (#270) 2022-06-17 16:10:00 +03:00
Sumner Evans
18fb20c4df
disappearing messages: do event disappearing in a task
Without this, it wasn't sending remote checkpoints or delivery receipts correctly
2022-06-07 10:31:57 -06:00
Tulir Asokan
18f22bf6c9 Merge remote-tracking branch 'maltee1/pm_unregistered_user' 2022-06-04 22:59:29 +03:00
Tulir Asokan
8c8b0536b5 Merge remote-tracking branch 'maltee1/power_level_ranges' 2022-06-04 22:59:25 +03:00
Tulir Asokan
99642da957 Merge remote-tracking branch 'maltee1/power_level' 2022-06-04 22:59:24 +03:00
Malte E
053db406e4
Merge branch 'master' into power_level 2022-06-02 21:22:43 +02:00
Tulir Asokan
38ff3e0dda Fix rejecting Matrix invites when Signal invite fails 2022-06-01 19:48:09 +03:00
Tulir Asokan
8da0b93894 Add support for custom message bridging status events 2022-06-01 19:46:06 +03:00