forked from PrismarineJS/node-minecraft-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
update #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Beaness
wants to merge
171
commits into
EternityLLC:master
Choose a base branch
from
PrismarineJS:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
update #1
Conversation
This file contains hidden or 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
* `favicon` now include in types * fix `beforePing` type
* Update package.json * Update HISTORY.md
* add protocolValidation field to server and client options * add doc * change option name
* fix plugin channel registration * add support for 1.13+ plugin channels * add missing null separator * use protodef instead
* Update HISTORY.md * Update package.json
* docs: explain version parameter Explain version parameter more explicitly. Remove reference to outdated versions. Describe dynamic cross version support with parameter value `false`. * fix(types): allow `false` for version parameter Allow value `false` for version parameter. This makes dynamic cross version support usable in typescript projects. * fix: enable cross version support for ping Enable dynamic cross version support for ping by responding with the client version and protocol version if dynamic cross version support is enabled.
* Update package.json * Update HISTORY.md
Bumps [minecraft-data](https://github.com/PrismarineJS/node-minecraft-data) from 2.221.0 to 3.0.0. - [Release notes](https://github.com/PrismarineJS/node-minecraft-data/releases) - [Changelog](https://github.com/PrismarineJS/node-minecraft-data/blob/master/doc/history.md) - [Commits](PrismarineJS/node-minecraft-data@2.221.0...3.0.0) --- updated-dependencies: - dependency-name: minecraft-data dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update package.json * Update HISTORY.md
* fix missing readable-stream types * move to normal dependencies
* export defaultVersion * added defaultVersion to api documentation
* Update package.json * Update HISTORY.md
Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v9.2.2...v10.0.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0. - [Release notes](https://github.com/standard/standard/releases) - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md) - [Commits](standard/standard@v16.0.4...v17.0.0) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add motd as MessageBuilder object * Fix chatMessageMotd type * Fix test (?) * Update API.md * Remove MessageBuilder dependency and type * Minor code refactor * Update docs/API.md Co-authored-by: u9g <[email protected]> * chatMessageMotd => motdMsg Co-authored-by: u9g <[email protected]>
* added fallbackVersion to dynamic version support * mark fallbackVersion as optional in docs * added fallbackVersion to ping responses * don't enable dynamic cross version support if version is undefined
…te the connection (#986)
* add custom minecraft type varlong which aliases to varint for now or forever * semicolon (standard-js)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.0.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: extremeheat <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* node 22 * Update package.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.33 to 24.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Continued updates * bail tests early on failure * improve deserialization errors to include packet headers * Update play.js * Update server.js * Update ci.yml * add debug logging * update chat player_info handling * Fix 1.7 player_info and chat type field * cleanup * Update compiler-minecraft.js - important fix * Update compiler-minecraft.js fix holder type * Update ci.yml --------- Co-authored-by: Romain Beaumont <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
According to [RFC7468](https://datatracker.ietf.org/doc/html/rfc7468) > Generators MUST wrap the base64-encoded lines so that each line consists of exactly 64 characters except for the final line, which will encode the remainder of the data (within the 64-character line boundary), and they MUST NOT emit extraneous whitespace. Parsers can avoid branching and prevent timing sidechannel attacks. Ref https://arxiv.org/pdf/2108.04600.pdf Fixes compatibility with Deno as it enforces stricter handling of PEM.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* 1.21.5 * Update client.js debug logging * Update packetTest.js slots * Update ci.yml --------- Co-authored-by: Romain Beaumont <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Fix undefined chat message signatures causing crash * Update src/client/chat.js Co-authored-by: Copilot <[email protected]> * Update chat.js lint --------- Co-authored-by: extremeheat <[email protected]> Co-authored-by: Copilot <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* start 1.21.6 * fix packettest * update * fix * Update ci.yml --------- Co-authored-by: Romain Beaumont <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Add support for Minecraft 1.21.8 - Added 1.21.8 to supported versions list in src/version.js - Updated documentation in docs/README.md to include 1.21.8 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Set 1.21.8 as the new default version 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
* update workflow * update workflow * fix git config * update workflow * fix token * wrong wf * update workflow * update workflow * dispatch to mineflayer * fix --------- Co-authored-by: Romain Beaumont <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.