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
|
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
|
0848938174
|
Add option to change max body size for AS API
ref tulir/mautrix-appservice-python#3
|
2018-08-06 00:06:13 +03:00 |
|
Tulir Asokan
|
9b0be2dd55
|
Add option to disable channel member list syncing
|
2018-08-05 22:07:12 +03:00 |
|
Tulir Asokan
|
704e00540e
|
Add new permission level before "full" that can't use Matrix login. Fixes #199
|
2018-08-05 20:39:45 +03:00 |
|
Tulir Asokan
|
14b105e74f
|
Never bridge messages from the relay bot. Fixes #202
|
2018-08-05 20:11:13 +03:00 |
|
Tulir Asokan
|
dbfb980bde
|
Add more type hints
|
2018-07-25 11:02:38 -04:00 |
|
Tulir Asokan
|
e4e100a184
|
Add option to disable /syncing with custom puppets
|
2018-07-22 17:28:27 -04:00 |
|
Tulir Asokan
|
87dc1a44b2
|
Add bot_avatar config field
|
2018-07-15 16:08:49 +03:00 |
|
Tulir Asokan
|
bbc7912a49
|
Allow getting user info of unauthenticated users and add /portal/{chat_id}
|
2018-07-14 19:27:16 +03:00 |
|
Tulir Asokan
|
90e7a09b7e
|
Automatically generate provisioning shared secret if it has the default value
|
2018-07-13 23:03:34 +03:00 |
|
Tulir Asokan
|
f6923a5e1b
|
Add provisioning API config (ref #154)
|
2018-07-12 23:39:23 +03:00 |
|
Tulir Asokan
|
15fd394d54
|
Add proxy config. Fixes #153
|
2018-07-12 23:08:08 +03:00 |
|
Tulir Asokan
|
1d9455f639
|
Allow specifying address and listen host/port separately. Fixes #160
|
2018-07-12 22:59:17 +03:00 |
|
Tulir Asokan
|
042d89cf65
|
Add full log config. Fixes #166
|
2018-07-12 22:49:53 +03:00 |
|
Tulir Asokan
|
d035e9da73
|
Add user auth level
Fixes #162
Closes #168
Closes #170
|
2018-07-10 14:21:21 +03:00 |
|
Tulir Asokan
|
895f9ac98a
|
Fix bridge.message_formats config updating
|
2018-06-24 01:50:22 +03:00 |
|
Tulir Asokan
|
4a0d00e74c
|
Add support for Matrix displaynames in relaybot messages
|
2018-06-24 01:24:24 +03:00 |
|
Tulir Asokan
|
ad23445b69
|
Simplify and improve message format config
|
2018-06-23 23:46:41 +03:00 |
|
Travis Ralston
|
dad99823fc
|
Add the m.emote message formats to the config
|
2018-06-07 14:58:46 -06: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
|
7a373fa556
|
Add option to filter telegram chats from being bridged. Fixes #41
|
2018-05-19 19:35:01 +03:00 |
|
Tulir Asokan
|
79341b8d28
|
Add support for Telethon's catch_up() (ref #124)
|
2018-05-13 11:22:20 +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
|
2c47cdfac6
|
Add option to limit number of members in startup sync. Fixes #115
|
2018-04-29 15:37:53 +03:00 |
|
Tulir Asokan
|
d332a429d6
|
Add option to disable native stickers. Fixes #116
|
2018-04-28 22:09:40 +03:00 |
|
Tulir Asokan
|
8da06c969c
|
Add option to not make publicly joinable channels public on Matrix. Fixes #128
|
2018-04-28 21:39:43 +03:00 |
|
Jan Christian Grünhage
|
a652fb1d8c
|
fix: copy database path to updated config (#119)
|
2018-04-17 18:38:39 +03:00 |
|
Tulir Asokan
|
715b658a3d
|
Switch to a simpler non-versioned automatic config update
|
2018-03-11 11:25:45 +02:00 |
|
Tulir Asokan
|
7f52238fbb
|
Add Telegram bot command access whitelist. Fixes #80
|
2018-03-10 14:36:44 +02:00 |
|
Tulir Asokan
|
a469e6ed10
|
Switch to AGPLv3
|
2018-03-08 23:49:56 +02:00 |
|
Tulir Asokan
|
cf9a1f3afb
|
Add appservice.public to config in v2 update
|
2018-03-07 21:31:27 +02:00 |
|
Tulir Asokan
|
2c68bd7378
|
Update config updater
|
2018-03-07 21:25:49 +02:00 |
|
Tulir Asokan
|
6ff89d1fe4
|
Add option to disable homeserver SSL verification
|
2018-03-07 21:20:59 +02:00 |
|
Tulir Asokan
|
30768d0a06
|
Add option to use inline images for better captions. Fixes #83
|
2018-03-07 21:16:09 +02:00 |
|
Tulir Asokan
|
6fced123b1
|
Add comments in config updates
|
2018-02-23 17:56:50 +02:00 |
|
Tulir Asokan
|
2d2fe86757
|
Move all permissions to single object in config
|
2018-02-23 12:07:42 +02:00 |
|
Tulir Asokan
|
2f9cd15013
|
Fix registration generation on Python 3.5
|
2018-02-22 17:28:18 +02:00 |
|
Tulir Asokan
|
7dc5384d52
|
Update future-fstrings and stop concatenating multiline strings
|
2018-02-18 11:24:51 +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
|
ceeeefeae6
|
Fix most warnings
|
2018-02-04 20:31:42 +02:00 |
|
Tulir Asokan
|
1bc246af37
|
Cleanup and refactoring
|
2018-02-03 14:39:40 +02:00 |
|
Tulir Asokan
|
bef850e924
|
Add future-fstrings to support python 3.5 and possibly 3.4
|
2018-01-29 18:24:43 +02:00 |
|
Tulir Asokan
|
831851f118
|
Use named format parameter for alias/name templates
|
2018-01-28 12:23:22 +02:00 |
|
Tulir Asokan
|
ad6a9ebae3
|
Start Python rewrite
Initial setup, config parsing and registration generation is included.
|
2018-01-16 23:33:01 +02:00 |
|