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 |
|
Tulir Asokan
|
dbfb980bde
|
Add more type hints
|
2018-07-25 11:02:38 -04:00 |
|
Tulir Asokan
|
a22b83de44
|
Disable presence and read receipt bridging for bots. Fixes #194
|
2018-07-24 12:46:54 -04:00 |
|
Tulir Asokan
|
af46aee191
|
Implement Matrix->Telegram read receipts
|
2018-07-22 17:42:14 -04:00 |
|
Tulir Asokan
|
ecdca21e32
|
Stop handling events from custom puppets
|
2018-07-20 14:13:13 -04:00 |
|
Tulir Asokan
|
7c2e689813
|
Update mautrix-appservice dependency
|
2018-07-10 14:45:50 +03:00 |
|
Tulir Asokan
|
62b66040e7
|
Add some more debug messages to message receiving/handling
|
2018-07-01 18:41:05 +03:00 |
|
Tulir Asokan
|
0f8a2e7c51
|
Fix Matrix->Telegram redactions
|
2018-06-24 02:10:41 +03:00 |
|
Tulir Asokan
|
86bda1bb45
|
Allow disabling state event relaying by setting format to empty string. Fixes #130
|
2018-06-24 01:46:06 +03:00 |
|
Tulir Asokan
|
4a0d00e74c
|
Add support for Matrix displaynames in relaybot messages
|
2018-06-24 01:24:24 +03:00 |
|
Tulir Asokan
|
b50558a37d
|
Remove custom send_message() function
|
2018-06-24 00:03:20 +03:00 |
|
Tulir Asokan
|
ad23445b69
|
Simplify and improve message format config
|
2018-06-23 23:46:41 +03:00 |
|
Tulir Asokan
|
7a7c0b780f
|
Convert user_level to int in _participant_to_power_levels
|
2018-06-23 21:43:06 +03:00 |
|
Tulir Asokan
|
25b1adf626
|
Add support for logging in with a bot. Fixes #155
|
2018-06-23 00:44:41 +03:00 |
|
Tulir Asokan
|
d466060c44
|
Make logged_in and has_full_access async functions instead of properties
|
2018-06-22 12:45:19 +03:00 |
|
Tulir Asokan
|
42056b91c5
|
Fix critical Telethon core rewrite compatibility bugs
|
2018-06-21 16:16:16 +03:00 |
|
Travis Ralston
|
0d264e09a8
|
Add configuration for basic message formats
Fixes https://github.com/tulir/mautrix-telegram/issues/92
|
2018-06-07 13:49:03 -06:00 |
|
Tulir Asokan
|
f28f5915a4
|
Don't create portal in response to relaybot events. Fixes #145
|
2018-05-31 11:18:48 +03:00 |
|
Tulir Asokan
|
13db0eea93
|
Sync telegram user's puppet at message send time if no display name is set. Fixes #131
|
2018-05-19 21:45:47 +03:00 |
|
Tulir Asokan
|
adbd048108
|
Remove temporary debug messages
|
2018-05-19 21:42:48 +03:00 |
|
Tulir Asokan
|
7a373fa556
|
Add option to filter telegram chats from being bridged. Fixes #41
|
2018-05-19 19:35:01 +03:00 |
|
Tulir Asokan
|
0833850f4f
|
Fix potential duplicate unauthenticated user join/leave message in Matrix
|
2018-05-19 16:18:04 +03:00 |
|
Tulir Asokan
|
1e0f2c72b5
|
Fix line lengths and add limit to .editorconfig
|
2018-04-29 23:51:28 +03:00 |
|
Tulir Asokan
|
73e7b8f635
|
Add option to send bot messages as m.notice. Fixes #121
|
2018-04-29 23:51:27 +03:00 |
|
Tulir Asokan
|
8354bf6bb5
|
Send gif stickers as-is rather than converting to webp. Fixes #132
|
2018-04-29 23:15:05 +03:00 |
|
Tulir Asokan
|
db5441c3eb
|
Fix some potential errors in matrix file handling
|
2018-04-29 23:15:04 +03:00 |
|