| Age | Commit message (Collapse) | Author |
|
Breaking on new builds, and not needed anyway
|
|
|
|
|
|
+ remove nimbus-jose-jwt library
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update supportedVersion
1.20
* Update BedrockConnect.java
* Update BedrockProtocol.java
* Update BedrockProtocol.java
* Update serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/utils/BedrockProtocol.java
Co-authored-by: Kai Michael Poppe <kmpoppe@users.noreply.github.com>
* Update .github/assets/supportedVersion
Co-authored-by: Kai Michael Poppe <kmpoppe@users.noreply.github.com>
---------
Co-authored-by: Kai Michael Poppe <kmpoppe@users.noreply.github.com>
|
|
|
|
Icon fix before would create a lot of Timer threads per user, this new way assigns one thread per user connection to re-use.
Commit also contains other various code cleanup.
|
|
|
|
If fetch featured IPs is off, then grab harcoded IP from file. Incase some setups would like to still specify this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pugmatt/dependabot/maven/serverlist-server/com.fasterxml.jackson.core-jackson-databind-2.12.7.1
Bump jackson-databind from 2.9.8 to 2.12.7.1 in /serverlist-server
|
|
Pugmatt/dependabot/maven/serverlist-server/net.minidev-json-smart-2.4.4
Bump json-smart from 2.4.1 to 2.4.4 in /serverlist-server
|
|
Pugmatt/dependabot/maven/serverlist-server/com.nimbusds-nimbus-jose-jwt-7.9
Bump nimbus-jose-jwt from 4.39.2 to 7.9 in /serverlist-server
|
|
|
|
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to 2.12.7.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
|
|
|
|
|
|
Bumps [gson](https://github.com/google/gson) from 2.5 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.5...gson-parent-2.8.9)
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.19 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.19...8.0.28)
---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
Getting errors from Protocol's end currently when trying to get form data
|