Commit Graph

53 Commits

Author SHA1 Message Date
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
93bd24cc22 [BUG] Remove Role when unlinking/unwhitelisting 2023-07-02 01:25:55 +02:00
ac9f2962f0 [FEATURE] Implement Message Filtering 2023-07-02 01:23:02 +02:00
87f82602ba [CHORE] Update Discord JDA 2023-07-02 01:02:29 +02:00
2ab98dd5e0 Fix Crashes with Forge from JSONDB 2023-06-24 19:26:54 +02:00
91c72f7b7b Remove unused file 2023-06-22 22:27:26 +02:00
c1ed2eaab0 Fix Whitelist Role assignment 2023-06-22 22:25:39 +02:00
bedcbac0a3 Fix roles failing to load from name 2023-06-22 22:18:38 +02:00
39cd2fa7b8 Fix encryption key trying to load before it's present and more variation of key length 2023-06-22 22:15:42 +02:00
24e6d84527 Fix DiscordAuthor using wrong username to retrieve avatars 2023-06-13 18:37:47 +02:00