Move name validation code to core

This commit is contained in:
2025-12-15 14:45:45 +09:00
parent bf6027f507
commit 5f03b55eb5
8 changed files with 194 additions and 289 deletions

View File

@@ -2,7 +2,6 @@ mod authorization;
pub mod command;
mod common;
pub mod config;
pub mod input_sanitization;
pub mod landlock;
pub mod session_handler;
pub mod sql;