i401
8472803cd0
add: clipboard functionality in room view
...
CTRL+V now checks if the clipboard contains an image and pastes it into the room.
The library used for clipboard functionality requires an additional
dependency:
> Linux: require X11 dev package. For instance, install libx11-dev or xorg-dev or libX11-devel to access X window system.
2023-10-05 22:33:21 +02:00
Tulir Asokan
d6c08dc134
Update mautrix-go and remove duplicate function
2023-01-15 15:48:12 +02:00
Tulir Asokan
6aaeb8c244
Check spec versions supported by homeserver. Fixes #402
2022-11-21 22:42:42 +02:00
Tulir Asokan
c871a0c4b5
Update mauview and changelog
2022-11-19 17:21:07 +02:00
Tulir Asokan
5db151d90f
Update more dependencies
2022-11-13 17:59:11 +02:00
Tulir Asokan
886690f98f
Update dependencies and Go version
2022-11-13 15:28:04 +02:00
Tulir Asokan
6479ff2e34
Add option to disable clearing screen
...
Somewhat hacky and might cause other issues, but should fix #365
2022-04-25 00:25:49 +03:00
Tulir Asokan
b4101f5518
Use runewidth fork to override variation selector width
2022-04-24 23:55:09 +03:00
Tulir Asokan
fa79dc0ca1
Update mauview
...
Fixes #367
2022-04-17 23:55:18 +03:00
Tulir Asokan
b755302b93
Update mautrix-go to switch to /v3 paths
2022-04-17 13:16:47 +03:00
Tulir Asokan
b6fba5230a
Enable inline URLs by default on VTE terminals
2022-04-16 19:59:34 +03:00
Tulir Asokan
b3e989ee0f
Use xurls instead of custom regex for finding links
2022-04-16 19:26:24 +03:00
Tulir Asokan
404a617670
Update mauview
2022-04-15 22:29:58 +03:00
Tulir Asokan
97491eb6c0
Add support for inline URLs
...
Fixes #71
Fixes #168
2022-04-15 22:09:15 +03:00
Tulir Asokan
98fe235f22
Update mauview to unbreak plaintext mode
2022-04-15 21:17:43 +03:00
Tulir Asokan
5674f076be
Add support for sending spoilers
2022-04-15 20:28:58 +03:00
Tulir Asokan
4136d6c6b0
Update mauview
2022-04-15 14:03:40 +03:00
Tulir Asokan
899bdbc705
Update tcell
2022-04-15 12:53:09 +03:00
Tulir Asokan
a7562a068a
Add variation selectors and trim spaces in reactions
2022-03-30 15:27:05 +03:00
Tulir Asokan
9a0a1636af
Update dependencies
2022-03-06 22:30:41 +02:00
3nprob
4e8c7b6759
add cbind dependency
2021-12-08 01:25:56 +09:00
Tulir Asokan
baddce264f
Update mauview and runewidth
2021-12-07 14:12:44 +02:00
Tulir Asokan
98db812df1
Add config flags for backspace behavior. Fixes #322
2021-11-11 00:26:53 +02:00
Tulir Asokan
e3094f4f80
Update mautrix-go
2021-09-30 18:58:38 +03:00
Tulir Asokan
e569c1519a
Bump version to 0.2.4
2021-09-21 14:53:49 -04:00
Tulir Asokan
15e05fc4e7
Try temporarily storing large sync responses to disk to reduce memory usage
2021-09-19 22:16:13 -04:00
Tulir Asokan
2436a9cd39
Update mautrix-go
2021-09-19 20:51:19 -04:00
Tulir Asokan
d936bafde8
Update mautrix-go
2021-08-02 21:47:00 +03:00
Tulir Asokan
2008d3755e
Update mautrix-go
2021-04-29 23:52:27 +03:00
Tulir Asokan
922223d241
Update dependencies
2021-03-11 22:46:44 +02:00
Tulir Asokan
c2f0bb244b
Switch crypto store to SQLite
2021-02-08 22:42:40 +02:00
Tulir Asokan
d958c372cb
Bump version to 0.2.2
2021-01-06 01:34:09 +02:00
Tulir Asokan
25bc7dfff3
Update mautrix-go
2020-11-21 14:44:11 +02:00
Tulir Asokan
661a7cf17a
Merge branch 'master' into cross-signing
2020-11-12 00:21:11 +02:00
Tulir Asokan
a7f8bc1ad8
Update mautrix-go
2020-11-11 23:42:29 +02:00
Tulir Asokan
d103d005a3
Update deps and stop using github.com/pkg/errors
2020-10-23 12:02:42 +03:00
Tulir Asokan
153aa34f2b
Simplify HelpModal
2020-09-13 17:16:47 +03:00
Tulir Asokan
5f999121f4
Add broken in-room verification and other stuff
2020-09-13 00:13:08 +03:00
Tulir Asokan
c6d1c62b65
Make generating cross-signing keys work
2020-09-12 02:47:10 +03:00
Tulir Asokan
ae862b9f44
Add command for cross-signing current device
2020-09-12 02:25:41 +03:00
Tulir Asokan
e7c72dcbbf
Extremely WIP cross-signing and SSSS support
2020-09-12 01:59:53 +03:00
Tulir Asokan
bda603eca7
Fix extra newline in plaintext body when sending code block. Fixes #216
2020-09-04 18:19:55 +03:00
Kasper Seweryn
56256b8937
Fix mangled comment newlines in code blocks ( #214 )
...
Fixes #120
2020-09-04 18:09:41 +03:00
Tulir Asokan
0aeedd2c43
Finish basic file upload support. Fixes #62
2020-09-02 02:12:09 +03:00
Kasper Seweryn
88e559c46b
Add fileUpload command (WIP)
2020-09-01 13:33:39 +00:00
Tulir Asokan
c47252979c
Use []byte directly for ImportKeys and ExportKeys
2020-08-26 15:18:23 +03:00
Tulir Asokan
0a9612bf14
Add initial support for key file exporting and importing
...
Warning: the passphrase is currently hardcoded to "gomuks"
2020-08-25 21:09:46 +03:00
Tulir Asokan
167cc37b2d
Update mautrix-go. Fixes #191
2020-08-21 20:44:24 +03:00
Tulir Asokan
5f9af3ad8c
Update mautrix-go
2020-08-16 18:53:32 +03:00
Tulir Asokan
2f5f0674b6
Update mautrix-go and make it build without crypto
2020-07-30 14:32:59 +03:00