Tulir Asokan
|
d354d6e788
|
Add repr for formatter entities
|
2019-08-09 22:52:31 +03:00 |
|
Tulir Asokan
|
937de0fa00
|
Reduce usage of regexes
|
2019-08-08 23:15:15 +03:00 |
|
Tulir Asokan
|
3af306abe0
|
Even^4 more migrations to mautrix-python
|
2019-08-06 00:23:41 +03:00 |
|
Tulir Asokan
|
d6a2e7a9f7
|
Split portal.py and migrate more stuff to mautrix-0.4
|
2019-08-05 00:11:21 +03:00 |
|
Tulir Asokan
|
32d686e908
|
Migrate formatter and utils to mautrix-python
|
2019-08-04 15:20:14 +03:00 |
|
Tulir Asokan
|
d521bbc0fa
|
Merge branch 'master' into mautrix-0.4
|
2019-08-03 21:22:38 +03:00 |
|
Tulir Asokan
|
dd683af5f5
|
Add hacky fix for edit reply fallbacks
|
2019-07-29 19:59:34 +03:00 |
|
Tulir Asokan
|
be6d395ed6
|
Remove Python 3.5 compatibility
|
2019-07-18 23:24:25 +03:00 |
|
Tulir Asokan
|
06d4e1703e
|
Restore old blockquote behavior in formatter as telegram's blockquotes don't work yet
|
2019-07-06 20:53:37 +03:00 |
|
Tulir Asokan
|
ce639c12d8
|
Use native strikethrough/underline/blockquote on Telegram
|
2019-06-30 19:16:24 +03:00 |
|
Tulir Asokan
|
47243334f4
|
Add native Matrix edit support
Warning: may break everything and/or edit your cat
|
2019-05-29 16:20:15 +03:00 |
|
Tulir Asokan
|
bc3ceab039
|
Fix handling of null m.relates_to objects. Fixes #317
|
2019-05-11 21:55:30 +03:00 |
|
Tulir Asokan
|
430f7b7217
|
Handle void tags correctly in the HTML parser. Fixes #309
|
2019-05-11 21:55:30 +03:00 |
|
Tulir Asokan
|
2cf9dcafd9
|
Update copyright year and fix minor lint problems
|
2019-03-19 18:30:36 +02:00 |
|
Tulir Asokan
|
8ef337f40b
|
Remove lxml HTML parser as it was messing up emoji offset handling
|
2019-03-01 23:45:30 +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
|
75b6e4f633
|
Strip displayname format in Matrix->Telegram non-username mentions. Fixes #138
|
2018-12-20 16:45:40 +02:00 |
|
Tulir Asokan
|
c39d24ccdc
|
Add HTMLParser compatibility to recursive Matrix parser and remove old parser
|
2018-11-28 02:26:01 +02:00 |
|
Tulir Asokan
|
bac1e30cf0
|
Fix Matrix->Telegram code blocks without language. Fixes #240
|
2018-10-27 19:22:04 +03:00 |
|
Tulir Asokan
|
388e4f8601
|
Port Message table to SQLAlchemy Core
|
2018-10-20 23:11:10 +03:00 |
|
Tulir Asokan
|
5054afcbb5
|
Fix Python 3.5 compatibility
|
2018-10-02 14:51:54 +03:00 |
|
Tulir Asokan
|
c38e46fc2a
|
Fix linebreaks in pre blocks
|
2018-09-28 17:15:57 +03:00 |
|
Tulir Asokan
|
916cc3746d
|
Fix block tag newlines and allow <strike>. Fixes #232
|
2018-09-28 17:06:42 +03:00 |
|
Tulir Asokan
|
b44d6d2d90
|
Fix minor things and type hints
|
2018-09-28 01:02:09 +03:00 |
|
Tulir Asokan
|
828047e272
|
Split TelegramMessage helper to separate file
|
2018-09-28 00:49:37 +03:00 |
|
Tulir Asokan
|
a9cb1bf518
|
Fix linebreak handling in lxml parser and add better bullets
Fixes #218
|
2018-09-28 00:45:37 +03:00 |
|
Tulir Asokan
|
fc23461445
|
Add room specific settings. Probably broken
|
2018-09-24 16:01:16 +03: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
|
731c802fcd
|
Only import deque in type checking mode to fix 3.5 runtime support
|
2018-08-30 19:03: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
|
0f8009b1e9
|
Add missing type hints and fix most type errors except for Optionals.
|
2018-08-09 03:31:04 +02:00 |
|
Tulir Asokan
|
f2390c4937
|
Fix some Nones and fix TelegramMessage.prepend()
|
2018-07-26 10:16:21 -04:00 |
|
Tulir Asokan
|
629a406051
|
Fix small formatting things
|
2018-07-25 22:10:45 -04:00 |
|
Tulir Asokan
|
1421ae0cce
|
Implement strikethrough and underline in new HTML parser
|
2018-07-25 22:05:42 -04:00 |
|
Tulir Asokan
|
3cca11a997
|
Implement lxml parser
|
2018-07-25 21:45:25 -04:00 |
|
Tulir Asokan
|
c08659c75a
|
Fix bugs
|
2018-07-25 11:53:31 -04:00 |
|
Tulir Asokan
|
d5f6e45363
|
Merge branch 'master' into lxml-formatter
|
2018-07-25 11:39:48 -04:00 |
|
Tulir Asokan
|
99f84b5dfe
|
Initial split to htmlparser/lxml matrix->telegram formatters
|
2018-07-12 15:58:07 +03:00 |
|