Tulir Asokan
|
7f7dec4e80
|
Fix bridging documents without thumbnails to Matrix
|
2019-02-16 17:07:58 +02:00 |
|
Tulir Asokan
|
c979de9387
|
Fix creating base power levels for private chats. Fixes #282
|
2019-02-15 18:29:05 +02:00 |
|
Tulir Asokan
|
be806949bf
|
Fix handling thumbnails of documents. Fixes #281
|
2019-02-15 18:18:43 +02:00 |
|
Tulir Asokan
|
c88b28606e
|
Code cleanup
|
2019-02-14 16:05:01 +02:00 |
|
Tulir Asokan
|
aba2e6b140
|
Fix Matrix->Telegram room avatar bridging. Fixes #165
|
2019-02-14 01:50:24 +02:00 |
|
Tulir Asokan
|
17b711d097
|
Add option to skip deleted members when syncing members. Fixes #192
|
2019-02-14 01:07:50 +02:00 |
|
Tulir Asokan
|
f8e429f08a
|
More file splitting and new admin commands
|
2019-02-12 23:48:08 +02:00 |
|
Tulir Asokan
|
0d0b043bb8
|
Fix small mistakes
|
2019-02-12 20:57:14 +02:00 |
|
Tulir Asokan
|
16d3458e5a
|
Include portal chat ID in logs
|
2019-02-12 15:06:19 +02:00 |
|
Tulir Asokan
|
53489e7356
|
Start moving portals and users to SQLAlchemy Core
|
2019-02-12 01:19:12 +02:00 |
|
Tulir Asokan
|
c028e1befc
|
Add missing await
|
2019-02-11 23:33:46 +02:00 |
|
Tulir Asokan
|
165f286bfd
|
Handle Matrix room upgrades. Fixes #277
|
2019-02-11 22:32:37 +02:00 |
|
Tulir Asokan
|
ea37f05c11
|
Update telethon and downgrade imageio
Fixes #279
Fixes #274
|
2019-02-11 20:40:47 +02:00 |
|
Tulir Asokan
|
01426308c5
|
Make automatic full Matrix state syncs optional
|
2019-01-07 19:58:16 +02:00 |
|
Tulir Asokan
|
a090d6de32
|
Add command to cache Matrix room memberships
|
2019-01-07 19:54:19 +02:00 |
|
Tulir Asokan
|
e9ddd0caa8
|
Add missing checks and fix file bridging with latest Telegram API layer
Fixes #260
|
2019-01-01 18:45:59 +02:00 |
|
Tulir Asokan
|
8021fcc24c
|
Bridge message pins in normal groups. Fixes #259
|
2018-12-28 16:34:58 +02:00 |
|
Tulir Asokan
|
dad0ccb3c0
|
Clean up code
|
2018-12-23 19:51:02 +02:00 |
|
Tulir Asokan
|
06f1bcfb3f
|
Make play IDs shorter
|
2018-12-23 17:32:05 +02:00 |
|
Tulir Asokan
|
2e20ae2148
|
Add support for playing games. Fixes #256
|
2018-12-23 17:00:19 +02:00 |
|
Tulir Asokan
|
09676f8314
|
Add custom message for unsupported media. Fixes #258
|
2018-12-23 14:55:28 +02:00 |
|
Tulir Asokan
|
c589f34986
|
Make telegram_link_preview configurable per-room. Fixes #244 again
|
2018-12-20 15:31:05 +02:00 |
|
Tulir Asokan
|
ca132a6d18
|
Add option to disable telegram link previews. Fixes #244
|
2018-12-20 14:35:30 +02:00 |
|
Tulir Asokan
|
5c4db8df5b
|
Fix Telegram->Matrix file transfer broken in b2e183e363
|
2018-12-20 00:32:27 +02:00 |
|
Tulir Asokan
|
082ef79346
|
Use only emoji as sticker body if unicodedata doesn't find name. Fixes #252
|
2018-12-20 00:08:48 +02:00 |
|
Tulir Asokan
|
85dc424ea0
|
Fix possible duplicate room creation after upgrading group and restarting
|
2018-12-20 00:07:42 +02:00 |
|
Tulir Asokan
|
3d3afdb645
|
Fix bug in 82d7e78455
|
2018-11-15 22:45:48 +02:00 |
|
Tulir Asokan
|
82d7e78455
|
Handle kicking puppets separately. Fixes #191
|
2018-11-15 11:57:02 +02:00 |
|
Tulir Asokan
|
2dfc05db5f
|
Fall back to get_dialogs if get_entity fails. Fixes #229
|
2018-11-15 11:20:43 +02:00 |
|
Tulir Asokan
|
388e4f8601
|
Port Message table to SQLAlchemy Core
|
2018-10-20 23:11:10 +03:00 |
|
Travis Ralston
|
7f23d4cf68
|
Don't try permission checks on rooms that aren't bridged
This is the proper way to fix https://github.com/tulir/mautrix-telegram/pull/235
|
2018-10-19 19:31:58 -06:00 |
|
Tulir Asokan
|
980e0d6ef7
|
Send captions as second message by default. Fixes #233
|
2018-09-29 10:56:04 +03:00 |
|
Tulir Asokan
|
2f6147f325
|
Fix notice bridging exceptions
|
2018-09-29 01:35:30 +03:00 |
|
Tulir Asokan
|
56fb88b75e
|
Use mxids instead of localparts as default displaynames and fix name add/remove message. Fixes #228
|
2018-09-29 00:59:02 +03:00 |
|
Tulir Asokan
|
78e4804774
|
Fix minor things and improve code style
|
2018-09-25 00:47:16 +03:00 |
|
Tulir Asokan
|
9d2d34a25c
|
Add command to update room-specific config
|
2018-09-24 17:44:00 +03:00 |
|
Tulir Asokan
|
fc23461445
|
Add room specific settings. Probably broken
|
2018-09-24 16:01:16 +03:00 |
|
Tulir Asokan
|
dd270b862e
|
Fix handling capitalized file extensions. Fixes #156
|
2018-09-24 01:25:51 +03:00 |
|
Travis Ralston
|
23bb2871fd
|
Add a flag to indicate if the requesting user can unbridge the portal
|
2018-09-16 16:16:33 -06:00 |
|
Tulir Asokan
|
d4ea5f8b38
|
Improve type hints and set version to 0.4.0+dev
|
2018-09-10 01:14:12 +03:00 |
|
Tulir Asokan
|
9541d5eceb
|
Don't bridge messages from unbridged chats received by bot (ref #219)
|
2018-09-09 01:26:22 +03:00 |
|
Kai A. Hiller
|
81531235bc
|
Replace double quote type annotations with single quotes
|
2018-08-09 14:36:14 +02:00 |
|
Kai A. Hiller
|
e751d140f2
|
Change case of new types
|
2018-08-09 14:11:41 +02:00 |
|
Kai A. Hiller
|
0f8009b1e9
|
Add missing type hints and fix most type errors except for Optionals.
|
2018-08-09 03:31:04 +02:00 |
|
Kai A. Hiller
|
01e153662e
|
Replace star imports with literal values
|
2018-08-09 02:42:48 +02:00 |
|
Kai A. Hiller
|
08dd5b5b15
|
Add None return type to functions
|
2018-08-09 02:42:47 +02:00 |
|
Tulir Asokan
|
ccd2eaec70
|
Improve Telegram message deduplication
* Add pre-send message database check for deduplication
* Make dedup cache queue length configurable
|
2018-08-07 23:29:12 +03:00 |
|
Tulir Asokan
|
1b7a10218a
|
Fix logging out if portal was deleted/unbridged. Fixes #173
|
2018-08-05 22:53:15 +03:00 |
|
Tulir Asokan
|
9b0be2dd55
|
Add option to disable channel member list syncing
|
2018-08-05 22:07:12 +03:00 |
|
Tulir Asokan
|
c08659c75a
|
Fix bugs
|
2018-07-25 11:53:31 -04:00 |
|