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
Nilesh Patra
802d6afc55
Disable logging by default, start logging onlu if DEBUG is set to 1
2023-07-06 18:26:08 +00:00
Tulir Asokan
6aaeb8c244
Check spec versions supported by homeserver. Fixes #402
2022-11-21 22:42:42 +02:00
Tulir Asokan
c45a66bbf9
Add more details to --version
2022-04-17 21:21:10 +03:00
Tulir Asokan
899bdbc705
Update tcell
2022-04-15 12:53:09 +03:00
Tulir Asokan
172d18470f
Fix order of reading environment variables
2022-02-16 19:37:11 +02:00
Tulir Asokan
42063e5f88
Use xdg-user-dir to find download directory
...
Fixes #157
Closes #219
2021-09-19 23:46:34 -04:00
Tulir Asokan
3964b6fd89
Fix some formatting and enable pretty panics in non-debug mode. Closes #265
2021-03-11 22:53:13 +02:00
Tulir Asokan
d9d429f9f0
Simplify version flag
2020-06-17 13:25:35 +03:00
Aaron Raimist
1e110a4799
Add --version flag
2020-06-13 23:36:43 -05:00
Tulir Asokan
996fe62a21
Fix typo when getting config dir based on GOMUKS_ROOT
2020-05-12 15:35:05 +03:00
Tulir Asokan
fa04323daf
Update mautrix-go and move crypto store to XDG_DATA_HOME
2020-04-28 22:00:37 +03:00
Tulir Asokan
0943374892
Update copyright year
2020-04-19 18:10:14 +03:00
Tulir Asokan
79b61b86c9
Use $HOME/Downloads as default download directory
...
TODO: Get the default directory properly with XDG
2020-04-08 15:49:42 +03:00
Tulir Asokan
6f54066c43
Add partial deadlock detection in debug mode
2019-04-27 15:02:52 +03:00
Tulir Asokan
8c1682b225
Use XDG config and cache home
2019-04-06 10:57:24 +03:00
Tulir Asokan
bf2a5e9b34
Update license and sort imports
2019-01-23 00:26:51 +02:00
Tulir Asokan
b17ff318c2
Disconnect UI from main Gomuks struct. Fixes #21
2018-04-18 18:35:54 +03:00