df51228b73
Fix VanillaGoals when in reobfuscated environment ( #6580 )
2021-09-09 11:57:16 -05:00
92222b3c9d
[ci skip] Add some helper methods to the ObfHelper util class ( #6374 )
2021-08-14 03:06:17 -07:00
1093b2f26a
Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread ( #6381 )
2021-08-12 10:55:20 -07:00
4ca56ff079
[ci skip] Put mappings util in a separate class to the stacktrace deobfuscator ( #6230 )
2021-07-19 19:22:18 -07:00
ba64307307
Don't expose ASM in API ( #6229 )
...
ASM was not meant to exposed to API consumers in the first place, and for the duration of time it has been exposed, it has also been relocated.
Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com >
2021-07-20 00:58:48 +02:00
e2ed8e9e86
Use mapped names for sensor and behavior timings/config ( #6228 )
2021-07-19 13:07:49 +02:00
2689c8d04f
Drop no longer needed patch ( #6115 )
2021-07-07 19:18:05 +02:00
8a664e6bbc
Deobfuscate stacktraces in sync load info ( #6103 )
2021-07-07 00:19:08 -07:00
08033a4fc0
Also deobfuscate secondary stacktraces in crash reports ( #6078 )
2021-07-04 03:20:11 -07:00
16030c824f
Update task dependency for includeMappings so the new task isn't skipped
...
The new task fixJarForReobf was added after shadowJar, but since
reobfJar's input is changed in this patch, that new task needs to be
referenced instead of shadowJar.
2021-06-26 22:26:17 -05:00
ed04368157
Expand where stacktraces can be deobfuscated ( #5944 )
...
Also load the mappings from the correct location
2021-06-21 21:12:07 -07:00