From 88d3838aa7ae781a1152718103df7f4db74c6f25 Mon Sep 17 00:00:00 2001 From: Jocay <1579649885@qq.com> Date: Mon, 10 Aug 2026 00:08:04 +0800 Subject: [PATCH] chore: remove temporary commit message file --- commit_msg.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 commit_msg.txt diff --git a/commit_msg.txt b/commit_msg.txt deleted file mode 100644 index 8dc5e1b..0000000 --- a/commit_msg.txt +++ /dev/null @@ -1,12 +0,0 @@ -feat: Implement directory validation and shell command quoting - -- Added is_valid_directory function to validate directory paths, ensuring they do not contain control characters and are within a specified length. -- Introduced quote_shell_arg to safely quote shell arguments, preventing command injection. -- Created uild_cd_command to generate a command for changing directories in a shell. -- Enhanced the LoginHandler to utilize a login rate limiter, preventing brute-force attacks by tracking failed login attempts. -- Implemented an EncodingCache to optimize encoding detection for SSH connections. -- Updated the UI to include an input field for specifying an initial directory upon login, with appropriate validation and hints. -- Added a quickbar in the terminal interface for easy access to copy and paste functionality. -- Introduced a toast notification system to provide feedback on copy actions. -- Refactored connection storage to encrypt passwords at rest, improving security. -- Updated various templates and styles to accommodate new features and improve user experience.