ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
172 stars 80 forks source link

Auth fails on protocol 3 clients. #642

Closed forkiesassds closed 2 years ago

forkiesassds commented 2 years ago

If auth is enabled, and you if you try connecting to the server using a protocol 3 client it will disconnect you for invalid mpass. image

UnknownShadow200 commented 2 years ago

Problem is with the client not sending a valid mppass image

MisterSheeple commented 2 years ago

Verify-names is not present in protocol 3 versions, therefore the client doesn't send an mppass at all, so this isn't a bug. Auth was not added until protocol 4 (0.0.17a). This issue should probably be closed.