-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recode some of the verification and improve networking (#96)
* feat: implement block state id from PrismarineJS/minecraft-data#786 * feat: recode dimension nbt codec for JoinGame packet * feat(fallback): recode gravity/block collisions check * fix: remove unnecessary debug message * fix: dynamicSpawnYPosition using a set Y buffer * feat: refactor some verification-related configuration values * fix: forEnumConstant() not saving default config values * fix: remove Geyser characters from valid name regex * feat: apply migration fix for every config string * fix: don't do .toUpperCase() for every string * feat: add more description to some enum config types * fix: move "recommended" to listing in comment * fix: remove mc association before queuing the connection * refactor: closed -> knownDisconnect * fix: incompatibility with latest BungeeCord * refactor: fallbackPlayer -> user * fix: BungeeCord kick message serialization not working
- Loading branch information
1 parent
4ae14c5
commit 0efc6ae
Showing
27 changed files
with
14,789 additions
and
488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.