OpenFusion/src/db
CakeLancelot 2eb64540d1 Usernames are now case-insensitive
This fixes a UX issue, where if you accidentally capitalized a letter
in the username when logging in, it would instead create a new account.

The behavior was confusing, since to the user it looks as if their
characters were deleted or progress was not saved.

In order for this to work, duplicate accounts (e.g. username and USERNAME)
need to be deleted/renamed. The server will *detect* if any duplicates
exist. If any are found, it will direct the server operator to a pruning
script, or they can choose to resolve the duplicates manually.
2021-09-20 20:40:12 +02:00
..
Database.hpp Usernames are now case-insensitive 2021-09-20 20:40:12 +02:00
email.cpp [refactor] Split Database.cpp into db subdirectory 2021-03-16 02:13:24 +01:00
init.cpp Usernames are now case-insensitive 2021-09-20 20:40:12 +02:00
internal.hpp [refactor] Split Database.cpp into db subdirectory 2021-03-16 02:13:24 +01:00
login.cpp Added a wrapper for U16toU8, called AUTOU16TOU8 2021-03-17 23:41:47 -05:00
player.cpp [refactor] Split Database.cpp into db subdirectory 2021-03-16 02:13:24 +01:00
shard.cpp [refactor] Split Database.cpp into db subdirectory 2021-03-16 02:13:24 +01:00