Connecting to server freenode and setting #wayland as an autojoin channel doesn't work, because #wayland prescribes being identified with service (which I am, but apparently this is in Konversation internally only done after the channel join request has been sent). Manual "/join wayland" command afterwards works.
Use SASL authentication. It's the modern form to auth on IRC and doesn't have the race condition problems of other methods.
Awesome Eike. Thanks! Shouldn't it be the default then?
In the drop-down you mean? Probably makes sense, yeah. At this point most decent IRC networks should support it ...
Git commit 74f707e2532d598ee616a9b288a0ee22d43630fb by Peter Simonsson, on behalf of Christian Christiansen. Committed on 29/03/2020 at 06:45. Pushed by psn into branch 'master'. Changed default auto join from NickServ to SASL. Summary: NickServ often doesn't function well with auto join, so changed default to SASL PLAIN. Included message for NickServ, recommending SASL. Related: bug 400362, bug 397576 Reviewers: #konversation, psn Reviewed By: #konversation, psn Subscribers: psn, #konversation Tags: #konversation Differential Revision: https://phabricator.kde.org/D28329 M +1 -1 src/identity.cpp M +5 -3 src/identitydialog.cpp https://commits.kde.org/konversation/74f707e2532d598ee616a9b288a0ee22d43630fb