node-minecraft-protocol/test
extremeheat 367c01567c
Initial 1.19.1/2 signed chat support (#1050)
* Initial 1.19.1/2 signed chat impl

* lint

* remove node 15 nullish operators

* fix undefined uuid error

* handle player left

* fix

* add some feature flags

* fix

* Fix test to use new client.chat() wrapper method

* refactoring

* corrections, working client example

* refactoring

* message expiry checking

* Fix UUID write serialization

* Remove padding from client login to match vanilla client

* Fix server verification

* update packet field terminology

* Add some tech docs
Rename `map` field in Pending to not conflict with Array.map method

* update tech doc

* lint

* Bump mcdata and pauth

* add doc on playerChat event, .chat function

* update doc

* use supportFeature, update doc

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
2023-01-14 20:33:04 +01:00
..
common Initial 1.19.1/2 signed chat support (#1050) 2023-01-14 20:33:04 +01:00
benchmark.js 1.19.0 support (#1027) 2022-08-16 00:57:26 +02:00
clientTest.js 1.19.0 support (#1027) 2022-08-16 00:57:26 +02:00
non-par-test.js Add packet cycletests (#842) 2021-04-07 16:13:57 +02:00
packetTest.js 1.19.0 support (#1027) 2022-08-16 00:57:26 +02:00
serverTest.js 1.19.0 support (#1027) 2022-08-16 00:57:26 +02:00