You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for per-request signed profile requests (#182)
I've revised the logic for requesting signed profiles and aligned them
to what Mojang does in the vanilla server jar. Signed profiles should be
explicitly requested and should skip the cache (as this needs the most
recent, signed information). Unsigned profiles can be cached
indefinitely. I've also removed the setting, always defaulting to
unsigned, as there's no benefit in always requesting signed profiles.
0 commit comments