Chat/galaxy
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
..
src/main Implement chat log handler with database support 2024-04-06 17:25:15 +02:00
build.gradle.kts Update to 1.20.4 2023-12-17 12:37:21 +01:00