mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-04-02 01:18:52 +00:00
* Add secure chat configuration option * Add secure chat bool to login packet * change name of config flag * add packet deserializer for player session packet * make session update async * Change config option * Formatting * Add chat configuration option * Basic custom chat formatting * formatting * Add chat session to Player * fix duplicate imports * Formatting * chat validation mostly working * add registry for custom raw message * chat formatting working with secure chat * don't share session tokens if reporting blocked * add received message index * add custom registry without modifying asset files * resolve color decorator before MESSAGE so player can't inject color codes by default * move comment * update all player sessions on join * better previous message handling * fix multiplayer bugs * send new players existing signatures * clean stuff up * only send ChatSession if reports are enabled * make clippy happy