Johnny
Johnny
[contributing]: https://github.com/DV8FromTheWorld/JDA/wiki/5%29-Contributing [pull-request]: https://github.com/JDA-Applications/JDA-Utilities/pulls ## Pull Request #### Pull Request Checklist Please follow the following steps before opening this PR. PRs that do not complete the checklist will be subject...
This PR adds the [softauthn](https://github.com/adessoSE/softauthn) library (maintained and developed by myself) to the list of software authenticators. The library is supposed to be the Java equivalent to the already listed...
This PR makes a very small change to add support for the RSA PKCS#1 based signing algorithms that use SHA-384 or SHA-512 respectively. I assume it can't hurt to support...
The `Crypto.verifySignature` method used to validate assertion signatures currently throws a very general exception if any `IllegalArgumentException` or `GeneralSecurityException` occurs in the process. It seems to me that this is...
Add an SPDX license file to make @pmonks happy, among other things :) Could be extended with more information that is optional as per the spec, for now it only...
This PR adds a couple new parameters to the application command endpoints, generally improves the way parameters are handled on the implementation side and fixes a bug in the `edit-...-command`...
This has been sitting around, finished as far as I can tell, for a few months, so I'll create a PR before I completely forget about it. This adds support...
`NmsClassLoader` currently just iterates over the contents of the plugin jar and only adjusts the classes contained there. This means that other JARs or classes in the classpath of the...
In addition to replacing the versions in nms and craftbukkit class names, this library could also take advantage of obfuscation maps and map the names of obfuscated classes, fields and...
This PR makes a few additions: - A new `NBTExtensions.kt` file that contains extension- and top level functions to work with NBT data - A `compileOnly` dependency on [compatre](https://github.com/johnnyjayjay/compatre) to...