Commit graph

1426 commits

Author SHA1 Message Date
u9g
4739e093fc fix ci 2021-12-10 15:43:25 -05:00
u9g
984da6d5f1 lint 2021-12-10 15:41:58 -05:00
u9g
4e31772da5 fix fail-fast 2021-12-10 15:40:19 -05:00
u9g
404410db4c seperate lint and test step 2021-12-10 15:38:41 -05:00
u9g
10a33f034b dont pass env to tests 2021-12-10 15:32:52 -05:00
u9g
80f2e8b10e Update packetCycleTests to match other tests 2021-12-10 15:32:29 -05:00
u9g
c6410c474c update workflow the sequel 2021-12-10 15:02:13 -05:00
u9g
40efb76089 Update workflow 2021-12-10 15:01:23 -05:00
u9g
dfe88a4d8b accidently removed object.entries 2021-12-10 01:51:57 +00:00
u9g
e1a19758b3 move object creation up 2021-12-09 20:44:20 -05:00
u9g
3c373af99c dont user new operator 2021-12-09 20:41:03 -05:00
u9g
fc89f5eaa9 allow non-par-test to run for env mc version 2021-12-10 01:22:59 +00: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