Commit Graph

470 Commits

Author SHA1 Message Date
Vankka
4dc56a6aa4
Fix :i18n module and get rid of MockDiscordSRV requirement 2023-07-19 18:36:40 +03:00
Vankka
0e9a2e6e1c
Linking module, add linked/unlinked events 2023-07-19 00:13:00 +03:00
Vankka
6bd06d670d
Use a LinkStore inside MinecraftAuthenticationLinker 2023-07-18 23:57:53 +03:00
Vankka
e2143f0cc1
Initial commit for messages config 2023-07-18 23:51:20 +03:00
Vankka
3c71ade347
Improve api module documentation 2023-07-18 23:50:48 +03:00
Vankka
5d87915eaa
Tweak ThreadPoolExecutor max pool size again 2023-07-16 12:05:15 +03:00
Vankka
85d40a061b
Fix issue in VentureChatIntegration 2023-07-15 22:12:40 +03:00
Vankka
26c472d0b8
Change Chatty & LunaChat send logic to Components 2023-07-15 14:32:37 +03:00
Vankka
74d661d523
Change filter logic for VentureChat 2023-07-15 14:27:26 +03:00
Vankka
9bb2502cdb
Fix logger usage in EventBusImpl 2023-07-12 21:27:29 +03:00
Vankka
2146fe29aa
manager.managers -> manager.abstraction 2023-07-12 21:03:30 +03:00
Vankka
20683e3c7a
Reorganize config packages, rename a bunch of ConfigurateConfigManager members 2023-07-12 21:02:32 +03:00
Vankka
9897f7029d
Relocate kotlin, update OkHTTP, exclude dependencies in bulk 2023-07-11 19:50:19 +03:00
Vankka
d4f41c589d
Tweak thread pools thread counts, separate required linking thread pool 2023-07-11 18:22:41 +03:00
Vankka
2f83770591
Add delayMillis for support with Discord moderation bots 2023-07-10 18:27:45 +03:00
Vankka
014a022fbd
Fix another derp in deleteMessageById 2023-07-10 18:26:48 +03:00
Vankka
7cd796ab2b
Fix deleteMessageById webhookMessage check being inverse 2023-07-10 17:37:10 +03:00
Vankka
c1fbeb8d8f
Depend on mariadb resource generation task 2023-07-09 23:07:39 +03:00
Vankka
cecd80bea0
Add MariaDB driver support 2023-07-09 21:03:48 +03:00
Vankka
2e48e91a8f
Merge branch 'execute-command' 2023-07-09 13:16:37 +03:00
Vankka
512741bd92
Add running commands and sending command output for execute command 2023-07-09 13:16:18 +03:00
Vankka
1207990461
Add check for which commands are allowed to be run, config options for execute command 2023-07-09 01:11:41 +03:00
Vankka
417289cccb
Sort execute command suggestions 2023-07-07 18:36:09 +03:00
Vankka
777d783455
Remove unused suffix from message_reply placeholder 2023-07-07 17:21:28 +03:00
Vankka
f6f16ddbec
Remove unused suffix from message_reply placeholder 2023-07-07 17:18:35 +03:00
Vankka
383a7ad97a
Progress on running commands from Discord 2023-07-01 19:04:52 +03:00
Vankka
c1edd44751
1.20.1 2023-07-01 17:37:42 +03:00
Vankka
bb24dc7b32
Merge branch 'main' into execute-command 2023-07-01 17:32:15 +03:00
Vankka
97dbd3501e
Fix default advancement message being bad on non-Paper. Changed the default award format to say "advancement" instead of "achievement" 2023-07-01 17:29:59 +03:00
Vankka
0e4d04c59c
Rename root project to DiscordSRV-Ascension 2023-07-01 17:20:41 +03:00
Vankka
2f57b0d2bf
Make placeholders of avatar url consistent 2023-06-30 18:21:23 +03:00
Vankka
bfd4edb6ed
Fix embeds being forced due to defaulting 2023-06-30 18:14:19 +03:00
Vankka
a36d9dbbb0
Remove unnecessary semicolon 2023-06-30 18:01:12 +03:00
Vankka
3a524c62a3
Fix error in ChannelConfigHelper#getByThreadChannel 2023-06-30 17:59:32 +03:00
Vankka
8e12731119
Fix error in BukkitAdvancementListener 2023-06-27 21:22:21 +03:00
Vankka
d25e12e0fa
Use USER_DOWNLOAD_URL constant in log message 2023-06-25 21:27:20 +03:00
Vankka
ea404ec7ab
Fix PlaceholderServiceImpl#updateContent not quoting replacement 2023-06-25 21:14:13 +03:00
Vankka
7aa6191a27
Move linked_accounts table name to constant, fixes mysql 2023-06-25 21:13:01 +03:00
Vankka
2eaaa17581
Fix mirroring not working with messages that only contain an attachment, fix mirrored attachments having no content 2023-06-25 13:31:27 +03:00
Vankka
57d5d70d13
Clarify minecraftauth requirements 2023-06-24 23:01:08 +03:00
Vankka
b7d586101d
Fix default avatar url 2023-06-24 21:42:33 +03:00
Vankka
379f0fc9f0
Update to EnhancedLegacyText v2, change to square brackets format 2023-06-24 21:40:55 +03:00
Vankka
984ffc5be9
Update Gradle 2023-06-24 19:09:18 +03:00
Vankka
b5cc364648
Fix api project dependency not working on latest IntelliJ 2023-06-24 19:09:12 +03:00
Dinty1
8e79c7abf3
Fix up avatar URL stuff + disable auto invite creation by default (#2)
* Start fixing up avatarurl stuff

* Fix some stuff

* Don't automatically create invite by default

* Add suggestion

Co-authored-by: Henri Schubin <vankka.main@gmail.com>

* Format + remove todos

Co-authored-by: Henri Schubin <vankka.main@gmail.com>

---------

Co-authored-by: Henri Schubin <vankka.main@gmail.com>
2023-06-24 00:33:38 +03:00
Vankka
2f2b852b0d
Add discriminators back for users who still have them 2023-06-22 20:03:03 +03:00
Vankka
e45e7c921c
Add context to reserialization for reply message content in Discord->Minecraft handler 2023-06-22 19:55:55 +03:00
Vankka
0624f9ae09
Don't block enable because of ready event 2023-06-22 19:48:09 +03:00
Vankka
cc5f8c2d26
Fix commands, don't run enable/reload async anymore 2023-06-22 19:46:20 +03:00
Vankka
daee555fed
Fix advancement spam check 2023-06-19 18:52:41 +03:00