stevenarella/protocol
iceiix 6b961622aa
forge: add FML2 protocol support (1.13.2-1.16.5+), fixes #400 (#494)
Allows connecting to newer Forge servers, 1.13.2 to 1.16.5 at least, which use
the FML2 handshake protocol:

https://wiki.vg/Minecraft_Forge_Handshake#FML2_protocol_.281.13_-_Current.29

Tested with a modded 1.16.5 server

Extends #88 #134 Forge FML (v1, for 1.7.10 - 1.12.2)

* protocol: update Cargo.lock
* protocol: send FML2 on fmlNetworkVersion: 2
* protocol: factor out read_raw_packet_from()
* protocol: move plugin message writing from Server to Conn; add write_fml2_handshake_plugin_message
* protocol: CommandNode: add forge:modid, forge:enum
* forge: add fml2 handshake packets
* server: handle fml:loginwrapper fml::handshake packets
2021-01-23 13:47:30 -08:00
..
src forge: add FML2 protocol support (1.13.2-1.16.5+), fixes #400 (#494) 2021-01-23 13:47:30 -08:00
Cargo.lock forge: add FML2 protocol support (1.13.2-1.16.5+), fixes #400 (#494) 2021-01-23 13:47:30 -08:00
Cargo.toml deps: update getrandom, serde (#491, #490) 2021-01-20 15:29:06 -08:00