Bug 192503 - The /server command is broken
Summary: The /server command is broken
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks: 187307
  Show dependency treegraph
 
Reported: 2009-05-12 23:36 UTC by Eike Hein
Modified: 2009-05-13 21:08 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 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