Summary: | Konversation should authenticate to NickServ before joining favorite channels | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Alicia Boya García (ntrrgc) <ntrrgc> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | adaptee, argonel, hein |
Priority: | NOR | ||
Version: | 1.4 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alicia Boya García (ntrrgc)
2012-11-28 18:21:21 UTC
Can you check if the workaround from bug 303746 also works for the initial connection? What's it about? Putting my Freenode password inside my nick? I don't like the idea. *** This bug has been marked as a duplicate of bug 132608 *** No, it's about putting "accountname:password" in the server password field when editing the network's server(s). And that's not really a workaround, but one of the two reliable ways freenode offers to do auth-before-join - the 'wait for nickserv' response in your bug is not feasible because nickserv responses are not standardized, spec'ed or guaranteed to remain stable. The second, newer way is SASL authentication, which finally creates such a reliable protocol. We support it in the dev version and the next release, see this guide: http://userbase.kde.org/Konversation/Configuring_SASL_authentication This is fixed then. Thanks for the explanation :) |