Commit graph

90 commits

Author SHA1 Message Date
Pronin Egor
2125ad0543
docs(readme): add SteveProxy to projects list (#948) 2022-01-20 17:43:16 +01:00
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
extremeheat
52dc13c0f1
Release 1.29.1 (#939) 2021-12-18 22:21:36 -05: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
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
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
17c9e6e4d2 Release 1.27.1 2021-11-03 00:28:01 +00:00
Romain Beaumont
562389b465 Release 1.27.0 2021-11-03 00:15:52 +00: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
u9g
655ecbd2a9
Release 1.26.5 (#899) 2021-08-23 14:49:21 -04:00
u9g
634eab0ba1
Release 1.26.4 (#896) 2021-08-21 17:42:29 -04:00
u9g
e264347c61
Release 1.26.3 (#894) 2021-08-21 13:53:41 -04:00
u9g
8847bd5cfd
Release 1.26.2 (#892) 2021-08-21 19:24:41 +02:00
Romain Beaumont
4dc08372c8 Release 1.26.1 2021-08-14 00:34:33 +00:00
Romain Beaumont
493478858b Release 1.26.0 2021-08-13 23:31:36 +00: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
Sceat
c06379daff
Add aresrpg as a project using NMP (#887)
Also capitalize other projects description
2021-08-08 14:30:09 +02:00
circuit10
b8de621843
Improve info about pakkit and minecraft-packet-debugger (#880)
* Improve info about pakkit and minecraft-packet-debugger

* Fix typos
2021-08-08 00:17:11 +02:00
circuit10
3c63cd17ba
Update API.md (#883) 2021-08-01 13:40:42 -04:00
u9g
014635f772
Explicitly add 1.17.1 support (#876)
* Explicitly add 1.17.1 support

* Update ci.yml

* Update README.md
2021-07-18 18:36:33 +02:00
Rob9315
78f038cae6
Add beforeLogin function option on server (#871)
* Add `beforeLogin` event on server

* optional function passin instead of emitted event

* Add documentation and bump version

* undo release push

* add test for `beforeLogin`
2021-07-06 12:42:00 +02:00
AngeryFrog
da4f293860
Mc.ping return a promise and use callbacks (#849)
* Added promised based ping

* made it possible too use both promises and callbacks

* Forgot too mention the callback is optional

* Tests

* Promisify the ping function
2021-06-19 22:03:26 +02:00
Romain Beaumont
aac922dd3d
Make 1.17 explicitly tested (#866)
* Make 1.17 explicitly tested

* update readme
2021-06-17 00:05:04 +02:00
Grooble
1796b9693d
Add a way to encode a packet only once and send it to multiple clients (#851)
* Added Server#.writeToClients()

* Documented server.writeToClients()

* Added test for Server#writeToClients()

* Bad arguments for Promise.all()

* Fixed tests

* Fixed tests

* Fixed tests

* Updated tests

* Reverted timeout to the normal
2021-05-02 01:12:37 +02:00
u9g
6df20541b4
Add snapshot 21w07a support (#838)
* Add snapshot `21w07a` support

* Update package.json

* Update version.js

* Update ci.yml

* update mcdata

* Update README.md

* Update mcdata

* Add 21w07a to tested versions

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
2021-04-16 22:56:39 +02:00
Romain Beaumont
61789bbea9
Release 1.25.0 (#844)
* Update HISTORY.md

* Update package.json
2021-04-08 02:33:02 +02:00
u9g
bdf792c534
Release 1.24.2 (#831)
* Release 1.24.2

* Update HISTORY.md
2021-03-26 23:59:37 +01:00
Romain Beaumont
192e08cd3b
Release 1.24.1 2021-03-22 14:01:13 +01:00
Romain Beaumont
7a2fee1b05 Release 1.24.0 2021-03-20 22:33:42 +00:00
extremeheat
eaed25f497
Fix msa caching bug (#825) 2021-03-20 23:28:22 +01:00
Romain Beaumont
e56355a508 Release 1.23.3 2021-03-13 01:39:46 +00:00
Romain Beaumont
e9cb2ffbd7 Release 1.23.2 2021-03-01 23:34:32 +00:00
Romain Beaumont
34e59fd88e Release 1.23.1 2021-02-06 10:05:50 +00:00
Romain Beaumont
5344f59b52 Release 1.23.0 2021-01-30 00:26:01 +00:00
extremeheat
8f2a027812
Msa device code auth (#806)
* initial msa work

* rm debug code

* Update package.json

* lint, seperate constants, create missing msa cache

* support multiple profiles

* lint

* use shared constants

* fix path issues

* fix token variable

* fix caching msa profile data

* switch clientId to one from microsoft

* store caches in .minecraft, fallback to dev code auth when user+pass fails

* update electron demo, fix error handling, add docs

* fix caching dir

* fix lint

* move to class scope, token fixes

* retry on fail, terminology fixes

* fix promise bug

* cleanup
2021-01-30 01:21:03 +01:00
Romain Beaumont
78aa3d1b6a Release 1.22.0 2020-12-28 01:45:46 +00:00
Romain Beaumont
2843f60e44 Release 1.21.0 2020-12-12 01:15:31 +00:00
Jordan Jones
5d723e9a04
Integrate Authentication for Microsoft Accounts (#788)
* add node-fetch and @xboxreplay/xboxlive-auth for microsoft/xbox auth

* decide which authentication to use based on options;

if options.auth === 'microsoft' then use microsoft/xbox auth, else use Yggdrasil until they kill that.

* push working auth

* commentary

* eslint does not like me :(

* User-Agent works just fine without version

* linting = 95% of development

* revert changes to encrypt.js

* set haveCredentials to whether or not we have a token.

Technically this will always be true so...?

* eslint

* mod+create: api + example

* mod: readme.md
2020-12-11 21:30:48 +01:00
Romain Beaumont
47d96936f5
Release 1.20.2 2020-12-06 18:49:45 +01:00
Romain Beaumont
011b6a189a
Revert "Revert "Add token authentication (#780)""
This reverts commit 14c4886ac4.

Adds back token auth now that mineflayed is fixed
2020-12-06 18:48:52 +01:00
Romain Beaumont
0ac19142c0
Release 1.20.1 2020-12-06 01:58:53 +01:00