1 Commits

Author SHA1 Message Date
Torsten Schulz (local)
0c18a97ed7 Refactor ChatRoom and ChatUser classes for improved message handling and user management
- 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.
2025-11-21 10:49:44 +01:00