Upgrading my server from v1.7.5 to v1.7.7, whitelist activated, I could not connect to my server with the error message telling me I was not whitelisted, while my nickname was in the ops.txt file.
Playing around with it, I noticed that the UUID generation is based on nicknames (-un-salted hash?) and that they were case-sensitive
The problem is that v1.7.5 forced lowercase nicknames in ops.txt and white-list.txt, effectively overwriting them in that way.
The only way I could generate correct UUIDs was to edit ops.txt and white-list.txt files prior to the upgrade to v1.7.7 in order to restore the correct case of all involved nicknames.
Then, and only then, upgrade to v1.7.7 creates correct UUIDs and operators/whitelisted members can happily join.
Linked issues
is duplicated by 1
Comments 2
I understand you do not support this and your reasons.
Too bad you made the decision of storing lowercase-only nicknames in 1.7.5, having decided to create case-sensitive UUID generation in 1.7.7, making the upgrade process not seamless... One could still feel some shifts in design hiding behind the 'do not care' stand. ;o)
This is only the case in offline mode servers. We do not support whitelist and banlist in offline mode, because they are pretty much useless without online mode.