Commit graph

114 commits

Author SHA1 Message Date
extremeheat
1efbde1ef7
Release 1.36.2 (#1045)
* Update package.json

* Update HISTORY.md

* Update HISTORY.md

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
2022-11-29 02:46:11 +01:00
Spencer Burgess
00949a02e6
Update README.md (#1034) 2022-09-30 19:25:52 +02:00
IceTank
1f4eb8655b
Release 1.36.1 (#1036) 2022-08-22 18:47:07 +02:00
Romain Beaumont
af31ece024
Release 1.36.0 2022-08-16 01:00:53 +02:00
extremeheat
d7c5053a13
1.19.0 support (#1027)
* Bump mcdata for 1.19

* 1.19 in version.js

* 1.19.0 in ci yml

* Update ci.yml

* Update version.js

* Update package.json

* No fail fast

* Update mcdata

* Update package.json

* Update ci.yml

* [1.19] fix tests and library session code (#1020)

* make tests work, add todo's

* clean up, varlong test, additional todo

* removed log statements, fix for older versions

* Update mcdata

* Update ci.yml

* Update ci.yml

* remove excessive version comments near supportFeature checks

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>

* chat signing implementation

* Update ci.yml

* move some boilerplate to pauth

* update tests

* update chat example

* bump pauth, update doc

* modify test nextMessage func

* lint

* update default version

* add server player verifyMessage

* update doc

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
Co-authored-by: Rob9315 <dev.robk@gmail.com>
2022-08-16 00:57:26 +02:00
Jordan Jones
60379eb7d2
Provide interface for using not at all supported alternative accounts. (#1026)
* Handle auth potentially being an function

* "Simple" example of how in theroy it would work

* Add package.json

* Fix lint

* add type declarations

* Remove mcleaks example

* Add doc changes

* adjust warning

* Fix lint from rebase manual edit.
2022-07-29 18:41:43 +02:00
Jordan Jones
e079e9b0f6
Use offline mode as default authentication, fallback to offline mode if invalid option. (#998)
* Default n-m-p to use offline unless specified.

* Remove expression

* actually make offline default

* Revert examples

* Revert all example changes

* Add deprecation warning that mojang servers are no longer accepting mojang auth tokens.
2022-07-29 18:03:20 +02:00
Romain Beaumont
e4c797d4d8
Release 1.35.1 (#1024)
* Update HISTORY.md

* Update package.json
2022-07-22 22:20:55 +02:00
IceTank
836675b5b2
Release 1.35.0 2022-06-06 11:53:14 -04:00
IceTank
9cb16b8b12
Update doc add listening and close events (#1003) 2022-06-06 11:51:28 -04:00
Matthias Neid
83f1e85480
allow false as beforePing callback result to ignore pings and terminate the connection (#986) 2022-05-15 00:51:18 +02:00
Matthias Neid
7a1d857602
Fallback version for dynamic versions (#983)
* added fallbackVersion to dynamic version support

* mark fallbackVersion as optional in docs

* added fallbackVersion to ping responses

* don't enable dynamic cross version support if version is undefined
2022-05-15 00:39:20 +02:00
IceTank
a9cc6cee85
Add motdMsg to createServer (#996)
* Add motd as MessageBuilder object

* Fix chatMessageMotd type

* Fix test (?)

* Update API.md

* Remove MessageBuilder dependency and type

* Minor code refactor

* Update docs/API.md

Co-authored-by: u9g <git@u9g.dev>

* chatMessageMotd => motdMsg

Co-authored-by: u9g <git@u9g.dev>
2022-05-13 18:49:08 -04:00
jojomatik
d641634fe9 Release 1.34.0 (#988)
* Update package.json

* Update HISTORY.md
2022-04-18 19:30:09 +00:00
Matthias Neid
ffe912b2fe
Export defaultVersion (#984)
* export defaultVersion

* added defaultVersion to api documentation
2022-04-13 13:50:42 +02:00
Romain Beaumont
2f27ad4028
Release 1.33.0 (#981)
* Update package.json

* Update HISTORY.md
2022-04-11 13:31:22 +02:00
Romain Beaumont
3bb93b6035
Release 1.32.2 (#979)
* Update package.json

* Update HISTORY.md
2022-04-10 15:18:09 +02:00
jojomatik
68e6400e30
fix: cross version ping (#976)
* docs: explain version parameter

Explain version parameter more explicitly. Remove reference to outdated versions. Describe dynamic cross version support with parameter value `false`.

* fix(types): allow `false` for version parameter

Allow value `false` for version parameter. This makes dynamic cross version support usable in typescript projects.

* fix: enable cross version support for ping

Enable dynamic cross version support for ping by responding with the client version and protocol version if dynamic cross version support is enabled.
2022-04-10 14:45:04 +02:00
Rob9315
9cff34efc0
Release 1.32.1 (#973) 2022-03-20 15:59:09 +01:00
Romain Beaumont
f1f9f5c310
Release 1.32.0 (#971)
* Update HISTORY.md

* Update package.json
2022-03-11 16:26:56 +01:00
Richard Dorian
f7ef27dd70
add protocolValidation field to server and client options (#964)
* add protocolValidation field to server and client options

* add doc

* change option name
2022-03-08 15:40:57 +01:00
Romain Beaumont
ef7d0332d9
Release 1.31.0 (#968)
* Update package.json

* Update HISTORY.md
2022-03-01 22:46:15 +01:00
Romain Beaumont
9e94d9d901
1.18.2 (#967)
* Update README.md

* Update version.js

* Update ci.yml
2022-03-01 22:44:50 +01:00
Romain Beaumont
3a1561b7c8 explicit 1.18.1 support 2022-01-22 17:10:01 +00:00
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