Chat/api/src/main/java/com/alttd/chat
Teriuihi 187f71d6c3 Implement logging for ChatLogHandler
The ChatLogHandler now includes logging for better troubleshooting and understanding of the server state. Logging triggers when chat logging is disabled, when it starts, and also if there's a failure in saving chat messages to the database.
2024-04-28 21:36:45 +02:00
..
config Implement chat log handler with database support 2024-04-06 17:25:15 +02:00
database Fix chat log message deletion query 2024-04-07 19:16:32 +02:00
events Merge Nicknames 2022-09-27 00:02:27 +02:00
managers Add option to disable chat filters in private channels 2024-03-31 13:37:05 +02:00
objects Implement logging for ChatLogHandler 2024-04-28 21:36:45 +02:00
util Add throwable to warn and error methods in ALogger 2024-04-06 15:35:08 +02:00
ChatAPI.java Allow prefix data to be loaded from PrefixConfig 2021-08-19 00:59:37 +02:00
ChatImplementation.java Renamed partycommand and made party chat work from galaxy to proxy 2022-01-30 19:31:29 +01:00