stevenarella/src/protocol
ice_iix 10e5d6f441 Replace read_to_string -> read_to_end to improve UTF-8 deserialization
See c1692e950a
There are two more instances, encountered when debugging #148

> Instead of read_to_string(), use read_to_end() to read into a buffer,
> then convert using String::from_utf8() and unwrap it. This gives a
> better error message when UTF-8 fails to decode.

which includes the offending bytes that can't be converted
2019-05-12 14:08:53 -07:00
..
versions 1.7.10: Fix player position too high on login. Closes #87 2019-05-11 14:53:42 -07:00
forge.rs Forge 1.8.9-1.12.2 handshake protocol support (#144) 2019-05-11 18:37:33 -07:00
mod.rs Replace read_to_string -> read_to_end to improve UTF-8 deserialization 2019-05-12 14:08:53 -07:00
mojang.rs Add support for compiling WebAssembly wasm32-unknown-unknown target (#92) 2019-03-03 08:32:36 -08:00
packet.rs 1.7.10: Fix player position too high on login. Closes #87 2019-05-11 14:53:42 -07:00
versions.rs 1.14 protocol support (477) (#132). Closes #72 2019-05-04 16:04:19 -07:00