Go to file
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
api Implement chat log handler with database support 2024-04-06 17:25:15 +02:00
galaxy Implement chat log handler with database support 2024-04-06 17:25:15 +02:00
gradle/wrapper update gradle 2024-01-04 09:28:53 +01:00
libs Update nicknames for Player and CMI. 2022-10-09 20:25:40 +02:00
scripts Add a better pluign script 2021-08-23 11:58:28 +02:00
velocity Implement evidence for automatic ban for 'punish' filter violations 2024-03-02 20:41:59 +01:00
.gitattributes idk what i fucked up here all files are new in git? 2021-06-20 22:03:39 +02:00
.gitignore Add gradle-wrapper to gitignore 2022-02-19 17:00:03 +01:00
build.gradle.kts Update version 2022-10-01 18:24:42 +02:00
gradlew update gradle 2024-01-04 09:28:53 +01:00
gradlew.bat update gradle 2024-01-04 09:28:53 +01:00
README.md idk what i fucked up here all files are new in git? 2021-06-20 22:03:39 +02:00
settings.gradle.kts Merge branch 4.9 2022-03-14 16:48:35 +01:00

Chat