Commit graph

474 commits

Author SHA1 Message Date
extremeheat
914ed6840b
Move github-helper script to new gh-helpers (#485) 2024-03-09 11:51:36 -05:00
extremeheat
ab93d0d082
Note npm update command in readme 2024-02-10 02:11:32 -05:00
rom1504bot
0132302e53
Release 3.34.0 (#481) 3.34.0
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-07 21:05:28 -05:00
extremeheat
c278a03f95
1.20.61 support (#480)
* Update README.md

* Update options.js
2024-02-07 21:04:39 -05:00
extremeheat
d3161badc6
Compressor handling update for 1.20.60 (#479)
* support compressor in header

* use mcdata features

* cleanup
2024-02-07 20:03:26 -05:00
extremeheat
be6f0cde9f
Update and rename CONTRIBUTING.md to docs/CONTRIBUTING.md (#475) 2024-01-31 11:24:08 -05:00
GameParrot
842e66266f
Add flow and deviceType options to relay (#464)
* add flow and deviceType

for when authTitle is changed

* Update index.d.ts

---------

Co-authored-by: extremeheat <extreme@protonmail.ch>
2024-01-02 14:37:32 -05:00
rom1504bot
54840f818c
Release 3.33.1 (#472) 3.33.1 2023-12-27 13:06:30 -05:00
extremeheat
7b74cbf712
Fix zigzag type move in prismarine-nbt (#471)
* Fix rename of zigzag varint type in prismarine-nbt

* fix
2023-12-27 12:53:39 -05:00
rom1504bot
fd165b8908
Release 3.33.0 (#467) 3.33.0
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-06 23:21:00 -05:00
extremeheat
d53211c6a1
1.20.50 (#466)
* Update options.js

* update readme
2023-12-06 22:41:23 -05:00
Tamas Papp
2ecf01d63e
Add 1.20.30 and 1.20.40 to index.d.ts (#461) 2023-10-26 22:41:43 -04:00
rom1504bot
d66dc1b237
Release 3.32.0 (#460) 3.32.0 2023-10-26 02:10:51 -04:00
extremeheat
63eb673c1f
1.20.40 (#459) 2023-10-26 00:53:20 -04:00
extremeheat
50911d2463
Update workflow node version 2023-10-24 15:16:35 -04:00
Spongecade
689658c4ab
Update Minecraft wiki link to new domain (#455) 2023-10-06 22:05:28 -04:00
rom1504bot
755ba31ea7
Release 3.31.0 (#450) 3.31.0
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-20 02:40:49 -04:00
extremeheat
22502b90fd
1.20.30 2023-09-20 02:22:25 -04:00
extremeheat
f92db61c89
Add links field to server resource_packs_info 2023-09-20 00:47:37 -04:00
YeemiRouth
8f3b6c5aec
Update API.md (#448) 2023-09-18 13:56:42 -04:00
rom1504bot
4c7bb65ad0
Release 3.30.1 (#444) 3.30.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-23 04:51:53 -04:00
GameParrot
f0f1351d40
Update Mojang public key used for logins (#443) 2023-08-23 04:43:02 -04:00
kotinash
2c00402a9e
index.d.ts: Fixed a typo (#441) 2023-08-09 20:26:55 -04:00
MrSterdy
50cd489f6e
Mark listen and close as async (#440) 2023-08-05 15:33:25 +02:00
MrSterdy
1414420574
Stop disconnecting when upstream packet deserialization fails (#435)
* Remove disconnect on upstream packet deserialization error

* Add disconnectOnParseError option

* Rename disconnectOnParseError option to omitParseErrors

* Update index.d.ts

* Update index.d.ts

---------

Co-authored-by: extremeheat <extreme@protonmail.ch>
2023-07-29 10:14:10 +02:00
Tamas Papp
010d57e78a
Add 1.20.0 and 1.20.10 to index.d.ts (#431) 2023-07-19 12:59:38 -04:00
rom1504bot
d063a6427a
Release 3.30.0 (#429) 3.30.0
* Release 3.30.0

* Update HISTORY.md

* Update HISTORY.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: extremeheat <extreme@protonmail.ch>
2023-07-12 14:05:46 -04:00
extremeheat
46f11204ba
1.20.10 support (#428)
* 1.20.10 support

* Update README.md
2023-07-12 14:01:10 -04:00
extremeheat
fe3c3b01fc
Add commands workflow 2023-07-12 13:21:25 -04:00
GameParrot
b2c141c25f
Fix upstream relay batchingInterval (#425) 2023-07-04 07:27:40 -04:00
Nyrok
aa0b5743b5
Release 3.29.1 (#421) 3.29.1 2023-06-26 18:27:04 -04:00
extremeheat
d2c4430833
Add missing data to client login user chain (#420)
Fix connecting to pocketmine servers
2023-06-25 14:20:50 -04:00
extremeheat
d31b2b2aec
Add FAQ entry and replit warning on client ping error (#415) 2023-06-17 23:04:23 -04:00
Visual1mpact
0b7f3e037d
types: Fix Relay authTitle type (#418)
authType is a string. It was corrected in commit 8507286895 but this particular change was overlooked.

This solves the error:

node_modules/bedrock-protocol/index.d.ts:177:17 - error TS2304: Cannot find name 'title'.

177     authTitle?: title | string
                    ~~~~~


Found 1 error in node_modules/bedrock-protocol/index.d.ts:177
2023-06-13 09:42:31 -04:00
extremeheat
6d708339aa
Release 3.29.0 (#411) 3.29.0
* Release 3.29.0

* tests: swap UAs to see if fixes flaky CI

* lint

* tests: increase head timeout

* undo ua changes
2023-06-08 05:26:22 -04:00
extremeheat
97b8140fdd
1.20.0 support (#410) 2023-06-08 03:47:46 -04:00
Hitesh. V
79a6391709
Sponsoring (#402) 2023-05-20 15:04:32 +02:00
kinash
cd0ddc16e1
Update basicServer example to 1.19.80 (#399) 2023-05-20 15:00:52 +02:00
Hitesh. V
2cea7d6912
"JWT not active" FAQ (#397) 2023-05-09 20:07:06 -04:00
LucienHH
3b59446780
Release v3.28.1 (#396) 3.28.1
* Release v3.28.1

* Update HISTORY.md

Only include information relevant to package users

---------

Co-authored-by: extremeheat <extreme@protonmail.ch>
2023-05-04 15:23:03 -04:00
andriycraft
17d5b15bac
Update genPacketDumps.js (#393)
* Update genPacketDumps.js

* Update genPacketDumps.js
2023-05-04 12:59:56 -04:00
LucienHH
32e0c66997
Fix followPort option (#394)
* Fix `followPort` option

* Use correct default
2023-05-04 12:58:55 -04:00
extremeheat
8507286895
Update index.d.ts
inline versions list for helper-bot workflow
2023-04-30 19:21:11 -04:00
Hitesh
a8f1349c83
Update type definitions (#391)
* Better Types

* Fixed version

got that issue/information from U9G

Co-Authored-By: u9g <git@u9g.dev>

* removing undocumented type

---------

Co-authored-by: u9g <git@u9g.dev>
2023-04-30 19:19:04 -04:00
extremeheat
d96f1a1a69
Release 3.28.0 (#387) 3.28.0 2023-04-27 02:47:14 -04:00
extremeheat
d4226e0ffd
1.19.80 support (#386) 2023-04-27 02:34:03 -04:00
extremeheat
55cac72af1
Release 3.27.1 (#380) 3.27.1 2023-04-22 17:51:07 -04:00
extremeheat
3c23add812
Fix raknet backend selection (#379) 2023-04-22 17:47:39 -04:00
extremeheat
9cda78f9b5
Release 3.27.0 (#376) 3.27.0 2023-04-21 19:05:28 -04:00
Stephen O'Connor
92b5e42bb5
Update index.d.ts with optionals (#373) 2023-04-19 17:27:37 -04:00