Summary: | No autojoin channel if channel requires identification with services | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Roman Gilg <subdiff> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hein |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/konversation/74f707e2532d598ee616a9b288a0ee22d43630fb | Version Fixed In: | |
Sentry Crash Report: |
Description
Roman Gilg
2017-07-30 10:16:23 UTC
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 |