Broken protocol version parsing (since december!)
koolfy opened this issue · 2 comments
koolfy commented
commit b3933bf causes this bug: mmb/weechat-otr#7
Likely the OTR protocol version parsing is broken and is reponsible for the crash.
version 1.0.0beta6 is not affected.
(This makes it impossible for weechat-otr to correctly establish an OTR session...)
Is this something you can fix, or should I do something to weechat-otr?
koolfy commented
Closing because invalid.
If I had taken the time to read the changes carefully it would have been obvious that it was now necessary to feed it bytes() instead of anything else.
In the future could you notice me when you beak your API like this?
Again, sorry for the invalid issue.
afflux commented
I'll try to catch those changes and put some warnings up in the future.