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 |
|
Stephen O'Connor
|
3fd70f97c9
|
Support 1.19.63 (#352)
* README - bump version
* Update index.d.ts
* Update options.js
---------
Co-authored-by: extremeheat <extreme@protonmail.ch>
|
2023-02-24 18:07:04 -05:00 |
|
extremeheat
|
1a37b4dac7
|
Release 3.24.0 (#346)
* Release 3.24.0
* skip 1.19.50
|
2023-02-17 17:24:12 -05:00 |
|
Tamas Papp
|
2c78372933
|
1.19.62 support (#345)
|
2023-02-17 16:44:27 -05:00 |
|
extremeheat
|
fada3aa12a
|
1.19.60 support (#340)
|
2023-02-08 22:05:27 -05:00 |
|
William
|
74f2efa7a4
|
1.19.50 support (#324)
|
2022-12-02 14:34:28 -05:00 |
|
extremeheat
|
e7f8357a36
|
Support 1.19.40 (#314)
|
2022-10-29 02:25:31 -04:00 |
|