1.0.0#2
Merged
Merged
Conversation
The client was updated to support MineChat Protocol v1.0.0 features and improve connection security. TLS with certificate pinning was added to prevent MITM attacks, and the networking layer now uses the protocol message stream abstraction. Additional protocol capabilities such as ping/pong, moderation handling, and component-based chat were implemented to match the updated protocol behavior. Summary of changes: - Switch minechat-protocol to local path with TLS features - Add kyori-component-json dependency for chat components - Replace raw TCP with TLS message stream and cert pinning - Implement LINK flow with capabilities and AUTH_OK - Add ping/pong handling per protocol spec - Implement moderation actions (warn, mute, kick, ban) - Add component chat format with /format toggle - Persist pinned server certificate in config - Update server config structure and stored UUID fields - Replace custom message handling with protocol helpers - Remove miette error handling in favor of boxed errors - Improve input validation and connection error messages
Replace raw stdin reading with rustyline for a better REPL experience, including command history persistence across sessions. Summary of changes: - Add rustyline dependency with derive and with-file-history - Replace BufReader<stdin> with DefaultEditor from rustyline - Persist history to the OS data dir via ProjectDirs - Add create_editor and history_path helper functions - Print a welcome/help hint on REPL startup - Update dependency versions in Cargo.lock - Minor formatting fixes in main.rs and repl.rs
Updated repository links and CI badge to reflect new organization.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.