Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 24 forks source link

Make queries case insensitive #107

Closed QuinnBast closed 1 year ago

QuinnBast commented 1 year ago

Most queries are case sensitive, meaning you need to have the correct capitalization. Convert strings to lower case when performing a query in the server. This applies to usernames, lobby names, etc.