Bug 161818

Summary: "join on connect" isnt always checked/channelname case sensitive problem
Product: [Applications] konversation Reporter: Bernd Buschinski <b.buschinski>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Bernd Buschinski 2008-05-08 21:44:49 UTC
Version:           svn/1.1 (using KDE 3.5.9)
Installed from:    Gentoo Packages
Compiler:          gcc-4.2.3 
OS:                Linux

When I add to my server list the network "rizon"
with server "irc.rizon.net"
,add to autojoin "#ureshii"
and check "connect on application start up"

restart konversation, it connects and joins the channel.
It appears as "#Ureshii" (upper U), looks like the server told konversation that it should be written upper.

Bug:
When I right-click the channel in treeview
"Join on connect" isnt checked, but I joined the channel on connect without problem.

Solution:
AFAIK there are no server that allow #test and #Test to be 2 different channels.
Make "is channel in autojoin list" case insensitive? (or whatever makes it checked) :)
Comment 1 Eike Hein 2008-05-08 21:47:45 UTC
SVN commit 805586 by hein:

Make the ChannelSettings comparison operator case-insensitive.
BUG:161818


 M  +1 -1      servergroupsettings.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=805586