[wesnoth-commits] [wesnoth/wesnoth] 34e2ef: Add support for ipv6 addresses to addon client and...
GitHub
noreply at github.com
Fri Jan 4 14:48:09 UTC 2019
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 34e2ef12c762b6e65664493b84eb163d39fd8093
https://github.com/wesnoth/wesnoth/commit/34e2ef12c762b6e65664493b84eb163d39fd8093
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2019-01-04 (Fri, 04 Jan 2019)
Changed paths:
M changelog.md
M source_lists/wesnoth
M src/addon/client.cpp
M src/game_initialization/multiplayer.cpp
A src/utils/parse_network_address.cpp
A src/utils/parse_network_address.hpp
Log Message:
-----------
Add support for ipv6 addresses to addon client and multiplayer client
ipv6 address must be specifid surrounded by [], like [ipv6_address]:port,
since otherwise impossible to disambiguate colons separating ipv6 quads
from the colon delimiting port
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list