uncovery / uncovery_me

Full source of the uncovery.me minecraft server
GNU General Public License v3.0
12 stars 3 forks source link

Cache username history #197

Closed uncovery closed 8 years ago

uncovery commented 8 years ago

We currently query the username history for every user form Mojang each time their user page gets called. If we do not load it on demand, we check it then again only on usernamechange event and on first login. Storage could be in the UUID table.

uncovery commented 8 years ago

done