bea pushed to main at SpigotMC/GriefPreventionQuickShopBridge 2023-02-12 16:02:36 +01:00
d13e79cf58 Update 'README.md'
bea pushed to main at SpigotMC/HubThat 2023-02-11 21:05:58 +01:00
21f613bbe7 Improve code quality
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:58:15 +01:00
85cecca263 Bump build number
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:57:32 +01:00
122b4b064c Rename config entries class
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:57:17 +01:00
7f792b5ca8 Rename messages class
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:56:26 +01:00
0839161bb2 Update lang string
48b2043dda Make min/max versions Strings
Compare 2 commits »
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:55:47 +01:00
01dc420e64 Fix small typos
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:54:00 +01:00
553f508d1c Clean up main class
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:37:14 +01:00
3e17b49d1c Fix unreachable server error when update-checker is disabled
bea closed issue SpigotMC/HubThat#1 2023-02-11 20:37:14 +01:00
Disabling update checker sends error message
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:32:46 +01:00
552e12a813 Rename license file
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:31:25 +01:00
f92bfbac74 Update CI args
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:30:12 +01:00
919305e0e8 Update README
bea pushed to main at SpigotMC/HubThat 2023-02-11 20:29:48 +01:00
94d811bed3 Add README file
bea pushed to main at bea/HidekoBot 2023-02-11 17:10:56 +01:00
4abd3d6179 Suppress unneeded security warning
bea opened issue SpigotMC/HubThat#1 2023-01-28 13:24:59 +01:00
Disabling update checker sends error message
bea commented on issue bea/HidekoBot#17 2023-01-26 21:55:22 +01:00
Random.org scheduled task deadlocks

We also initialize random.org at startup. We should probably performe the dealock-checking inside of the "initialize" method instead of the scheduled task, because it could happen in other places…

bea pushed to main at bea/HidekoBot 2023-01-25 20:42:19 +01:00
0f2e2f876d Revert "Add .deepsource.toml"
bea commented on issue bea/HidekoBot#17 2023-01-25 20:35:28 +01:00
Random.org scheduled task deadlocks

Update: the task that hangs is the random.org seed updater. It hangs while trying to create the new Random object, probably due to API or connectivity issues. A fix is on its way that will cancel…

bea opened issue bea/HidekoBot#19 2023-01-25 11:46:00 +01:00
Use SLF4J's debugging flag