Map download: Escape ':' to '_' (#9235)
authorMontandalar <jbis1337@hotmail.com>
Sat, 11 Jan 2020 19:47:34 +0000 (06:47 +1100)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Sat, 11 Jan 2020 19:47:34 +0000 (20:47 +0100)
commit8d75c118d99b3ccf383ceb3b7bbc9b84a1d837b2
tree23100b322c3b7f73c748647e7f03a433b882047b
parent4c8af5492ba9c3b9671f5213e81d28a7b856e134
Map download: Escape ':' to '_' (#9235)

This is necessary under Windows systems, and direct IPv6 connections.
Windows universally disallows ':' from occuring in filenames.

Other disallowed characters on Windows:

\ / * ? " < > |

are not relevant to hostnames, IPv4 or IPv6 addresses.

Anyone who has got an existing server map saved on Linux with ':' in
the world save will want to keep that save.
src/client/client.cpp