Commit Graph

62 Commits

Author SHA1 Message Date
343f24d26e [BUG] Fix linked commands trying to run when message just contains the prefix, and not showing denied message when user doesn't have permission 2023-10-29 01:58:59 +02:00
bbf3adf885 [FEAT] Add indicator in game when message is a reply to another message 2023-10-29 01:58:22 +02:00
c1465727d4 [BUG] Fix mentions displaying as raw format in game 2023-10-29 01:01:11 +02:00
08ef1eecf9 [BUG] Fix incorrect result for pre-login checks 2023-10-28 20:17:40 +02:00
2870ca5991 [BUG] Fix incorrect result for passed access control checks 2023-10-28 20:06:17 +02:00
b4485775e3 [BUG] Don't fetch the player profile from Mojang each time a message is sent 2023-10-28 18:05:48 +02:00
de1b394fc2 [CHORE] Fix license header 2023-10-28 14:37:17 +02:00
6fa38f444c [BUG] Have linked commands sent feedback when executed 2023-10-28 14:35:35 +02:00
ade2e95790 [CHORE] Code Cleanup 2023-10-28 14:11:58 +02:00
faecdec301 [BUG] Don't try to initialize Encryption if secret failed to generate 2023-10-28 13:56:31 +02:00
6637646971 [CHORE] Move all pre-login checks to library 2023-10-28 13:53:58 +02:00
8055d5c975 [BUG] Fix user cache not reloading when a new member joins the server 2023-10-23 21:17:18 +02:00
9c89bc151b [BUG] Fix profiler time 2023-10-23 21:09:20 +02:00
be91aae042 [CHORE] Implement code profiler to find bottlenecks in Verification System 2023-10-23 21:01:55 +02:00
e68a70b3b2 [BUG] Fix error with Verify command when it encounters an already verified account 2023-10-23 19:43:35 +02:00
5780fbe62d [CHANGE] Remove un-needed nickname permissions 2023-10-21 21:43:50 +02:00
b552d8430a [CHORE] Bump Version 2023-10-21 21:42:33 +02:00
d35392f58e [BUG] Fix permissions on auto-generated invite link 2023-10-21 21:42:20 +02:00
3cd4131094 [CHORE] Code cleanup and small issue fixes for new verification system 2023-10-21 21:41:56 +02:00
46fe495910 [BUG] Fix issues with empty server avatars on custom embeds 2023-10-20 20:47:10 +02:00
fdb51c4d01 [FEAT] New Access control system to replace whitelisting and account linking 2023-10-20 20:44:21 +02:00
d089a214ba [CHORE] Nuke whitelist and account linking system 2023-10-20 18:26:41 +02:00
28778c3b8d [CHORE] Code Cleanup and Bug Fixes 2023-10-17 20:35:19 +02:00
92124f49d1 [CHORE] Cleanup Imports 2023-09-10 20:59:50 +02:00
627e9bb83b [FEATURE] Staff whitelist/linking commands 2023-09-10 17:54:25 +02:00
6f7477fe84 [FEATURE] Ban/Unwhitelist MC user on discord ban 2023-09-10 17:54:12 +02:00
de63a25496 [CHORE] Code Cleanup 2023-08-06 12:19:33 +02:00
3a49f97154 [FEAT] Customizable death messages 2023-08-06 03:02:56 +02:00
3a405a5ba4 [FEAT] New Commands system 2023-08-06 02:37:27 +02:00
5eb1ca1c29 [CHORE] Bump Version 2023-08-05 22:28:14 +02:00
1298825191 [FEAT] Use Discord Name for executed commands 2023-08-05 22:27:19 +02:00
235a317c1b [BUG] Fix DB Cache On Startup 2023-08-05 22:27:00 +02:00
43810e9678 [BUG] Fix DB Cache Reloading 2023-08-05 21:58:52 +02:00
edcf80e227 [BUG] Fix Whitelist Check part 2 2023-08-05 21:03:45 +02:00
a545bee072 [CHANGE] Remove IP Addresses from Console Relay 2023-08-05 20:58:43 +02:00
33182b1235 [BUG] Fix Whitelist Checks 2023-08-05 20:57:13 +02:00
7c58d2b925 [FEAT] Initial Custom Embeds 2023-08-05 19:33:34 +02:00
3abb875e5c [BUG] Detect if message contains attachments, and don't relay empty messages to discord 2023-08-05 19:16:22 +02:00
67aa2e7954 [CHORE] Bump Library Version 2023-08-05 19:09:00 +02:00
1791389a9e [FEAT] Try to use Linked Account names for chat relay 2023-08-05 19:06:12 +02:00
3bffb7cdc5 [FEAT] Check if linked account is still a discord member in whitelisting check 2023-08-05 18:57:11 +02:00
0ffbc0f48e [FEAT] Auto whitelisting based on account linking and roles 2023-08-05 18:53:41 +02:00
b901609957 [FEAT] Allow disabling nickname updates on linking and allow custom nickname formats 2023-08-05 18:43:13 +02:00
95e1dfac70 [CHANGE] Remove Command Permissions Management from Config in favor of discord permissions 2023-08-05 18:32:35 +02:00
42e8adcfae [FEAT] Initial preparations for custom embeds and custom message types 2023-07-23 00:32:31 +02:00
5e90d1ef38 [CHORE] Bump Version 2023-07-02 16:30:31 +02:00
a30970572a [FEAT] Allow Discord Mentions to be configurable 2023-07-02 16:30:20 +02:00
a88a6826dd [BUG] Fix Config Updater not incrementing Config Version 2023-07-02 16:29:39 +02:00
e51fdf8599 [FEAT] Allow Disabling Status Updates 2023-07-02 16:28:48 +02:00
62ca3ec812 [FEAT] Change DiscordMessageEvent to pass Member, to allow things like Role Color for the chat 2023-07-02 01:32:01 +02:00