Commit Graph

406 Commits

Author SHA1 Message Date
Vankka
bec1a2851a
Merge branch 'main' of github.com:DiscordSRV/Ascension 2023-08-26 15:56:05 +03:00
Vankka
59764117d3
Merge messages-config 2023-08-26 15:55:51 +03:00
Vankka
f8c323e7de
Use two letter language codes with country codes for dialects 2023-08-26 15:47:58 +03:00
Vankka
1c24055108
Some more progress 2023-08-25 22:24:59 +03:00
Dinty1
a7d3a1b579
Update README to say testing builds available 2023-08-14 12:01:13 +02:00
Vankka
346b732eeb
Register ExtensionContext.Store.ClosableResource 2023-07-24 22:13:00 +03:00
Vankka
ffb674465a
Fix test not working without environment variables, add environment variables to CI 2023-07-24 22:09:02 +03:00
Vankka
224b24cb26
Remove unnecessary field in EventBusImpl 2023-07-24 22:05:58 +03:00
Vankka
84160b906f
Add unit test for a message going from the receive event to a message sent to Discord + some other tests to check that enable works correctly 2023-07-24 22:04:41 +03:00
Vankka
3c3977200f
Add legacy section parsing for prefix/suffix 2023-07-24 19:56:05 +03:00
Vankka
cb5392fb81
Remove debug code 2023-07-21 17:59:41 +03:00
Vankka
9aa7291f26
Only run crowdin download every 7 days 2023-07-21 17:17:00 +03:00
Vankka
9eb4160bc6
Don't log MessageExceptions as error for prefix/suffix 2023-07-21 17:10:36 +03:00
Vankka
3040b1472c
Don't force discord serialization for join, leave, death and server switch messages 2023-07-21 17:07:16 +03:00
Vankka
5da32a3c45
Improve error logging for prefix/suffix, add logging placeholder errors to trace 2023-07-21 17:03:01 +03:00
Vankka
b7aff53b1d
Create DynamicThreadPoolExecutor, allowing a cached thread pool while maintaining a maximum amount of threads in the pool and queuing tasks 2023-07-20 23:57:38 +03:00
Vankka
061ab08e2d
Fix ThreadPoolExecutor queue, DependencyLoader unnecessary executor inside executor 2023-07-20 22:52:42 +03:00
Vankka
a9fd9a9fc8
Revert last two commits 2023-07-19 21:36:25 +03:00
Vankka
9939527f4b
Separate task for downloading the source 2023-07-19 21:31:22 +03:00
Vankka
c0f1d6707a
Try downloading sources from Crowdin instead of building source during download 2023-07-19 21:23:26 +03:00
Vankka
4907d872b6
Try to see if source file is required for downloading translations 2023-07-19 21:12:39 +03:00
Vankka
21fbf5f086
Test to see if translation really wants to be in the same folder as source 2023-07-19 21:02:21 +03:00
Vankka
2518bfc971
Tweak crowdin workflows 2023-07-19 20:51:34 +03:00
Vankka
674ddea340
Add / as a prefix for translation 2023-07-19 20:34:48 +03:00
Vankka
65ca1ba978
Test using the root as the translation destination 2023-07-19 20:31:55 +03:00
Vankka
b02106e480
No / prefix on source 2023-07-19 20:17:58 +03:00
Vankka
082f016ef9
Prefix source, translation with / 2023-07-19 20:15:34 +03:00
Vankka
a5550bed8d
Move i18n source file into build directory 2023-07-19 20:11:32 +03:00
Vankka
6af3974ee4
Verbose crowdin download 2023-07-19 19:57:49 +03:00
Vankka
2710f8ee0d
Change "translation" of crowdin workflows 2023-07-19 19:32:57 +03:00
Vankka
6534aecfab
Source is required 2023-07-19 19:22:13 +03:00
Vankka
6e39977735
Tweak crowdin-download workflow 2023-07-19 19:21:06 +03:00
Vankka
0d6158a49f
Possibly fix source path for crowdin-upload workflow, change to Path instead of File 2023-07-19 19:05:43 +03:00
Vankka
38bc550175
Bump java in crowdin-upload 2023-07-19 18:54:12 +03:00
Vankka
4d851bea18
Tweak crowdin workflows 2023-07-19 18:51:55 +03:00
Vankka
0557ba63de
Update crowdin workflows 2023-07-19 18:41:02 +03:00
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