Tulir Asokan
59d052afd2
Update Telethon
2022-05-20 21:55:22 +03:00
Tulir Asokan
190f452910
Fix some bugs and update Telethon
2022-05-20 14:24:28 +03:00
Tulir Asokan
e6ef40e51d
Update Telethon
2022-05-19 13:15:39 +03:00
Tulir Asokan
d9018868a1
Use new helper method to redact command
2022-05-10 17:27:03 +03:00
Tulir Asokan
1f5b91cbec
Update mautrix-python
2022-04-09 20:52:45 +03:00
Tulir Asokan
4f9f74204a
Update dependencies
2022-04-08 18:06:24 +03:00
Tulir Asokan
61f3c39cc2
Mark reactions as read when reading from Matrix
2022-04-01 15:56:16 +03:00
Tulir Asokan
2b8b853fec
Add proper message when requesting to join via invite link
2022-03-28 15:03:05 +03:00
Sumner Evans
601058d61c
async media: add ability to upload media asynchronously
...
Co-authored-by: Tulir Asokan <tulir@maunium.net >
2022-03-27 12:26:44 -06:00
Tulir Asokan
f8596ef368
Use new ensure_has_html method instead of duplicating code
2022-03-23 19:51:01 +02:00
Tulir Asokan
04f30f6f29
Update mautrix-python
2022-03-22 13:44:52 +02:00
Tulir Asokan
4766d14359
Move DM creation code to mautrix-python
2022-03-04 16:12:02 +02:00
Tulir Asokan
d9e0b75e9b
Update mautrix-python again
2022-02-22 13:53:43 +02:00
Tulir Asokan
9606518ba7
Update mautrix-python again
2022-02-22 12:40:16 +02:00
Tulir Asokan
e2774b830f
Update mautrix-python version
2022-02-22 11:58:27 +02:00
Tulir Asokan
4a55cf589c
Add initial db upgrade that jumps to latest version
2022-02-19 00:19:49 +02:00
Tulir Asokan
2fb08d59c7
Return error if user tries to send empty login code to API
2022-02-09 12:05:16 +02:00
Tulir Asokan
0f050edcd9
Add proper support for receiving messages sent as a channel. Fixes #740
2022-02-01 15:20:05 +02:00
Tulir Asokan
2182dfc86b
Update to Telegram API layer 138
2022-02-01 13:35:27 +02:00
Tulir Asokan
03b094e4d4
Update mautrix-python
2022-01-30 12:04:21 +02:00
Tulir Asokan
2732a85f9e
Update dependencies
2022-01-26 13:41:20 +02:00
Tulir Asokan
28845b9daf
Update dependencies and fix some things in config updater
2022-01-05 21:01:12 +02:00
Tulir Asokan
af893554cc
Add support for Matrix->Telegram reactions
2021-12-30 18:32:10 +02:00
Tulir Asokan
afb73b1d17
Add support for bridging spoilers
2021-12-29 22:11:11 +02:00
Tulir Asokan
7e885f1be2
Bump mautrix-python minimum to stable 0.14
2021-12-26 13:30:14 +02:00
Tulir Asokan
9fd506e098
Change example database config to postgres
2021-12-26 13:12:29 +02:00
Tulir Asokan
0127bb04ae
Update mautrix-python
2021-12-23 16:05:10 +02:00
Tulir Asokan
50c6f2b009
Add support for sponsored messages. Fixes #699
2021-12-21 19:51:00 +02:00
Tulir Asokan
3447762d91
Fix dependencies and docker image
2021-12-21 01:55:42 +02:00
Tulir Asokan
89ab29ea5f
Switch from SQLAlchemy to asyncpg/aiosqlite
2021-12-21 00:44:42 +02:00
Tulir Asokan
f12f3fe007
Update mautrix-python again
2021-12-15 17:36:52 +02:00
Tulir Asokan
9c14c86358
Update mautrix-python
2021-12-15 14:14:42 +02:00
Tulir Asokan
8603c67347
Move format_duration to mautrix-python
...
Closes #707
2021-12-14 11:21:44 +02:00
Tulir Asokan
3ddd4449b1
Update mautrix-python
2021-12-08 12:17:26 +02:00
Tulir Asokan
782cd426a4
Switch back to upstream Telethon
2021-12-01 20:53:38 +02:00
Tulir Asokan
c095498247
Update dependencies
2021-11-19 18:16:51 +02:00
Tulir Asokan
25761215c3
Move filter_matrix_event logic to mautrix-python
2021-11-16 01:07:28 +02:00
Tulir Asokan
2cc439853f
Bump version to 0.10.2
2021-11-13 14:40:39 +02:00
Tulir Asokan
76b2937c18
Update mautrix-python and stop supporting pickle for crypto store
...
SQLite is now supported for the crypto store instead of pickle (via aiosqlite)
2021-11-13 14:15:32 +02:00
Tulir Asokan
e7d8948334
Bump Telethon to update to latest version of layer 133
2021-10-20 21:20:05 +03:00
Tulir Asokan
a132916525
Update Telethon
...
The upstream dev doesn't want to make new releases anymore before 2.0,
so this is temporarily using a fork. The main change is API layer 133,
which updates all user/chat IDs to be 64-bit.
2021-10-19 12:40:34 +03:00
Tulir Asokan
e276944b40
Implement get_bridge_states
2021-08-25 16:04:50 +03:00
Tulir Asokan
d778c639dc
Bump maximum Telethon version
2021-08-19 15:08:20 +03:00
Tulir Asokan
52bfbddcca
Add flag to invite events that will be auto-accepted
2021-08-18 20:48:11 +03:00
Tulir Asokan
3ab5e4d8cc
Move remaining manhole stuff to mautrix-python
2021-08-14 16:22:31 +03:00
Sumner Evans
5a76b5bcdc
Upgrade mautrix to 0.10.2 and use new BridgeStateEvents
2021-08-04 16:49:56 -06:00
Tulir Asokan
730f6bab6f
Update to Telethon 1.22
2021-06-22 19:42:36 +03:00
Tulir Asokan
f923552f86
Update mautrix-python (ref #623 )
2021-06-22 19:25:27 +03:00
Tulir Asokan
c385aa0b8d
Add real-time bridge status push option
2021-06-09 20:04:17 +03:00
Tulir Asokan
1a77ba5fcd
Add option to bridge archive, pin and mute status from Telegram
2021-04-20 14:52:19 +03:00