stevenarella/src/protocol
ice_iix de25096a6b Fix non-JSON sign text rendering, such as on 1.7.10. Closes #135
src/format.rs Component from_string() attempts JSON deserialization
using serde_json::from_str, and if it fails falls back to a literal text
string. Call from_string() instead of deserializing in format::Component
read_from() and then from_value(). Note the from_string() comment:

    // Sometimes mojang sends a literal string, so we should interpret it literally
2019-05-08 19:12:36 -07:00
..
versions Add Forge handshake support. Closes #88 (#134) 2019-05-05 18:39:58 -07:00
forge.rs Add Forge handshake support. Closes #88 (#134) 2019-05-05 18:39:58 -07:00
mod.rs Fix non-JSON sign text rendering, such as on 1.7.10. Closes #135 2019-05-08 19:12:36 -07:00
mojang.rs Add support for compiling WebAssembly wasm32-unknown-unknown target (#92) 2019-03-03 08:32:36 -08:00
packet.rs Add Forge handshake support. Closes #88 (#134) 2019-05-05 18:39:58 -07:00
versions.rs 1.14 protocol support (477) (#132). Closes #72 2019-05-04 16:04:19 -07:00