Summary: | Connection to ipv6 servers only work with manually adding the port | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Daniel Roschka <danielroschka> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hein |
Priority: | NOR | ||
Version: | 1.2-alpha3 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Roschka
2009-07-02 00:50:58 UTC
I wrote this stuff, so I'll care of it. SVN commit 1023172 by hein: * Fix a regression vs. the KDE 3 version that caused a failure to correctly parse shortened IPv6 addresses except when using RFC- 2732-style bracket notation and explicitly stating a port to connect to. BUG:198588 * Made the display of server address and port number in various connection-related chat view messages more consistent and IPv6- friendly (with the '<ip>:<port>' forward previously used, it could be hard to tell where the IP ended and the port began -- now it's '<ip> (port <port>)'). CCBUG:139071 M +7 -0 ChangeLog M +10 -8 src/connectionmanager.cpp M +7 -4 src/irc/server.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1023172 |