Romain Beaumont
04092ed2ff
Release 1.30.0 ( #946 )
...
* Update HISTORY.md
* Update package.json
2021-12-26 15:59:58 +01:00
IceTank
fadf5ea9cd
Session doc fix ( #937 )
...
* Fix session usage in API.md
* Grammer fix
* Update to include selectedProfile
* Update api.md with selectedProfile
* update session typings
2021-12-26 15:53:25 +01:00
Richard Dorian
bde8cd2818
favicon
now include in types (#938 )
2021-12-26 15:52:52 +01:00
dependabot[bot]
81421f05ec
Bump @types/node from 16.11.17 to 17.0.4 ( #943 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.11.17 to 17.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-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-12-26 15:47:50 +01:00
usb
86dcbd5f3c
add reasons for client.end() & fix issues ( #944 )
...
* add
add client.end() when ping.js fails
added reasons in encrypt.js
switched order of error event and client.end() in versionChecking.js
added an error emitter for keepAliveTimeout
* should be an Error object
* camalCase socketClosed
2021-12-24 18:55:13 +01:00
Romain Beaumont
601f86fc8f
remove issuehunt funding method
2021-12-20 03:23:16 +01:00
extremeheat
52dc13c0f1
Release 1.29.1 ( #939 )
2021-12-18 22:21:36 -05:00
extremeheat
010d6b229c
Remove entitlement check in microsoftAuth ( #929 )
...
redundant with the existing profile check
2021-12-12 19:17:07 +01:00
Romain Beaumont
d4bc14a583
fix mc 1.18 ( #934 )
...
* use java 17 for mc 1.18
* increase timeout because 1.18 server is slow to boot
* add chunkBlockEntity value in packet test
2021-12-12 19:07:50 +01:00
Romain Beaumont
d4208b2070
Release 1.29.0
2021-12-11 02:15:07 +01:00
Romain Beaumont
e1db56a32d
1.18 support ( #930 )
...
* update mcdata
* Update version.js
* Update ci.yml
* Update README.md
* Update version.js
2021-12-11 02:12:07 +01:00
Romain Beaumont
6095c81a34
Release 1.28.1
2021-12-02 23:27:41 +00:00
Romain Beaumont
ae9f884724
update electron in example
2021-12-02 23:26:46 +00:00
extremeheat
9501694f23
Fix microsoft auth error condition handling ( #925 )
...
nullish operator can return undefined which causes `if` to not trigger in profile check
2021-11-23 00:37:19 +01:00
Romain Beaumont
d0a504f5db
reorganize readme
2021-11-21 00:35:48 +01:00
extremeheat
8ff8ddcef5
Release 1.28.0 ( #924 )
2021-11-14 13:00:53 +01:00
LiquidDevelopment
88003d065e
Fixed TypeScript error TS2769 when authenticating with mojang ( #922 )
...
Fixed TypeScript Typing Error TS2769: No overload matches this call.
2021-11-12 02:08:34 +01:00
extremeheat
2a2cc1ee92
Update prismarine-auth usage ( #923 )
...
* Update prismarine-auth usage
add new `deviceType` parameter
* remove whitespace
* use nintendo switch title id
* update examples
2021-11-12 02:08:18 +01:00
muchnameless
24a27df8a9
types(Client): fix events ( #918 )
...
Co-authored-by: Robert Hartmann <robert.hartmann.sb@gmail.com>
2021-11-07 14:43:37 +01:00
dependabot[bot]
0319071da6
Bump prismarine-nbt from 1.6.0 to 2.0.0 ( #919 )
...
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-06 22:52:20 -04:00
usb
052f0e9d0e
add default for authTitle ( #920 )
...
* add default for authTitle
* lint
* make check undefined
2021-11-06 22:44:50 +01:00
Shayne Hartford
7240ac634f
Update ping function return type and make callback optional ( #909 )
...
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
2021-11-04 16:22:38 -04:00
Oscar
809c226c02
Fixed typo's ( #915 )
2021-11-04 16:20:56 -04:00
Ghqst
9813670271
Add the ability to send a fake hostname in set_protocol ( #913 )
...
* Update index.d.ts to more closely match API.md
* Update to fit more in line with my API.md
Reorder things for my additions and reorders in API.md
* Update API.md from index.d.ts
* Explain writeChannel
* Clarified on all TODOs
* Add fakeHost to client options
* Reorder index.d.ts
* Fix me forgetting options.fakeHost instead of just fakeHost
Co-authored-by: u9g <43508353+u9g@users.noreply.github.com>
2021-11-04 16:19:32 -04:00
Romain Beaumont
78f68d1ff9
Release 1.27.2
2021-11-03 23:24:39 +00:00
Romain Beaumont
3603910c2a
Revert "Revert "Implement Prismarine-Auth ( #884 ) ( #917 )""
...
This reverts commit bd307493cb
.
2021-11-03 23:23:56 +00:00
Romain Beaumont
17c9e6e4d2
Release 1.27.1
2021-11-03 00:28:01 +00:00
Romain Beaumont
bd307493cb
Revert "Implement Prismarine-Auth ( #884 ) ( #917 )"
...
This reverts commit f777f8b8f7
.
2021-11-03 00:27:11 +00:00
Romain Beaumont
562389b465
Release 1.27.0
2021-11-03 00:15:52 +00:00
Romain Beaumont
f777f8b8f7
Implement Prismarine-Auth ( #884 ) ( #917 )
2021-11-03 01:13:40 +01:00
IceTank
4dfe9e5f87
release-1.26.6 ( #916 )
2021-11-01 17:28:23 +01:00
Ghqst
e305bbdf5c
Improve Typescript definitions and API.md ( #888 )
...
* Update index.d.ts to more closely match API.md
* Update to fit more in line with my API.md
Reorder things for my additions and reorders in API.md
* Update API.md from index.d.ts
* Explain writeChannel
* Clarified on all TODOs
Co-authored-by: u9g <43508353+u9g@users.noreply.github.com>
2021-09-24 17:07:14 +02:00
David Duarte
d9d01c8be4
Lazily generate serverKey ( #907 )
2021-09-18 23:06:20 +02:00
u9g
3be9acad8c
Add ended to typings ( #904 )
2021-09-12 16:42:31 +02:00
u9g
97b94e0593
Make all events have promiselike returns for async ( #903 )
2021-09-03 18:54:32 +02:00
u9g
f0138a5068
Make examples work for 1.17.1 ( #902 )
...
* Make examples work for 1.17.1
* Update server_channel.js
* Update server_custom_channel.js
* Update server_helloworld.js
* Update mc.js
2021-09-03 18:52:47 +02:00
u9g
655ecbd2a9
Release 1.26.5 ( #899 )
2021-08-23 14:49:21 -04:00
u9g
6138db569a
Update Online Mode Exceptions ( #898 )
2021-08-23 14:46:45 -04:00
u9g
634eab0ba1
Release 1.26.4 ( #896 )
2021-08-21 17:42:29 -04:00
u9g
05e6e12ef4
Add once events for all emitted events ( #895 )
...
* Add once events for all emitted events
* fix spelling
2021-08-21 17:39:32 -04:00
u9g
e264347c61
Release 1.26.3 ( #894 )
2021-08-21 13:53:41 -04:00
u9g
e9f0fbe3fb
Small typings fix ( #893 )
2021-08-21 13:51:47 -04:00
u9g
8847bd5cfd
Release 1.26.2 ( #892 )
2021-08-21 19:24:41 +02:00
u9g
31bd5d295e
add missing types ( #891 )
...
* Export id on a new interface for servers
* add compressionThreshold
2021-08-21 13:10:58 +02:00
Romain Beaumont
4dc08372c8
Release 1.26.1
2021-08-14 00:34:33 +00:00
Romain Beaumont
8c964b15f6
Revert "Implement Prismarine-Auth ( #884 )"
...
This reverts commit 9eb61223cf
.
2021-08-14 00:33:59 +00:00
Romain Beaumont
493478858b
Release 1.26.0
2021-08-13 23:31:36 +00:00
Jordan Jones
9eb61223cf
Implement Prismarine-Auth ( #884 )
...
* remove require-self as dependency
* Working Changes
* Working Changes
* fix(lint)
* Remove unnecessary code
* Use live prismarine-auth package
* Remove unused modules
* cleanup
* upgrade minecraft-data to latest
* Address extremeheat's comments
* Don't check if profileFolder is set to false
* Use updated library
* Update variables
* move option to parameter of function
* upgrade to latest prismarine-auth
* fix cache path
* fix cache path
2021-08-14 01:22:19 +02:00
Romain Beaumont
d1b6fd8867
fix typo
2021-08-08 14:31:25 +02:00
Romain Beaumont
428e3ca9bd
add link to github dependents
2021-08-08 14:31:10 +02:00