Bug 161818 - "join on connect" isnt always checked/channelname case sensitive problem
Summary: "join on connect" isnt always checked/channelname case sensitive problem
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-08 21:44 UTC by Bernd Buschinski
Modified: 2008-05-08 21:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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