Bug #1032
Quassel client cannot unset both identity SSL key and certificate
Start date:
10/20/2010
Due date:
% Done:
100%
Estimated time:
Version:
0.7-pre
OS:
Any
Description
Currently, the client supports setting both a SSL key and certificate with each identity. Unfortunately, it is impossible to remove both of them.
Opening the configuration dialog for identities, under the Advanced tab, presents Clear buttons for both key and certificate if both are set. Clicking the Clear button for either activates the Apply button for the Configuration dialog, while clicking both of them disables it again. Closing the dialog after clicking both of them has the effect of doing nothing. Clearing only one and closing the dialog clears the one, but then reopening and attempting to clear the other does nothing.
Associated revisions
History
#2 Updated by Anonymous almost 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset quassel|commit:1290b01bc264201c31d5e42b94b07ced052cf05d.
#3 Updated by Anonymous over 11 years ago
- Target version changed from Some future release to 0.9.0
Set key and cert for the temp identity manually
Normally these are synced, but in this case they need to be set manually
for hasChanged to work.
Fixes #1032