Added list of homoglyphs for name comparison

Unicode is now allowed in player names, but it can't be easily exploited anymore
This commit is contained in:
juanjp600
2017-03-02 12:09:08 -03:00
parent 65625777e5
commit ba026a8f88
4 changed files with 1842 additions and 4 deletions
+1
View File
@@ -170,6 +170,7 @@
<Compile Include="Source\Screens\NetLobbyVoting.cs" />
<Compile Include="Source\Screens\ServerListScreen.cs" />
<Compile Include="Source\Timing.cs" />
<Compile Include="Source\Utils\Homoglyphs.cs" />
<Compile Include="Source\Utils\MTRandom.cs" />
<Compile Include="Source\Utils\Rand.cs" />
<Compile Include="Source\Events\PropertyTask.cs" />