Open Issues Need Help
View All on GitHubAI Summary: The issue requests a new command to disable chat, which must include a confirmation step. The command should support two scopes: disabling chat for a single server instance or for the entire network across all backend services running surf-chat.
AI Summary: Implement a word denylist system for a chat application, without using regular expressions. The system should prevent users from sending messages containing words from a predefined list.
AI Summary: Implement a configurable welcome message (MOTD) for a chat server using the surf-config-api. The message should be customizable via a config.yml file and include the ability to disable it entirely. A default welcome message is provided as an example.
AI Summary: Implement customizable join and leave messages for players in the surf-chat application. The customization should be achieved through the surf-config-api, allowing administrators to define the exact messages displayed when users connect and disconnect.