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

1,620 commits

Author SHA1 Message Date
Tulir Asokan
b1e0f87732 Fix bugs added when dropping phone numbers 2022-09-20 12:38:21 +03:00
Tulir Asokan
bfb212590d Update comments in config 2022-09-20 12:25:49 +03:00
Tulir Asokan
2ec415648c Drop support for phone number IDs and v1 groups 2022-09-19 17:18:48 +03:00
Tulir Asokan
90542f770f Bump version to 0.4.0 v0.4.0 2022-09-17 22:12:54 +03:00
Malte E
c934b44776
Set relaybot as relay on create (#295) 2022-09-17 22:09:01 +03:00
Tulir Asokan
fcffb15c50 Update mautrix-python to fix encrypting when a single device is out of OTKs 2022-09-15 21:55:01 +03:00
Tulir Asokan
8d379b91ef Move config env overrides to mautrix-python 2022-09-15 17:24:57 +03:00
Tulir Asokan
9da54dfcda Handle ScanTimeoutError properly 2022-09-15 16:56:26 +03:00
Tulir Asokan
5eeeeaf4aa Update mautrix-python 2022-09-14 21:24:49 +03:00
Sumner Evans
c901201de1
call notifications: use portal._send_message to encrypt properly
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-09-04 08:04:46 -06:00
Tulir Asokan
9211af2444 Add login alias for link. Fixes #114 2022-08-28 13:35:41 +03:00
Tulir Asokan
26cc754957 Don't throw error when unsubscribing from accounts that aren't subscribed
Fixes #201
2022-08-28 13:00:05 +03:00
Tulir Asokan
f06ae857c3 Update changelog 2022-08-23 22:55:08 +03:00
Malte E
56c96d47e8
Add default relaybot config option (#293) 2022-08-23 21:53:06 +03:00
Tulir Asokan
b4ecedf055 Allow portals to be manually set to public even if public_portals is disabled 2022-08-23 21:39:58 +03:00
Tulir Asokan
91280f349e Add missing signal message type 2022-08-23 21:09:31 +03:00
Tulir Asokan
6dc0e75656 Fix join rule stuff 2022-08-23 21:04:37 +03:00
Tulir Asokan
ab235c501f Merge remote-tracking branch 'maltee1/bridge_join_rules' 2022-08-23 20:36:49 +03:00
Tulir Asokan
0a33edcdef Update mautrix-python 2022-08-22 17:48:39 +03:00
Tulir Asokan
be0b0e4d8c Merge remote-tracking branch 'maltee1/number_as_topic' 2022-08-19 17:57:59 +03:00
Sumner Evans
960b58994f read receipts: send to latest message before receipt ts if eventID is not a message
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-08-19 17:18:39 +03:00
Tulir Asokan
34ad1bc81e Merge remote-tracking branch 'MaximilianGaedig/master' 2022-08-19 17:00:54 +03:00
Tulir Asokan
f1272e2506 Merge remote-tracking branch 'Craeckie/master' 2022-08-19 16:41:41 +03:00
Tulir Asokan
2cc44f64ad Enable appservice ephemeral events by default 2022-08-19 14:40:15 +03:00
Tulir Asokan
45108c7ccb Update mautrix-python 2022-08-17 15:49:35 +03:00
Tulir Asokan
e51f775f67 Update mautrix-python and asyncpg 2022-08-15 11:40:22 +03:00
Maximilian Gaedig
b333efff10 Fix linting errors 2022-08-02 17:17:30 +02:00
Maximilian Gaedig
b2321fbe5e Complete bridge command, fix minor id command issue 2022-07-31 00:36:09 +02:00
Malte E
2d76f5d0f3 use public_portals config toggle 2022-07-30 22:38:00 +02:00
Malte E
247aed54ee Bridge join rules (both ways) 2022-07-30 22:37:31 +02:00
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