Player names matching isn't case sensitive
Opened this issue · 2 comments
In truth, database name lookup when logging in should have been case insensitive from day one to avoid this sort of issue altogether, as most of the rest of MCGalaxy treats player names as case insensitive
But unfortunately, there are already existing servers out there that mistakenly have multiple entries for the same name but with differing case - and changing general name lookup to be case sensitive would cause issues for them
So I'll compromise by changing name lookup on login to be case insensitive when running on servers with name verification disabled
(but note that running a publicly accessible server with name verification disabled isn't recommended and can have other issues - see #673 for instance)
1755ec2 (part of 1.9.4.9) should prevent being able to have multiple users with the same name but differing case, if the server is running without name verification