Alex

Results 41 issues of Alex

Updates MCPL, MinecraftAuth is the new auth lib. Refresh tokens are useless now. The entire auth chain needs to be stored instead with MinecraftAuth. Needs review because the behaviour isn't...

PR: Needs Testing

[//]: # (Lines in this format are considered as comments and will not be displayed.) [//]: # (If your work is in progress, please consider making a draft pull request.)...

Just a few messages becoming dynamic using translatable components like vanilla instead of being hardcoded.

Tries to fix reading null primitives. Fixes this error: https://pastebin.com/CEd6C3HQ Discord conversation: https://canary.discord.com/channels/613163671870242838/613170125696270357/1253333832934096926

This simplifies all pipeline code and ensures some listeners like the sizer are always present. The code already assumed that the sizer is always there and thus causes issues. The...

This PR basically splits PacketProtocol into PacketProtocol and packetRegistry. A PacketProtocol defines basic stuff about the protocol like SRV and it provides incoming and outgoing Packet registries. A PacketRegistry only...

This basically makes MinecraftCodec stateless and removes unused APIs. The MinecraftCodecHelper has a state for an unused registry API, which is not needed at all. Developers can just send their...