aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index cb9bb86..e56219f 100644
--- a/TODO
+++ b/TODO
@@ -302,4 +302,11 @@ Keep the rooms that we were kicked/banned from so we can still read them and re-
Fix youtube broken without yt-dlp. Unable to download video.
Use different font for chinese, japanese and korean (or maybe only for korean).
Include noto font instead of having to install it. Only require installing it for other noto fonts.
-ctrl+g to reply to someone, starting with /encrypt.
+Re-design matrix /encrypt. You should press G to switch to encryption mode in the room (save it as a room variable, maybe even in file?) and when you do that the matrix icon beside the chat
+ will have a padlock in front of it and input text will be orange.
+ Press G again to switch to regular text mode.
+ Also encrypt media and maybe even reactions.
+ Add /gpg command to send your gpg key. Generate it if it doesn't exist in gpg --list-keys for your matrix id.
+ Change matrix gpg config to enable option instead.
+ Allow pressing enter on a message with PGP key to import it.
+ Cache decrypted gpg messages in ram, so they dont have to be decrypted again when closing the room and entering it again.