Commit graph

230 commits

Author SHA1 Message Date
extremeheat
b48518a6e7
1.21.111 (#649) 2025-10-01 20:52:10 -04:00
thejfkvis
407756b938
Skin Data Changes (#647) 2025-10-01 20:51:53 -04:00
TSL534
6b1474d2c6
Update login client skinData (#635)
* Update for the Skin Data in the Login system

* Fix for CI

* CI Fix2

* Fixed comments again for CI

* Update login.js

---------

Co-authored-by: extremeheat <extreme@protonmail.ch>
2025-08-10 01:47:18 -04:00
extremeheat
06fb3de3a0
1.21.100 (#632)
* Update options.js

* Update README.md
2025-08-06 14:05:20 -04:00
Tamás Papp
14daa2d95a
1.21.93 support (#623) 2025-07-04 16:47:12 -04:00
extremeheat
c66cdd3d62
1.21.90 (#617)
* 1.21.90

* Update README.md
2025-06-18 21:31:21 -04:00
extremeheat
e503c47c79
Start work for 1.21.90 (#616)
* 1.21.90

* update

* remove 1.21.90 in ci
2025-06-18 20:14:38 -04:00
extremeheat
e71fd513dd
1.21.80 (#602) 2025-05-08 19:51:20 -04:00
extremeheat
065f41db8c
1.21.70 (#594)
* Update options.js

* Update README.md
2025-03-25 23:38:56 -04:00
EntifiedOptics
47f342ca95
Fix server not correctly removing clients (#588)
* Properly remove connection from clients list

* Changed misname in onCloseConnection

* Update server.js fix

---------

Co-authored-by: JSbETms <137791538+JSbETms@users.noreply.github.com>
Co-authored-by: extremeheat <extreme@protonmail.ch>
2025-03-18 17:01:49 -04:00
extremeheat
328785d8af
Quicken tests 2025-02-13 15:36:33 -05:00
Tamás Papp
eeb5e47e35
1.21.60 support (#570)
* Add support for ItemRegistryPacket (for shield item ID)

* simplify

* lint

* internal test

* update start_game handling

* test: capture events rejections

---------

Co-authored-by: extremeheat <extreme@protonmail.ch>
2025-02-11 21:42:31 -05:00
Max
0ed8e32be8
Fix version feature handling (#572)
* Replace unsupported version with next supported version

* add validity check

---------

Co-authored-by: extremeheat <extreme@protonmail.ch>
2025-01-31 14:02:04 -05:00
extremeheat
38dc5a2561
Fix Server maxPlayers option (#565) 2025-01-18 02:51:08 -05:00
poekcosimo
dfcf5b2f1b Fix missing type serialization error (#557) 2024-12-15 13:21:21 +00:00
extremeheat
24d3200181
Add 1.21.40 login fields (#553) 2024-12-09 17:56:03 -05:00
extremeheat
347e303ce4
Remove protodef varint types (#552)
Remove protodef types which are now natively in ProtoDef
2024-12-09 17:55:31 -05:00
extremeheat
1c0836bff0
1.21.50 2024-12-05 00:44:03 -05:00
LucienHH
911e0e890f
Dynamic compression & batch header (#544) 2024-12-03 17:23:32 -05:00
extremeheat
dd5c4de4f2
1.21.42 2024-10-24 22:46:20 -04:00
extremeheat
a4023b987b
Update options.js 2024-10-24 22:14:34 -04:00
poekcosimo
fc30c96135
1.21.30 support (#527) 2024-09-20 03:50:40 -04:00
extremeheat
3be55777fa
1.21.20 2024-08-17 20:52:54 -04:00
extremeheat
4c3f62567e
update disconnect packet 2024-08-17 20:03:02 -04:00
Tamás Papp
5d3986924d
Support 1.21.2, and add missing versions to type definitions (#510)
* Add missing versions to type definitions

* Add support for 1.21.2

* Add 1.21.2 to README
2024-07-10 20:58:47 -04:00
w0ahL
84c5231b92
Don't send now deprecated tick sync packets on 1.21 and newer (#504)
* Tick Sync is now deprecated

* Add new function here

* Add check

* Remove useless require by me

* Fix
2024-06-16 16:51:22 -04:00
extremeheat
5b2d78792c
Support 1.21.0 2024-06-14 04:43:57 -04:00
extremeheat
bd32aa8d04
1.20.80 2024-04-25 02:47:16 -04:00
extremeheat
d8e707112a
1.20.71 2024-03-13 23:19:21 -04: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
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
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
extremeheat
d53211c6a1
1.20.50 (#466)
* Update options.js

* update readme
2023-12-06 22:41:23 -05:00
extremeheat
63eb673c1f
1.20.40 (#459) 2023-10-26 00:53:20 -04:00
Spongecade
689658c4ab
Update Minecraft wiki link to new domain (#455) 2023-10-06 22:05:28 -04:00
extremeheat
22502b90fd
1.20.30 2023-09-20 02:22:25 -04:00
GameParrot
f0f1351d40
Update Mojang public key used for logins (#443) 2023-08-23 04:43:02 -04: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
extremeheat
46f11204ba
1.20.10 support (#428)
* 1.20.10 support

* Update README.md
2023-07-12 14:01:10 -04:00
GameParrot
b2c141c25f
Fix upstream relay batchingInterval (#425) 2023-07-04 07:27:40 -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
extremeheat
97b8140fdd
1.20.0 support (#410) 2023-06-08 03:47:46 -04:00
LucienHH
32e0c66997
Fix followPort option (#394)
* Fix `followPort` option

* Use correct default
2023-05-04 12:58:55 -04:00
extremeheat
d4226e0ffd
1.19.80 support (#386) 2023-04-27 02:34:03 -04:00
extremeheat
3c23add812
Fix raknet backend selection (#379) 2023-04-22 17:47:39 -04:00
andriycraft
e5b8cc8bde
Update code readability (#370) 2023-04-15 18:54:29 -04:00
extremeheat
7a365aa764
1.19.70 support (#357)
* Update options.js

* Update README.md
2023-03-15 00:54:13 -04:00
extremeheat
7a05b0a33e
Skip 1.19.30, 1.19.40 middle versions for faster CI
Only on github workflows
2023-03-02 06:14:58 -05:00