brandon1024 / gitchat

:speech_balloon: A Git-Based Command-Line Messaging Application
5 stars 0 forks source link

import-key: filter expired/unusable keys #87

Closed brandon1024 closed 3 years ago

brandon1024 commented 3 years ago

The import-key builtin was rewritten from the ground up to be more robust and usable. In this revision, keys can be imported from files and from keyrings at the same time, where this was not possible before. Improvements were made to show descriptive warning and logging messages to indicate when keys are filtered.

Keys are filtered when unusable (notably, expired). A warning message is shown to the user.

The commit message body was updated to include imported key fingerprints.