node-minecraft-protocol/examples
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
..
client_auto run standard 1.12 --fix 2018-09-24 22:08:11 +02:00
client_channel change codestyle to standard + enforce it with circle ci 2018-05-13 22:50:16 +02:00
client_chat Initial 1.19.1/2 signed chat support (#1050) 2023-01-14 20:33:04 +01:00
client_custom_auth run standard 2022-11-11 22:24:15 +00:00
client_custom_channel change codestyle to standard + enforce it with circle ci 2018-05-13 22:50:16 +02:00
client_custom_packets run standard 2022-11-11 22:24:15 +00:00
client_echo fix client echo argv check 2020-12-06 18:53:04 +01:00
client_electron update electron in example 2021-12-02 23:26:46 +00:00
client_http_proxy Pass through http agent option to yggdrasil for proxy support (#676) 2020-02-11 12:31:24 +01:00
client_microsoft_auth run standard 2022-11-11 22:24:15 +00:00
client_socks_proxy Added README and more error Handling to client_socks_proxy example (#846) 2021-04-11 23:15:15 +02:00
compiler_parse_buffer Add compiler example (#841) 2021-04-06 22:44:17 +02:00
proxy run standard 2022-11-11 22:24:15 +00:00
server run standard 2022-11-11 22:24:15 +00:00
server_channel Make examples work for 1.17.1 (#902) 2021-09-03 18:52:47 +02:00
server_custom_channel Make examples work for 1.17.1 (#902) 2021-09-03 18:52:47 +02:00
server_helloworld Make examples work for 1.17.1 (#902) 2021-09-03 18:52:47 +02:00
server_ping run standard 2022-11-11 22:24:15 +00:00
server_world Make examples work for 1.17.1 (#902) 2021-09-03 18:52:47 +02:00