cryptodotis / irssi-otr

LibOTR functionality in Irssi.
GNU General Public License v2.0
183 stars 24 forks source link

OTR keys are tied to case-specific usernames #3

Closed DrWhax closed 11 years ago

DrWhax commented 13 years ago

OTR keys are tied to a single case-specifc username. Thus if you change your nick from USER to user, you will not be able to access your USER keys.

DipSwitch commented 12 years ago

This is the default behavior of libotr itself. You could bypass this by converting the username string to lower or upper case but this would break the integrity / security of the plugin.

DipSwitch commented 12 years ago

Using the config username instead of the current username would be a better solution. IRC is the only IM which could force it's the username to change if it's already in use. Let's see =)

DrWhax commented 11 years ago

nothing much to do about...