-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* core(cfois): support multi-dimensional arrays (#19) * Improve compatibility with older versions and newer Fabric servers (#43) * Abstracted logger to fall back to native if Log4J isn't present * chore: shadow gson into the final jar to support older versions correctly * fix: initialize config check request with TLS 1.2 Java 7 seems to have TLS 1.2 disabled by default --------- Co-authored-by: ThePixelbrain <[email protected]> * fix/feat(modlauncher): load deserialized classes from the correct class loader (#45) * feat: also redirect SerializationUtils.deserialize in patched classes (#46) * feat: change NativeLogger to println Although println is definitely not the most fancy logging implementation as a fallback, there were problems with the default Java logger in < MC 1.7. This is the most stable for these versions and also provides advantages for Fabric servers as well * chore: exclude java 9 files from the bundle jar * fix: bundle ASM lib to fix patching issues in some Fabric setups * feat: allow configuration of remote config loading * fix: create config directory if it does not exist * fix: add workaround to classloading issues in Forge < 1.13 when the agent is used * feat: add timeout to remote config reading 60 seconds should be sufficient (I hope) * feat: use gson with pretty printing for the default local config * fix(modlauncher): return additionalClassesLocator even when the agent is loaded This should fix some classloading issues in the Java 8 version of Modlauncher when the agent is used --------- Co-authored-by: ThatGamerBlue <[email protected]> Co-authored-by: ThePixelbrain <[email protected]>
- Loading branch information
1 parent
f21d2a4
commit 1969191
Showing
16 changed files
with
374 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
1969191
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the patch, I didn't even know about this till now. 👌🏼