stevenarella/src/server
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
..
mod.rs forge: add FML2 protocol support (1.13.2-1.16.5+), fixes #400 (#494) 2021-01-23 13:47:30 -08:00
plugin_messages.rs Use into_*(self) convention, fixes wrong_self_convention 2020-07-02 17:51:51 -07:00
sun.rs Fix redundant clones 2020-06-29 18:48:07 -07:00
target.rs Suppress type_complexity, would not be clarified by using a type definition 2020-07-02 17:49:04 -07:00