- Introduced new methods in ChatRoom for processing message queues and broadcasting messages to users.
- Refactored message suppression logic into a dedicated method to enhance readability and maintainability.
- Updated ChatUser to streamline user initialization and database interactions, including legacy support.
- Enhanced WebSocket message handling in SSLServer with clearer routing and error handling.
- Added helper functions for WebSocket header management to improve code organization and clarity.