Vankka
|
516f6410c9
|
Create VersionInfo, add Build-Time manifest value
|
2022-12-27 23:56:21 +02:00 |
|
Vankka
|
9f6b2ef9fd
|
Add any offline uuid data to debug reports
|
2022-12-27 23:43:12 +02:00 |
|
Vankka
|
cfcbada10d
|
Remove optional usage from API
|
2022-12-27 23:34:02 +02:00 |
|
Vankka
|
29f48944d3
|
Update checker
|
2022-12-27 22:46:28 +02:00 |
|
Vankka
|
bab1d4a765
|
Fix using wrong field in MinecraftToDiscordChatModule
|
2022-12-27 22:44:53 +02:00 |
|
Vankka
|
26aac4d4e2
|
Consolidate :common:common-proxy and :common:common-server into :common
|
2022-12-18 23:15:24 +02:00 |
|
Vankka
|
f7a015d47d
|
JDA 5.0.0-alpha.19
|
2022-09-15 23:23:46 +03:00 |
|
Vankka
|
dbce0832a3
|
Change everything to a central OkHttpClient, reduce amount of threads that can be used, adjust some other stuff
|
2022-08-22 18:46:12 +03:00 |
|
Vankka
|
9774eb5879
|
Add command registration via event
|
2022-08-07 20:27:52 +03:00 |
|
Vankka
|
602c74ba6b
|
Interaction events, add handling directly to Command
|
2022-08-07 19:54:16 +03:00 |
|
Vankka
|
2f3c9946b5
|
Add responding with choices to DiscordCommandAutoCompleteInteractionEvent
|
2022-07-22 19:13:40 +03:00 |
|
Vankka
|
1ce73a2842
|
Interaction related events
|
2022-07-22 18:25:42 +03:00 |
|
Vankka
|
d8f5f89c19
|
Lots of interactions & commands
|
2022-07-10 17:33:47 +03:00 |
|
Vankka
|
83fb75d4c0
|
Implement command executors, dynamicproxy
|
2022-06-25 22:33:55 +03:00 |
|
Vankka
|
d4975f833a
|
enhancedBuilder -> textBuilder
|
2022-06-14 20:02:21 +03:00 |
|
Vankka
|
37248aac56
|
ComponentFactory#enhancedBuilder -> ComponentFactory#textBuilder
|
2022-06-14 18:59:23 +03:00 |
|
Vankka
|
28b8d76887
|
Rename EnhancedTextBuilder to GameTextBuilder
|
2022-06-14 18:58:36 +03:00 |
|
Vankka
|
2131fa3e86
|
Missing copyright headers
|
2022-06-09 20:05:50 +03:00 |
|
Vankka
|
888f376846
|
Make use of MethodHandles for paper component getting
|
2022-06-09 20:05:43 +03:00 |
|
Vankka
|
33738959f7
|
Begin with interactions, made JDAEntity, DiscordSRVApi#jdaVersion, split member & user
|
2022-06-09 19:31:01 +03:00 |
|
Vankka
|
984331a458
|
com.discordsrv.api.discord.api -> com.discordsrv.api.discord
com.discordsrv.api.discord.connection -> com.discordsrv.api.discord.connection.jda
|
2022-05-12 17:59:46 +03:00 |
|
Vankka
|
7884e6988f
|
Make MinecraftAuthenticationLinker cached
|
2022-05-11 19:29:53 +03:00 |
|
Vankka
|
964db4bb20
|
Remove some workarounds for dependencydownload + exclude some mcauth transitives
|
2022-05-11 19:26:02 +03:00 |
|
Vankka
|
02f46d2182
|
Implement MinecraftAuthentication as a linker
|
2022-05-11 19:09:41 +03:00 |
|
Vankka
|
40cc7086b0
|
Attachment mirroring
|
2022-05-11 18:29:47 +03:00 |
|
Vankka
|
0052c6e54b
|
Add support for replies in mirroring, block markdown urls in mirroring
|
2022-05-05 19:17:54 +03:00 |
|
Vankka
|
e5a15eea39
|
Message content is privileged
|
2022-05-01 12:30:42 +03:00 |
|
Vankka
|
97a8816edd
|
Implement ErrorCallbackContext
|
2022-05-01 12:27:35 +03:00 |
|
Vankka
|
bf60a978eb
|
Fix ModuleManager onShuttingDown not using its own method to disable
|
2022-04-26 17:01:05 +03:00 |
|
Vankka
|
3f030dfada
|
Add PlaceholderAPI (Bukkit) support
|
2022-04-26 17:00:09 +03:00 |
|
Vankka
|
5ccf8f7cb7
|
Rename Shutdown Behaviour to Channel Locking
|
2022-04-26 15:37:41 +03:00 |
|
Vankka
|
97a2b5edbe
|
Move ThreadChannelLookup to :common from :api
|
2022-04-26 15:36:10 +03:00 |
|
Vankka
|
5b8a139836
|
Rename slf4j-hack module to unrelocate
|
2022-04-26 14:56:32 +03:00 |
|
Vankka
|
d78450e291
|
Downgrade okhttp due to kotlin usage
|
2022-04-25 15:47:24 +03:00 |
|
Vankka
|
4a492a7392
|
Implement ApplicationDependencyManager
|
2022-04-25 15:35:50 +03:00 |
|
Vankka
|
e82f03cd21
|
Resolve a few deprecations
|
2022-04-22 21:21:48 +03:00 |
|
Vankka
|
13d7c09374
|
Remove repositories {} block from common/build.gradle
|
2022-04-22 21:11:56 +03:00 |
|
Vankka
|
60f04f1511
|
Version catalog, updated some versions
|
2022-04-22 20:56:11 +03:00 |
|
Vankka
|
0411384533
|
Fix channels using the member cache in MinecraftToDiscordChatModule
|
2022-04-20 10:17:11 +03:00 |
|
Vankka
|
a8944309c8
|
Some minor config comment improvements
|
2022-04-14 10:55:01 +03:00 |
|
Vankka
|
2a11718ae8
|
Move first join configuration lower down
|
2022-04-14 10:48:21 +03:00 |
|
Vankka
|
128647bd4f
|
IChannelConfig#CHANNEL_IDS_OPTION_NAME -> "channel-ids"
|
2022-04-14 10:46:44 +03:00 |
|
Vankka
|
1298a5039b
|
Remove printStackTrace
|
2022-04-14 10:12:33 +03:00 |
|
Vankka
|
6944cf2579
|
Unregister modules from the event bus on disable
|
2022-04-13 14:07:57 +03:00 |
|
Vankka
|
8a673875a6
|
Translations
|
2022-04-13 14:07:43 +03:00 |
|
Vankka
|
c3c5104dfa
|
Extra error catch
|
2022-04-13 14:07:25 +03:00 |
|
Vankka
|
a84eef853c
|
Fix broadcast tab complete, add placeholder support to Discord formatted broadcast
|
2022-04-12 13:19:26 +03:00 |
|
Vankka
|
eba37d9b6f
|
Tweak some stuff relating to FormattedText, make invite not get escaped, ever
|
2022-04-12 13:18:56 +03:00 |
|
Vankka
|
ad7bca010f
|
Tweak the main command a bit more
|
2022-04-12 12:48:41 +03:00 |
|
Vankka
|
cb1538d376
|
Tweak main command initialization a bit
|
2022-04-12 12:39:58 +03:00 |
|