Commit graph

317 commits

Author SHA1 Message Date
extremeheat
1b422ac4ce
Update prismarine-auth usage (#153) 2021-11-12 22:14:15 +01:00
Romain Beaumont
214c34c44b
Release 3.7.0 3.7.0 2021-11-07 12:55:11 +01:00
dependabot[bot]
389a68b98f
Bump prismarine-nbt from 1.6.0 to 2.0.0 (#148)
Bumps [prismarine-nbt](https://github.com/prismarinejs/prismarine-nbt) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/prismarinejs/prismarine-nbt/releases)
- [Changelog](https://github.com/PrismarineJS/prismarine-nbt/blob/master/HISTORY.md)
- [Commits](https://github.com/prismarinejs/prismarine-nbt/compare/1.6.0...2.0.0)

---
updated-dependencies:
- dependency-name: prismarine-nbt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-07 12:48:01 +01:00
extremeheat
75bf22d619
1.17.40 update (#150)
* 1.17.40

* Update mcdata to 2.96.0

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
2021-11-07 12:47:45 +01:00
extremeheat
8569b9823f
Release 3.6.1 3.6.1 2021-10-08 16:13:34 -04:00
extremeheat
adfa248e2d
Default createClient to latest version, fix server motd version (#144)
* Default createClient to latest version, fix server motd version

* Update vanilla.js
2021-10-08 05:56:10 -04:00
迷渡
ac2e9852be
fix spawn event (#139) 2021-10-04 19:20:12 -04:00
extremeheat
10feeea4ca
Release 3.6.0 (#141) 3.6.0 2021-10-04 13:27:38 -04:00
dependabot[bot]
72a4743993
Bump mocha from 8.4.0 to 9.1.2 (#138)
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v9.1.2)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 21:22:07 +02:00
extremeheat
f8ea6c01f4
Use minecraft-data for protocol data (#126)
* use minecraft-data protocol data

* use minecraft-data for extra data

* Update .npmignore

* update skin data

* fix example

* remove .gitattr

* fix mcdata skin import, disable install script
2021-09-25 22:57:29 +02:00
extremeheat
1f7e94e5db
Update some examples, cleanup (#136)
* Update some examples, cleanup

* lint
2021-09-18 19:50:43 -04:00
Romain Beaumont
2056b7e001
add protocol doc link 2021-08-24 05:28:55 +02:00
Jordan Jones
c5858d5add
Implement Prismarine Auth (#131)
* add prismarine-auth and mfp

* implement prismarine-auth

* putting this on the record, i am stupid

* Remove unneeded files

* Use export from prismarine-auth

* fix cache path

* default the authTitle to MNS

needs testings

* Remove unnecessary comment
2021-08-16 13:06:19 +02:00
u9g
3267bbfca1
Fix typo in example (#130) 2021-08-12 00:05:29 -04:00
u9g
2d42caafb9
Fix Typo in readme example (#129)
* Fix Typo in readme example

* ServerAdvertisement: Fix motd name doc/code inconsistency

* Update advertisement.js

* Update advertisement.js

Co-authored-by: extremeheat <extreme@protonmail.ch>
2021-08-10 21:17:41 -04:00
u9g
2f941335f6
Fix small typo in helper-bot (#128) 2021-08-10 02:36:26 -04:00
extremeheat
72850b7f60
helper-bot: handle condition where there are no 3rd party commits
The helper-bot will still automatically update the PR if there are new commits while PR is still open
2021-08-10 01:17:39 -04:00
extremeheat
b3edee0b4a
helper-bot: fix url escaping 2021-08-09 23:19:08 -04:00
extremeheat
37244db6dc
Run tests on windows, disable proxy test on ubuntu CI runner (#125) 2021-08-09 23:16:17 -04:00
extremeheat
8845621e41
helper-bot: fix API call caching issue
Fix issue with server caching the results
2021-08-09 18:24:41 -04:00
extremeheat
254dbefcd4
Add update helper script (#117)
* Squashed commit from 'helper' branch

* CI: run "update-helper" script on cron

* Update index.js

* disable proxy test

* lint

* re-add proxy test with delay

* lint

* Fix cron time
2021-08-07 23:41:01 +02:00
extremeheat
a1fe4802e6 Release 3.5.1 3.5.1 2021-08-02 05:32:43 -04:00
extremeheat
0437e83fe9
fix 1.17.10 npc packet serialization (#119) 2021-08-02 00:34:13 -04:00
u9g
3b96765f45
Update link to proxy / mitm doc (#118) 2021-08-01 05:21:34 -04:00
extremeheat
0ab783e1e6
Release 3.5.0 3.5.0 2021-07-17 15:30:17 -04:00
extremeheat
f530677245
Option to use JS implementation of RakNet, fix 1.17.10 issue (#110)
* Default to JS implementation of RakNet

* update server also, adjust test timeout based on number of versions

* 1.17.10: fix texture pack issue, keep raknet default at C++

* force_build
2021-07-17 05:30:13 -04:00
extremeheat
987bf43987
1.17.10 protocol support (#109)
* 1.17.10 support

* add protocol.json

* add extra particle IDs
2021-07-14 17:30:10 -04:00
extremeheat
1cdb0e4c55 Update protodef version 2021-06-23 00:10:58 -04:00
extremeheat
b546cda899 Logging improvements 2021-06-23 00:10:58 -04:00
extremeheat
3f5c4ad12e Relay proxy fixes, handle disconnect 2021-06-23 00:10:58 -04:00
extremeheat
565ae4583d Protocol updates to sync with minecraft-data 2021-06-23 00:10:58 -04:00
JammSpread
90d12fa696
fix: type definition errors found related to ServerAdvertisements. (#103)
* fix: online/max player count type definition.

Fixes the type definition of the online/max players to be an immediate
child of the ServerAdvertisement class so that it can be accessed
properly on TypeScript.

Signed-off-by: JK <u.sslooky@gmail.com>

* feat: implement advertisementFn type definition.

Adds the type definition for the 'advertisementFn' server option.

Signed-off-by: JK <u.sslooky@gmail.com>

* fix: minor advertisementFn typo in API docs.

Fixes a minor typo found in the API docs that misspells
'advertisementFn' as 'advertismentFn'.

Signed-off-by: JK <u.sslooky@gmail.com>

* feat: add skipPing to the API docs.

Adds the 'skipPing' client option to the API docs.

Signed-off-by: JK <u.sslooky@gmail.com>

* feat: add connectTimeout type definition.

Adds the 'connectTimeout' client option to the package type definitions.

Signed-off-by: JK <u.sslooky@gmail.com>
2021-06-11 18:45:54 -04:00
extremeheat
6a03c9813c Release 3.4.0 3.4.0 2021-06-09 17:53:16 -04:00
extremeheat
5f0adfab76
1.17 support (#99) 2021-06-09 17:26:44 -04:00
u9g
d02eb6c041
update connect version based on ping response & fix typings (#101)
* update connect ver based on ping resp& add typings

* Fixed and added extremeheat suggestion

* Update API.md

* Update createClient.js
2021-06-09 13:40:45 -04:00
JammSpread
e16e8381e5
fix: ping types. (#100)
* fix: ping types.

Sets the TypeScript definition file to include more accurate types for
the ping function.

Signed-off-by: JK <u.sslooky@gmail.com>

* fix: changed usage.

Reverts the usage to the previous method of entering in ping options.
This makes it so that the host and port can once again be entered by
their order alone.

Signed-off-by: JK <u.sslooky@gmail.com>
2021-06-08 22:57:55 -04:00
extremeheat
9aba6b436d
Release 3.3.0 (#96) 3.3.0
* Update package.json

* Update HISTORY.md

* Update package.json
2021-06-05 06:40:55 -04:00
extremeheat
9113b0967e
Merge pull request #95 from extremeheat/protofix3
Protocol updates for 1.16
2021-06-05 02:05:50 -04:00
extremeheat
700ee08e11 correct type definitions 2021-06-04 19:52:09 -04:00
extremeheat
187e74b823 use protodef-compiler-fix to fix npm install 2021-06-04 19:51:22 -04:00
dependabot[bot]
69b7c5c9f4 Bump leveldb-zlib from 0.0.26 to 1.0.1
Bumps [leveldb-zlib](https://github.com/extremeheat/node-leveldb-zlib) from 0.0.26 to 1.0.1.
- [Release notes](https://github.com/extremeheat/node-leveldb-zlib/releases)
- [Changelog](https://github.com/extremeheat/node-leveldb-zlib/blob/master/HISTORY.md)
- [Commits](https://github.com/extremeheat/node-leveldb-zlib/compare/v0.0.26...1.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 16:59:18 -04:00
extremeheat
ab70115bd8 Protocol updates for 1.16
* Login packet uses new Encapsulated type
* Add missing packet schemas
* Add more docs
Breaking: revises some field names
2021-06-03 16:52:19 -04:00
extremeheat
6da8a9b2fc Minor protocol fix for entity data 2021-06-03 16:52:08 -04:00
extremeheat
0f0d064b13 Revert "temporary install fix"
This reverts commit 01575ecd6f.
2021-06-03 04:38:49 +00:00
extremeheat
01575ecd6f temporary install fix 2021-06-03 04:25:47 +00:00
extremeheat
d981515a75 Release 3.2.1 3.2.1 2021-06-01 20:10:59 -04:00
extremeheat
e9098aa744 test/proxy: extra debug logging 2021-06-01 20:10:59 -04:00
extremeheat
5af828bcb7 Update types, add authTitle option to relay, client renderDistance -> viewDistance 2021-06-01 20:10:59 -04:00
extremeheat
6a7ad6ab98 protocol: Fix position serialization 2021-05-27 12:38:46 -04:00
extremeheat
025c2cfac6 Release 3.2.0 3.2.0 2021-05-25 22:01:03 -04:00