Chat/api/src/main/java/com/alttd/chat/config
Teriuihi 44d6e994cc Implement chat log handler with database support
The code changes introduce the ability to log chat messages. A new ChatLogHandler class has been added that manages the queue of chat log messages, both storing them in memory and writing them to a database. New columns have been added to the database and the interactivity with the database is handled using prepared statements to improve security and performance. The chat messages are deleted from the database after a certain period, which can be configured.
2024-04-06 17:25:15 +02:00
..
Config.java Implement chat log handler with database support 2024-04-06 17:25:15 +02:00
PrefixConfig.java Update config style 2022-10-03 19:29:25 +02:00
RegexConfig.java Add option to disable chat filters in private channels 2024-03-31 13:37:05 +02:00
ServerConfig.java Added first join messages 2023-06-20 00:35:46 +02:00