Tulir Asokan
d4d6cfa87d
Bump version to 0.9.0rc3
2020-11-12 01:41:44 +02:00
Tulir Asokan
9875833c90
Use correct relation type for replies
2020-11-10 12:31:03 +02:00
Tulir Asokan
38d94484bb
Use mautrix utility function for file upload retry
2020-11-10 00:21:36 +02:00
Tulir Asokan
0b3014ff88
Retry sending messages if server returns 502
2020-11-09 21:01:30 +02:00
Tulir Asokan
be59d50678
Fix Matrix->Telegram name mentions
2020-11-07 16:01:21 +02:00
Tulir Asokan
04e2497dd3
Bump version to 0.9.0rc2
2020-11-06 21:30:07 +02:00
Tulir Asokan
2c59cb4871
Fix sending plaintext captions to Telegram
2020-11-06 18:14:20 +02:00
Tulir Asokan
1b91fbc806
Check room encryption status when bridging portal
2020-10-30 20:16:02 +02:00
Tulir Asokan
2b6cffc8ef
Fix bugs in manual bridging that were added by the previous fix
2020-10-30 19:55:43 +02:00
Tulir Asokan
5cc0afef85
Let mautrix-python handle generating namespaces for the registration
2020-10-30 19:46:37 +02:00
Tulir Asokan
52adbb7335
Fix potential bugs in manual bridging
2020-10-30 19:46:02 +02:00
Tulir Asokan
dd3bdd2846
Allow unbridging direct chat portals. Fixes #495
2020-10-29 23:02:37 +02:00
Tulir Asokan
f088599dec
Disconnect from Telegram after logging out
2020-10-29 22:38:54 +02:00
Tulir Asokan
fe573865aa
Completely delete private chat portals when user logs out
...
If it just kicks the user, logging in again later would cause the
bridge to think there's a portal, but fail to invite the user again.
Fixes #397
2020-10-29 22:33:22 +02:00
Tulir Asokan
5316ed57af
Send link to Telegram ToS when signing up
2020-10-28 18:54:12 +02:00
Tulir Asokan
1567239ae6
Update connection metric after logging in
2020-10-28 18:44:50 +02:00
Tulir Asokan
24c65f8942
Don't set bridge_connected metric for non-logged-in users
2020-10-28 18:14:12 +02:00
Tulir Asokan
efe532e4d0
Don't check user database when handling ephemeral events
2020-10-27 16:49:54 +02:00
Tulir Asokan
8392f46db9
Fix bugs in left member check
2020-10-27 15:37:38 +02:00
Tulir Asokan
d808893274
Move clean-rooms command to mautrix-python
2020-10-26 19:56:20 +02:00
Tulir Asokan
ab671ac7eb
Bump version to 0.9.0rc1
2020-10-24 21:35:01 +03:00
Tulir Asokan
70a6b847e2
Fix random bugs and update mautrix-python
2020-10-24 21:13:57 +03:00
Tulir Asokan
a3f6bc2acb
Add config option for receiving ephemeral events with MSC2409
2020-10-24 21:01:34 +03:00
Tulir Asokan
1bce95586b
Update mautrix-python
2020-10-24 20:24:06 +03:00
Tulir Asokan
80aa557e0c
Fix resolving UpdateNewMessage sender in private chats
2020-10-23 23:42:45 +03:00
Tulir Asokan
686e26a503
Merge branch 'telethon-1.17'
2020-10-22 17:42:25 +03:00
Tulir Asokan
a33cdae4c3
Add missing parameter to get_user
2020-10-16 17:11:26 +03:00
Tulir Asokan
258f665338
Update mautrix-python
2020-10-16 15:18:34 +03:00
Tulir Asokan
3b70829d72
Use Gauge instead of Enum to count connected users
2020-10-15 18:35:21 +03:00
Tulir Asokan
524f60ab48
Update to mautrix-python 0.8.0.beta3
...
* Cross-server double puppeting is now possible
* End-to-bridge encryption no longer requires login_shared_secret,
but the homeserver must support MSC2778 (Synapse 1.21+)
2020-10-14 18:56:26 +03:00
Tulir Asokan
fdc58ce450
Fix bridging non-image files
2020-10-13 13:38:44 +03:00
Tulir Asokan
a4595b427d
Don't send delivery receipts to unencrypted private chat portals. Fixes #483
2020-10-09 16:50:12 +03:00
Tulir Asokan
522e33be12
Add png thumbnails for webm animated stickers. Fixes #467
2020-10-09 16:47:41 +03:00
Tulir Asokan
d35799e2ce
Add some checks
2020-10-04 15:09:07 +03:00
Tulir Asokan
a003e2e979
Update for Telethon 1.17 and TL layer 119
2020-10-02 22:05:15 +03:00
Tulir Asokan
0dc56aad1c
Update prometheus stuff
2020-09-19 01:04:34 +03:00
Tulir Asokan
349914f447
Update mautrix-python
2020-09-14 00:41:04 +03:00
Tulir Asokan
2a1bddf5e4
Move prometheus setup to mautrix-python
2020-09-09 14:02:37 +03:00
Tulir Asokan
66917b6db0
Add option to update m.direct with double puppeting
2020-08-21 21:20:49 +03:00
Tulir Asokan
292745866d
Improve trust member list check
2020-08-19 00:21:01 +03:00
Tulir Asokan
f86fabafbe
Trust member list if there are less members than the sync limit
2020-08-19 00:18:28 +03:00
Tulir Asokan
48a624bd07
Re-add custom get_users method to avoid expensive API calls
2020-08-19 00:11:52 +03:00
Tulir Asokan
66c2e779ea
Add mutex for backfill method
2020-08-18 23:56:24 +03:00
Tulir Asokan
f84dcb64d3
Replace custom get_users with client.get_participants
2020-08-18 23:41:38 +03:00
Tulir Asokan
95bb974ca6
Update handling of deleted members
2020-08-18 20:32:41 +03:00
Tulir Asokan
953ef0e5bc
Maybe fix encrypted parallel file transfer
2020-08-18 20:27:40 +03:00
Tulir Asokan
1b2024e456
Update username even if disable_updates is true
2020-08-18 20:27:10 +03:00
Tulir Asokan
e961c3a9ed
Pass through messages even if they're commands
2020-08-16 18:24:48 +03:00
Tulir Asokan
22d50208d8
Fix checking if message is command
2020-08-16 18:24:48 +03:00
Tulir Asokan
321a7810c4
Catch individual errors when syncing dialogs
2020-08-06 20:42:19 +03:00