Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
IPv6 addresses are displayed incorrectly #710
Comments
|
Yes I planned on fixing that when I take care of #643, shouldn't be too difficult. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gandaro commentedAug 8, 2013
IPv6 addresses with port should be displayed as
[1234:beef:efdc::5678]:6667(note the square brackets). Now they are displayed like this:1234:beef:efdc::5678:6667which is not correct. https://github.com/hexchat/hexchat/blob/master/src/common/textevents.in#L223