stevenarella/protocol/src/protocol/versions
iceiix 1476d0628a Add Forge handshake support. Closes #88 (#134)
Adds support for connecting to 1.7.10 modded servers using the FML|HS protocol:
https://wiki.vg/Minecraft_Forge_Handshake

* Handle client-bound plugin message packets

* Parse FML|HS plugin channel messages

* Add ModList serialization using Mod serializable, LenPrefixed<VarInt, Mod>

* Save forge_mods from server ping and send in FML|HS ModList packet

* Show Forge mod count in server ping listing

* Send acknowledgements, completing the handshake

* Add VarShort to custom payload len prefix replaces i16, fixes OOM on large modded servers

* Add custom CoFHLib's SendUUID packet -26

See explanation at https://github.com/SpigotMC/BungeeCord/issues/1437
This packet is defined by CoFHLib in https://github.com/CoFH/CoFHLib/blob/1.7.10/src/main/java/cofh/lib/util/helpers/SecurityHelper.java#L40
Fixes thread '' panicked at 'bad packet id 0xffffffe6 in Clientbound Play' with FTB:IE
2019-05-05 18:39:58 -07:00
..
v1_7_10.rs Add Forge handshake support. Closes #88 (#134) 2019-05-05 18:39:58 -07:00
v1_8_9.rs Add 1.13.2+ protocol parsing Particle packet variant. Fixes #104 2019-01-26 13:41:54 -08:00
v1_9.rs Add 1.13.2+ protocol parsing Particle packet variant. Fixes #104 2019-01-26 13:41:54 -08:00
v1_9_2.rs Add 1.13.2+ protocol parsing Particle packet variant. Fixes #104 2019-01-26 13:41:54 -08:00
v1_10_2.rs Add 1.13.2+ protocol parsing Particle packet variant. Fixes #104 2019-01-26 13:41:54 -08:00
v1_11_2.rs Add 1.13.2+ protocol parsing Particle packet variant. Fixes #104 2019-01-26 13:41:54 -08:00
v1_12_2.rs Add 1.13.2+ protocol parsing Particle packet variant. Fixes #104 2019-01-26 13:41:54 -08:00
v1_13_2.rs Add 1.13.2+ protocol parsing Particle packet variant. Fixes #104 2019-01-26 13:41:54 -08:00
v1_14.rs 1.14 protocol support (477) (#132). Closes #72 2019-05-04 16:04:19 -07:00
v15w39c.rs Add 1.13.2+ protocol parsing Particle packet variant. Fixes #104 2019-01-26 13:41:54 -08:00
v18w50a.rs Add 1.13.2+ protocol parsing Particle packet variant. Fixes #104 2019-01-26 13:41:54 -08:00
v19w02a.rs Add 1.13.2+ protocol parsing Particle packet variant. Fixes #104 2019-01-26 13:41:54 -08:00