Tulir Asokan
213e63830d
Update mautrix-python and unpin yarl/aiohttp
2020-10-28 12:34:11 +02:00
Tulir Asokan
87cacc9b20
Update mautrix-python
2020-10-27 15:19:19 +02:00
Tulir Asokan
d808893274
Move clean-rooms command to mautrix-python
2020-10-26 19:56:20 +02:00
Tulir Asokan
70a6b847e2
Fix random bugs and update mautrix-python
2020-10-24 21:13:57 +03:00
Tulir Asokan
1bce95586b
Update mautrix-python
2020-10-24 20:24:06 +03:00
Tulir Asokan
686e26a503
Merge branch 'telethon-1.17'
2020-10-22 17:42:25 +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
146a79b516
Update mautrix-python
2020-10-09 14:50:37 +03:00
Tulir Asokan
f4b8e85689
Update mautrix-python
2020-10-02 14:58:51 +03:00
Tulir Asokan
6b94097f29
Bump mautrix-python version
2020-09-25 15:40:19 +03:00
Tulir Asokan
6e1dbf3a8e
Update mautrix-python
2020-09-22 13:10:12 +03:00
Tulir Asokan
0dc56aad1c
Update prometheus stuff
2020-09-19 01:04:34 +03:00
Tulir Asokan
ac56ee1553
Bump mautrix-python version
2020-09-18 17:35:14 +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
2b978be79c
Update deps
2020-09-04 16:50:06 +03:00
Tulir Asokan
66917b6db0
Add option to update m.direct with double puppeting
2020-08-21 21:20:49 +03:00
Tulir Asokan
eae7bba649
Update to mautrix-python v0.7
2020-08-06 20:34:09 +03:00
Tulir Asokan
92c572d761
Maybe fix parallel file transfer
2020-08-04 16:56:59 +03:00
Tulir Asokan
729fa8eb46
Update Telethon
2020-07-30 21:26:20 +03:00
Tulir Asokan
993354bce5
Update mautrix-python
2020-07-27 13:28:08 +03:00
Tulir Asokan
a7a3ce4ea1
Update mautrix-python to fix duplicate message indexes in e2be
2020-07-12 22:03:59 +03:00
Tulir Asokan
f83d03fb16
Update mautrix-python a third time
2020-07-12 17:23:52 +03:00
Tulir Asokan
34e1935a97
Update mautrix-python again
2020-07-12 16:34:25 +03:00
Tulir Asokan
0080b028bf
Update mautrix-python
2020-07-12 15:48:35 +03:00
Tulir Asokan
689d84fa78
Move enable_dm_encryption helper to Portal
2020-07-09 19:45:28 +03:00
Tulir Asokan
64c9759de8
Update mautrix-python again and fix bugs in accepting invites as puppets
2020-07-09 19:05:40 +03:00
Tulir Asokan
31cac3eef3
Update mautrix-python
2020-07-09 16:59:01 +03:00
Tulir Asokan
4e670a8cbe
Switch to mautrix-python crypto
2020-07-08 23:05:39 +03:00
Tulir Asokan
29cc98a7f5
Update Telethon and mautrix-python
2020-07-05 13:47:17 +03:00
Tulir Asokan
8a99e67c6d
Update bridge info when portal metadata changes
2020-06-15 14:43:38 +03:00
Tulir Asokan
9383e5eed2
Allow any 0.5.x version of mautrix-python
...
Fixes #479
2020-06-08 12:36:18 +03:00
Tulir Asokan
72a45d7d80
Bump version to 0.8.0
2020-06-03 15:37:07 +03:00
Tulir Asokan
f3b9f4bf73
Bump maximum Telethon version
2020-05-29 15:28:53 +03:00
Tulir Asokan
7f69e9f329
Bump mautrix-python version
2020-05-25 14:11:03 +03:00
Tulir Asokan
ee04e8c17f
Bump mautrix-python req to rc1
2020-05-22 22:19:36 +03:00
Tulir Asokan
9081f6bce4
Bump mautrix-python requirement
2020-05-20 23:17:42 +03:00
Tulir Asokan
429544373a
Bump mautrix-python and send m.bridge events
2020-05-05 21:40:57 +03:00
Tulir Asokan
37ecd57a9b
Update telethon and add support for darts. Fixes #457
2020-04-25 18:25:00 +03:00
Tulir Asokan
ea9206f56b
Add support for sending and receiving dice
2020-04-21 10:01:33 +03:00
Tulir Asokan
c1d4e8e482
Update mautrix-python to use SQLAlchemy for matrix-nio state storage
2020-03-31 22:19:43 +03:00
Tulir Asokan
37917c497e
Fix encrypting outgoing Matrix events after restart
2020-03-30 01:04:12 +03:00
Tulir Asokan
50ec2551f8
Remove all automatic matrix-nio state receiving
...
All state is now fed to nio from the appservice state event stream instead of
/sync. This should remove all race conditions of trying to encrypt messages
before nio is synced.
2020-03-29 14:28:22 +03:00
Tulir Asokan
4519c88230
Bump mautrix-python version
2020-03-29 02:12:40 +02:00
Tulir Asokan
56d21bdf59
Add support for enabling encryption by default
2020-03-29 01:37:00 +02:00
Tulir Asokan
c79d442158
Add initial Matrix end-to-bridge encryption support
2020-03-28 22:01:23 +02:00
Tulir Asokan
c83fdab502
Update to mautrix-python 0.5.0
2020-03-22 00:51:10 +02:00
Tulir Asokan
ba17246755
Move dependency versions to requirements.txt
2020-03-04 23:32:14 +02:00