Rework GPG behaviour:
Only encrypt when the receiver is trusted. You have to sign its key or it has to be signed by someone you trust. Fixes #109 Make checkbox insensitive when GPG is disabled on an account (or no passphrase given). Auto assign trusted keys on received presence. Deny encryption on missmatch of assigned key and signing key. Fixes #3376 Do not disable encrypted when receiving an unencrypted message. Print whether a received message was encrypted or not. TODO: Remove togglebutton, its useless now
Showing
- src/chat_control.py 54 additions, 59 deletionssrc/chat_control.py
- src/common/GnuPG.py 1 addition, 3 deletionssrc/common/GnuPG.py
- src/common/connection.py 8 additions, 2 deletionssrc/common/connection.py
- src/common/connection_handlers.py 1 addition, 0 deletionssrc/common/connection_handlers.py
- src/common/helpers.py 33 additions, 0 deletionssrc/common/helpers.py
- src/gajim.py 5 additions, 4 deletionssrc/gajim.py
- src/roster_window.py 7 additions, 5 deletionssrc/roster_window.py
Loading
Please register or sign in to comment