Bug 192503

Summary: The /server command is broken
Product: [Applications] konversation Reporter: Eike Hein <hein>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 187307    

Description Eike Hein 2009-05-12 23:36:11 UTC
Both '/server <server name>' (for both known servers, i.e. servers in the server list, and unknown servers) and '/server <network name>' currently fail to successfully establish a connection, as the port used always ends up being '0'.
Comment 1 Eike Hein 2009-05-13 21:08:47 UTC
SVN commit 967701 by hein:

Fix /server and other means of making a connection. Should
get us back to 1.1 behavior.
BUG:192503


 M  +3 -3      application.cpp  
 M  +2 -2      connectionmanager.cpp  
 M  +1 -1      connectionmanager.h  
 M  +1 -1      dbus.cpp  
 M  +1 -1      dbus.h  
 M  +2 -3      irc/outputfilter.cpp  
 M  +1 -1      irc/outputfilter.h  
 M  +2 -2      irc/server.cpp  
 M  +1 -1      quickconnectdialog.cpp  
 M  +1 -1      quickconnectdialog.h  
 M  +1 -0      scriptlauncher.cpp  


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