Commit Graph

32 Commits

Author SHA1 Message Date
0da7d78138 Display inline code in messages
The Textcolor is also set to make sure it is readable
with black on white themes
2022-04-16 17:53:47 +02:00
e08f23ba65 Only linkify text if inline URLs are enabled 2022-04-15 23:44:59 +03:00
66233721a2 Get rid of special-cased plaintext rendering. Fixes #273 2022-04-15 23:28:23 +03:00
7bf6785689 Linkify links in HTML messages too 2022-04-15 23:25:12 +03:00
fa7a4d8320 Fix BaseEntity.String() 2022-04-15 22:36:06 +03:00
97491eb6c0 Add support for inline URLs
Fixes #71
Fixes #168
2022-04-15 22:09:15 +03:00
e46694a33f Ignore newlines in HTML completely again 2022-04-15 20:29:23 +03:00
a5bdba204e Add support for rendering spoilers. Fixes #331 2022-04-15 15:14:22 +03:00
1b4aa60114 Add slightly hacky workaround to fix #316 2022-04-15 14:03:08 +03:00
18aeb8ba9d Improve removing unnecessary whitespace in HTML 2022-04-15 12:58:27 +03:00
899bdbc705 Update tcell 2022-04-15 12:53:09 +03:00
f6326f69df Don't show links with data-mautrix-exclude-plaintext attribute 2021-08-02 21:46:21 +03:00
3964b6fd89 Fix some formatting and enable pretty panics in non-debug mode. Closes #265 2021-03-11 22:53:13 +02:00
1437a799e5 Don't panic on empty code block. Fixes #237 2020-10-20 13:29:54 +03:00
56256b8937 Fix mangled comment newlines in code blocks (#214)
Fixes #120
2020-09-04 18:09:41 +03:00
15ed2a75b5 Fix minor code style details 2020-08-18 18:01:19 +03:00
3439b94e0e fix changes requested 2020-08-17 21:03:28 +02:00
0f77c17e9c enable to show html as plain text if enabled and the url and text is not the same or nor contains data-mautrix-no-link 2020-08-17 20:51:20 +02:00
2a1329d981 first changes to show urls 2020-08-15 06:59:02 +02:00
0943374892 Update copyright year 2020-04-19 18:10:14 +03:00
5ee6aa72db Update mautrix-go content stuff 2020-04-19 15:01:16 +03:00
815190be14 Update stuff and move pushrules to mautrix-go 2020-04-19 15:01:16 +03:00
15e1d3f87c Fix rendering formatted m.emotes 2020-02-19 21:54:53 +02:00
fe439f076a Wrap events in custom struct to add gomuks-specific fields 2019-06-17 12:27:31 +03:00
4bcdcd1ccd Fix go 1.11 and go get compatibility 2019-05-12 17:34:47 +03:00
60e3fe3927 Stop replacing text of event links 2019-04-15 00:34:48 +03:00
43a7bdab72 Add better stringification for UI message types for debugging 2019-04-13 00:51:58 +03:00
abd21affc4 Fix code block rendering 2019-04-10 22:59:37 +03:00
a9199dd9f2 Split container/text HTML entities and add support for <hr> 2019-04-10 22:49:33 +03:00
db0e24ccc2 Use already parsed events for replies if possible 2019-04-10 21:06:19 +03:00
7e0278c571 Fix m.emote rendering 2019-04-10 17:08:39 +03:00
2b6c435e50 Refactor message parsing things 2019-04-09 18:42:49 +03:00