Ensure unique client GUIDs. Patch by sbirmi, fixes #3949.
commit36c2ec0f53a674f5e7a840957a1f153a6ce52672
authorelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Tue, 14 Feb 2017 16:54:34 +0000 (14 16:54 +0000)
committerelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Tue, 14 Feb 2017 16:54:34 +0000 (14 16:54 +0000)
tree4ebd1606692dde3d5fd9f603c7fe87cc482fc6e6
parent3066a6284b026fe3b5afb164ca0e36564f7aece4
Ensure unique client GUIDs. Patch by sbirmi, fixes #3949.

Two clients chosing the same GUID is highly unlikely, yet possible.
A malicious client chosing an existing GUID would have resulted in unassigning the player with that GUID.

git-svn-id: http://svn.wildfiregames.com/public/ps/trunk@19225 3db68df2-c116-0410-a063-a993310a9797
binaries/data/mods/public/gui/common/network.js
binaries/data/mods/public/gui/credits/texts/programming.json
source/network/NetHost.h
source/network/NetServer.cpp