Summary: | dcc send does not work when encryption key has been set | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Niek Beernink <n.beernink> |
Component: | general | Assignee: | argonel <argonel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.0.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Niek Beernink
2008-02-29 15:40:59 UTC
*** Bug 158584 has been marked as a duplicate of this bug. *** i had rather thought CTCP should be encrypted, otherwise /me would be plaintext. is the recipient also konversation? (does konvi's encryption even play nice with other implementations?) SVN commit 802897 by argonel: Blowfish fixes: -fix FiSH-style +p prefix (to send cleartext to channel) -encode cleartext, not ciphertext BUG:158578 -decrypt CTCPs so they can be parsed correctly later -encrypt only CTCP ACTION, other CTCPs sent in clear -decrypt TOPIC and CTCP ACTION correctly, however actions now longer show the (e) indicator -if the topic is encrypted when the key is set, it will be decrypted -setkey and delkey commands now work with implicit channel or nickname value GUI: -show a lock icon beside the input box when a key is set for a channel (found by terwou :) FEATURE: -added a /showkey command which displays the destination key in a popup Non-blowfish fix: -topic history dialog now knows the *real* time and date on which the topic was set M +10 -14 blowfish/blowfish.cpp M +1 -1 blowfish/blowfish.h M +42 -3 channel.cpp M +5 -2 channel.h M +1 -1 commit.h M +1 -2 inputfilter.cpp M +2 -1 inputfilter.h M +40 -24 outputfilter.cpp M +1 -0 outputfilter.h M +20 -1 query.cpp M +5 -1 query.h M +62 -28 server.cpp M +1 -1 server.h M +4 -4 viewcontainer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=802897 |