Commit Graph

88 Commits

Author SHA1 Message Date
Tulir Asokan f66c182e82 Fix Matrix->Telegram formatted messages throwing an error 2018-02-18 16:29:19 +02:00
Tulir Asokan 504be22b4b "Handle" missing database messages when handling edits 2018-02-17 15:04:38 +02:00
Tulir Asokan 427d97a1ff Merge pull request #58 from tulir/next-native-replies
Update native reply format
2018-02-17 15:04:05 +02:00
Tulir Asokan db637bf543 Add simple edit event deduplication 2018-02-16 17:49:36 +02:00
Tulir Asokan 88ef7d856e Merge branch 'master' into next-native-replies 2018-02-16 17:41:27 +02:00
Tulir Asokan 57e1a863dc Minor style fixes 2018-02-16 17:39:24 +02:00
Tulir Asokan 0d8428fa70 Fix edit handling 2018-02-16 15:11:14 +02:00
Tulir Asokan 6615a68cee Remove unnecessary get_input_entity calls 2018-02-15 13:14:30 +02:00
Tulir Asokan c29059d5d5 Merge branch 'master' into python3.5 2018-02-14 23:35:55 +02:00
Tulir Asokan aff2b313c5 Merge branch 'master' into next-native-replies 2018-02-14 23:34:46 +02:00
Tulir Asokan 089d372334 Fix incoming channel messages and signatures. Fixes #67 2018-02-14 23:22:09 +02:00
Tulir Asokan 40be42fec4 Improve initial power level handling
Fixes #66
Fixes #65
2018-02-14 22:46:05 +02:00
Tulir Asokan 6d99258c99 Merge branch 'master' into python3.5 2018-02-13 13:55:10 +02:00
Tulir Asokan 16b98fa44c Merge branch 'master' into next-native-replies 2018-02-13 13:52:21 +02:00
Tulir Asokan 27083a23ed Update database when editing message so replies point to edit 2018-02-13 13:51:27 +02:00
Tulir Asokan 65ba1f082b Merge branch 'master' into next-native-replies 2018-02-13 13:40:00 +02:00
Tulir Asokan 0147475aec Add optional edit handling with replies. Fixes #47 2018-02-13 13:35:18 +02:00
Tulir Asokan 90466ba941 Handle IntentErrors when cleaning up rooms 2018-02-13 01:13:27 +02:00
Tulir Asokan 496ebd2c8d Handle some weird cases with get_joined_rooms() 2018-02-13 01:10:03 +02:00
Tulir Asokan 2064f2b2d1 Store user portals and kick when logging out. Fixes #53 2018-02-13 00:58:03 +02:00
Tulir Asokan e42fcd2fb3 Move command handlers to own module and add clean-rooms command (ref #59) 2018-02-13 00:08:40 +02:00
Tulir Asokan e1e9ba80fa Add Python 3.5 compatibility 2018-02-11 22:41:44 +02:00
Tulir Asokan 0e56592966 Remove Python 3.5 compatibility on master branch 2018-02-11 22:39:02 +02:00
Tulir Asokan 507337ace2 Update native reply format. Fixes #57 2018-02-11 12:37:43 +02:00
Tulir Asokan 8971601c44 Handle leaving chats from other clients 2018-02-10 21:50:21 +02:00
Tulir Asokan 8a5c067259 Add missing awaits and use lock for create_matrix_room. Fixes #49 2018-02-10 21:33:57 +02:00
Tulir Asokan 772e80f74c Add some missing awaits 2018-02-10 20:21:09 +02:00
Tulir Asokan 8fc8cf0dd8 Fix power level update checking 2018-02-10 14:47:32 +02:00
Tulir Asokan 832e13947c Add missing awaits 2018-02-10 14:41:25 +02:00
Tulir Asokan a7c81e46e3 Remove unnecessary thread safety 2018-02-10 12:13:13 +02:00
Tulir Asokan 55dc1ff3c7 Initial asyncio version 2018-02-09 23:17:03 +02:00
Tulir Asokan edd290e27f Improve things and attempt to fix issue #49 2018-02-08 23:12:12 +02:00
Tulir Asokan d349c58f90 Add option to link to original message in non-native reply 2018-02-08 15:27:21 +02:00
Tulir Asokan 9eff63c220 Add option for non-native replies. Fixes #42 2018-02-08 15:02:31 +02:00
Tulir Asokan fb90605557 Fix replying to real Matrix users messages in a multiuser setup 2018-02-08 14:22:48 +02:00
Tulir Asokan 13c2d327fb Stop passing loggers around and organize imports 2018-02-06 18:10:19 +02:00
Tulir Asokan ac188bf85b Don't update power levels at startup unless something changes 2018-02-06 14:54:04 +02:00
Tulir Asokan ff703c2827 Fix two previous commits 2018-02-06 14:23:06 +02:00
Tulir Asokan 9145ebdc64 Fix message ID mapping for channels. Fixes #51 2018-02-06 14:05:55 +02:00
Tulir Asokan 72b8a25cec Implement message deduplication. Fixes #5 2018-02-06 13:49:03 +02:00
Tulir Asokan 7434393e1f Use username for invite link and fix other things
Fixes #50
Other things:
* Display flood wait errors from commands
* (Maybe) Fix removing room aliases when removing channel username
2018-02-05 22:36:11 +02:00
Tulir Asokan 1161c75f3e Implement groupname command to change channel username/public status
Fixes #45
Fixes #46
2018-02-05 21:46:15 +02:00
Tulir Asokan 11eb9277ed Move TelegramClient extensions to own class 2018-02-05 17:08:00 +02:00
Tulir Asokan 00bc02832c Remove debug print (again) 2018-02-05 00:00:23 +02:00
Tulir Asokan 385a4eed49 Add group upgrade command and basic supergroup power level bridging.
Fixes #27
Fixes #31
2018-02-04 23:59:41 +02:00
Tulir Asokan 51359747ca Add Telegram->Matrix message pinning support 2018-02-04 23:17:37 +02:00
Tulir Asokan e6afbf96d9 Allow using cache when syncing Matrix power levels 2018-02-04 22:48:39 +02:00
Tulir Asokan ceeeefeae6 Fix most warnings 2018-02-04 20:31:42 +02:00
Tulir Asokan 5b98aab889 Allow using cache when syncing Matrix puppet joins 2018-02-04 11:51:15 +02:00
Tulir Asokan e90bd07215 Remove debug prints and fix Matrix power level handler 2018-02-04 11:38:55 +02:00