Skip to content

CHANGELOG

ibnaleem edited this page Dec 18, 2023 · 3 revisions

18/12/2023 - 6 Changes

Decrypted Messages Will Delete After 5 Minutes in DMs (b027f54)

  • After a user receives decrypted text by our bot in their DMs, the message will remain for 5 minutes before the bot deletes it, contrary to the previous feature which allowed decrypted messages to stay in DMs forever

Bot Will Send Encrypted & Decrypted Text in Command Channel if DMs Are Off (db3b189) (70a0958)

  • Encrypted and decrypted messages will be sent to the command channel if the interaction user (command invoker) has their DMs off (discord.Forbidden)
  • Decrypted messages that are sent in command channels will be ephemeral

Added TextInput Modal to Encryption Command (11d0175)

  • Upon invoking the command, users input their PGP fingerprint and message in a TextInput Modal, just like the decryption command. This allows users to encrypted longer messages

Added Hash Command (eb4313f)

  • Users are prompted with 6 hash functions and a text argument for hashing their text

Added Decryption Command (31ee975)

  • Upon invoking the command, users input their PGP fingerprint and message in a TextInput Modal
  • Private keys and passphrases are imported using gnupg-python, and deleted after decryption. Private keys and passphrases are not stored. See How Decryption Works with GnuPG Discord
  • Decrypted messages are sent to users via DMs, accompanied by an ephemeral interaction response prompting them to check DMs

17/12/2023 - 1 Change

Added Encryption Command (c7715e9)

  • Upon invoking the command, users input their PGP fingerprint and message in the required command arguments
  • Encrypted messages are sent to users via DMs, accompanied by an ephemeral interaction response prompting them to check DMs
Clone this wiki locally