Commit Graph

131 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
ebe3fcc33c Re-add function for service messages 2022-04-15 23:31:48 +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
8752b3e848 Linkify links in plaintext messages 2022-04-15 22:51:07 +03:00
fa7a4d8320 Fix BaseEntity.String() 2022-04-15 22:36:06 +03:00
6414b8bd13 Use inline link for file download URL 2022-04-15 22:30:07 +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
ecdd4f08cb Support edits without m.new_content 2020-07-05 17:54:05 +03:00
ceedeb7a41 Fix rendering displayname change events 2020-06-24 22:59:47 +03:00
68956c4c63 Check if PrevContent is nil before using. Fixes #181 2020-06-24 22:54:41 +03:00
646a8637ff Show decryption errors more accurately. Fixes #174 2020-06-23 22:28:28 +03:00
376a2e5d84 Update mautrix-go 2020-06-23 21:43:25 +03:00
38d5ef5603 Add alias management command and alt_aliases rendering
* /alias command can be used to create and remove local aliases
* Changes to the alt_aliases are now rendered properly
2020-06-17 14:15:22 +03:00
0988b0590c Make e2ee optional 2020-05-05 20:38:58 +03:00
22681875f3 Update mautrix-go and give crypto module access to state store 2020-05-05 18:39:28 +03:00
a9dff6da73 Add support for encrypted files 2020-04-29 02:45:54 +03: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
a6f6fb3ef2 Display thumbnail for all files and add commands to download and open files 2020-04-08 15:30:29 +03:00
41e7b018c1 command toggle downloads 2020-04-07 19:06:10 +02:00
8b68140dc9 refactor to allow every file message to be downloaded 2020-04-07 18:20:06 +02:00
f0e5e0022f add text for video message 2020-04-07 01:26:02 +02:00
3c21281ada Implement selecting message to reply/react to with keyboard 2020-03-01 17:11:56 +02:00
9d132d328b Add support for replying and reacting to messages 2020-03-01 00:33:37 +02:00
58fff45d69 Add separate messages for invite reject/accept 2020-02-22 02:59:28 +02:00
032a83d70b Add initial message selecting stuff 2020-02-21 00:29:29 +02:00
852023c611 Fix compilation error 2020-02-20 22:42:53 +02:00
fa8147f07a Add background color for reactions 2020-02-20 22:11:09 +02:00
db1424a06d Add support for displaying reactions 2020-02-20 21:56:03 +02:00
15e1d3f87c Fix rendering formatted m.emotes 2020-02-19 21:54:53 +02:00
d02abd079f Add support for editing messages 2020-02-19 01:14:02 +02:00
b76c301145 Add initial support for rendering replies 2019-06-17 13:46:02 +03:00
fe439f076a Wrap events in custom struct to add gomuks-specific fields 2019-06-17 12:27:31 +03:00
d1d129f6cf Add support for redactions. Fixes #19 2019-06-16 20:42:36 +03:00