extremeheat
fada3aa12a
1.19.60 support ( #340 )
2023-02-08 22:05:27 -05:00
extremeheat
5e395c5aa4
Add 1.19.51 to types
2023-02-04 14:42:07 -05:00
dependabot[bot]
beca68ee3e
Bump jsonwebtoken from 8.5.1 to 9.0.0 ( #328 )
...
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken ) from 8.5.1 to 9.0.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases )
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md )
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.0 )
---
updated-dependencies:
- dependency-name: jsonwebtoken
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-21 23:32:42 +01:00
Jarco
d06386e0f3
added onMsaCode to ClientOptions ( #335 )
...
* added onMsaCode to ClientOptions
* Import the type instead of declaring it
2023-01-20 22:19:20 -05:00
Jarco
d7345ed732
add profilesFolder to ClientOptions ( #331 )
2022-12-29 18:07:02 +01:00
extremeheat
8c9e776a1a
Release 3.22.0 ( #325 )
3.22.0
2022-12-02 14:46:16 -05:00
William
74f2efa7a4
1.19.50 support ( #324 )
2022-12-02 14:34:28 -05:00
Black Hat
d66094a4fd
Add 1.19.41 support to readme ( #322 )
...
Co-authored-by: extremeheat <extreme@protonmail.ch>
2022-11-29 12:19:30 -05:00
extremeheat
6737ab09d0
startVanillaServer: handle server timeout on head request
2022-11-29 00:41:53 +00:00
extremeheat
b930840bec
Update README discord badge
...
Update README discord badge to match mineflayer
2022-11-01 17:38:41 -04:00
extremeheat
a326d42a10
Release 3.21.0 ( #315 )
...
3.21.0
* Update HISTORY.md
* Update package.json
* Update HISTORY.md
* Update startVanillaServer.js
* Update startVanillaServer.js
* Update startVanillaServer.js
* lint
2022-10-29 03:24:52 -04:00
extremeheat
e7f8357a36
Support 1.19.40 ( #314 )
2022-10-29 02:25:31 -04:00
Miner
58724960ba
types: Fix missing field in ServerAdvertisement ( #313 )
2022-10-27 17:41:31 -04:00
extremeheat
20da9446f0
Update microsoftAuth to set default flow option ( #309 )
...
* Update microsoftAuth to set default flow option
Explicitly specify to login through live.com
* Update package.json
2022-10-25 04:22:30 -04:00
extremeheat
616c587f14
Add 1.19.31 to types
2022-10-22 10:17:15 -04:00
extremeheat
c362968c5b
Release 3.20.1 ( #300 )
3.20.1
2022-10-15 17:43:55 -04:00
dependabot[bot]
9674fc0126
Bump mocha from 9.2.2 to 10.0.0 ( #207 )
...
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](https://github.com/mochajs/mocha/compare/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] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-14 00:57:29 -04:00
dependabot[bot]
169e305c42
Bump raknet-node from 0.4.6 to 0.5.0 ( #296 )
2022-10-06 22:20:13 -04:00
Kurt Thiemann
9724ff41ed
Fix buffer length calculation in ServerAdvertisement ( #292 )
2022-10-04 02:57:00 -04:00
extremeheat
c51b55d4c7
Make CI less flaky ( #293 )
...
* add debug code to server start
* Reduce number of versions tested on Github Action CI to speed up tests
* test: Ask OS for free port instead of random int
2022-10-04 02:47:06 -04:00
extremeheat
3b51ebb6ee
Handle Relay serialization errors by kicking ( #290 )
...
* Handle Relay serialization errors by kicking
* lint
2022-09-26 22:52:34 -04:00
extremeheat
09a17c4ffb
CI: do not fail-fast
2022-09-26 20:48:48 -04:00
extremeheat
131733fb5a
Release 3.20.0 ( #287 )
...
3.20.0
* Release 3.20.0
* Update HISTORY.md
2022-09-24 17:49:52 -04:00
extremeheat
3295c0ddd9
Update doc ( #288 )
...
* Update API.md
* Update README.md
* Update API.md
2022-09-24 16:55:12 -04:00
extremeheat
7c716b9232
1.19.30 support ( #286 )
2022-09-24 16:47:03 -04:00
extremeheat
72dd749717
tools/vanillaServer: add HEAD request timeout
...
prevent long hangs
2022-09-24 15:46:33 -04:00
extremeheat
dbf15c4feb
use raknet-native for tests ( #285 )
2022-09-24 15:25:47 -04:00
extremeheat
f88c8d0bc4
1.19.30 support, improve error handling and server pong data ( #284 )
...
* Update server advertisement
* 1.19.30 protocol support
* Handle configurable compressor
* Support updated 1.19.30 login flow with NetworkSettings
* Improve serialization error handling on client
* refactor compressor handling
* Fix client on older versions, fix internal error handling
* Improve error handling
* Log console connection errors; use raknet-native for proxy test
2022-09-24 13:53:26 -04:00
extremeheat
30c583fcf3
Release 3.19.0 ( #283 )
...
3.19.0
* Update HISTORY.md
* Update package.json
* Remove viewer example
* Update HISTORY.md
2022-09-22 22:47:17 -04:00
extremeheat
99153c2de2
Add option for port redirection, fix Realm handling ( #282 )
...
* Port Redirect Fix - Only Redirect on Unspecified Port
* Update to use `followPort` option
Co-authored-by: Stephen O'Connor <oconnor39@gmail.com>
2022-09-22 15:14:49 -04:00
Stephen O'Connor
d3a085a260
Add Port Redirect Functionality ( #278 )
2022-09-14 22:31:31 -04:00
Stephen O'Connor
bf2de1dcf4
Add Get-AppxPackage command to FAQ.md ( #276 )
2022-09-11 23:19:32 -04:00
extremeheat
9d717744b6
Add 1.19.22 to types
2022-09-01 15:37:45 -04:00
extremeheat
ffe0fb42b5
Update index.d.ts
2022-08-25 14:05:14 -04:00
extremeheat
8913d48f42
Release 3.18.0 ( #267 )
...
3.18.0
* Update HISTORY.md
* Update package.json
2022-08-25 12:49:43 -04:00
extremeheat
7264cbe312
1.19.21 support ( #266 )
...
* Update options.js
* Update README.md
2022-08-25 12:06:57 -04:00
extremeheat
262a4eee00
Release 3.17.0 ( #265 )
3.17.0
2022-08-24 04:45:44 -04:00
extremeheat
f5c91ba1c9
Fix nbt encoding size on single null tag NBT ( #264 )
2022-08-24 00:50:01 -04:00
extremeheat
c395f0b05b
relay: Add multi-user login support ( #258 )
...
* relay: add multi-user login support
* relay: Fix close handling, connect username
2022-08-24 00:41:12 -04:00
Miniontoby
ce06762dce
test: Add -u flag unzipping vanilla server ( #262 )
...
* Fixed startVanillaServer.js
I fixed the CI by editing startVanillaServer.js and adding -u to unzip and tar
* Update startVanillaServer.js
2022-08-24 00:34:14 -04:00
CleSucre
3a0071f0ef
Add fields from 1.19.20 to login chain data ( #259 )
...
* Update Properties
* Ci Fix
2022-08-16 23:25:24 -04:00
extremeheat
e10c6133ec
Release 3.16.0 ( #252 )
...
3.16.0
* Update package.json
* Update HISTORY.md
2022-08-11 21:49:53 -04:00
extremeheat
0c77d8e252
1.19.20 support ( #251 )
...
* Update options.js
* Update README.md
2022-08-11 21:16:32 -04:00
extremeheat
d1ba619788
Fix proxy test waiting condition ( #250 )
...
* Fix proxy test waiting condition
* update test command
* Update proxy.js
* Update proxy.js
* Update proxy.js
2022-08-10 13:29:46 -04:00
b23r0
b36c55e112
Add new raknet library option (raknet-node) ( #211 )
...
* add new raknet library option (raknet-node)
* fix lint
* fix lint & add new options
* fix lint
* fix user option & add rust-raknet test.
* fix lint.
* add raknet backend option.
* remove useNativeRaknet option.
* add not found log.
* add test timeout size.
* fix js raknet return error.
* restore useNativeRaknet option.
* update doc.
* update options handling, back compat
* fix server doc
* Fix tests
* fix tests.
* fix lint.
* delay timeout.
* Update rak.js
* update raknet-node version.
* increase timeout.
* Update vanilla.js
* Update proxy.js
* Update internal.js
* update raknet-node version.
* update rust-raknet version.
* increase timeout test time
* increase timeout test time
* update backend version.
* change timeout
Co-authored-by: extremeheat <extreme@protonmail.ch>
2022-08-09 03:39:27 -04:00
extremeheat
d221da7613
Update version list for 1.19.11
...
Update index.d.ts
2022-07-26 21:05:51 -04:00
extremeheat
370ca96f2e
Update startVanillaServer.js
...
Debug log on CI
2022-07-21 06:24:15 -04:00
extremeheat
1542ab63d1
Release 3.15.0 ( #236 )
...
3.15.0
* Update options.js
* Update package.json
* Update README.md
* Update index.d.ts
* Update HISTORY.md
2022-07-18 22:03:01 -04:00
extremeheat
87a958e4ab
Prereq update for 1.19.10 changes to server join flow
2022-07-18 16:33:58 -04:00
Jonathan Nagy
7263714562
Fix chat echo sample ( #233 )
...
* Fix chat echo sample
The `client.options.username` reference is optional for online connections. Referencing it here when it is null will not filter out the echo text, causing an infinite loop.
* Update client.js
2022-06-27 21:49:54 -04:00