|
0ea69f86f9
|
add dns records to the server response
|
2024-04-10 16:21:07 +01:00 |
|
|
d156d2cb3b
|
cleanup tests
|
2024-04-10 14:44:05 +01:00 |
|
|
8f1bc67596
|
fix tests
|
2024-04-10 14:41:26 +01:00 |
|
|
de338fed82
|
add blocked server test
|
2024-04-10 14:39:12 +01:00 |
|
|
9d846dec1d
|
changed blocked key blocked server on blocked server endpoint
|
2024-04-10 14:37:39 +01:00 |
|
|
c9a4e2d4ea
|
add missing fields in ForgeData
|
2024-04-10 14:35:16 +01:00 |
|
|
b26d5aa67f
|
support 1.7 servers
|
2024-04-10 14:32:19 +01:00 |
|
|
795c97401c
|
add more data to the java server pinger
|
2024-04-10 14:24:55 +01:00 |
|
|
cd3738a2b9
|
add legacy forge mod and new forge mod support
|
2024-04-10 14:03:35 +01:00 |
|
|
63a3587586
|
add mods and plugins to server response
|
2024-04-10 13:24:56 +01:00 |
|
|
28cd7f192d
|
add skin part caching
|
2024-04-10 12:41:35 +01:00 |
|
|
3790d4a312
|
change how the port is fetched from the hostname and lowered the timeout for server pings
|
2024-04-10 12:26:47 +01:00 |
|
|
7855b5bcca
|
yes!
|
2024-04-10 12:17:27 +01:00 |
|
|
b1bcaad8dc
|
use originalId on PlayerService#usernameToUuid
|
2024-04-10 12:16:24 +01:00 |
|
|
2ff9122a99
|
fix
|
2024-04-10 12:14:58 +01:00 |
|
|
cee9cfe01c
|
fix
|
2024-04-10 12:13:04 +01:00 |
|
|
0b8c3cbc83
|
fix depends
|
2024-04-10 12:11:23 +01:00 |
|
|
48c9b66fd1
|
fix depends
|
2024-04-10 12:09:58 +01:00 |
|
|
11079ea572
|
update hostnameAndPort to be hostname
|
2024-04-10 12:08:12 +01:00 |
|
|
2ba9651161
|
add bedrock server support
|
2024-04-10 11:55:58 +01:00 |
|
|
5ad2f438d1
|
add server banned status and blocked endpoint
|
2024-04-10 11:39:17 +01:00 |
|
|
23bcb1d76e
|
fix produces for server icon endpoint
|
2024-04-10 11:09:39 +01:00 |
|
|
c8c4c8ad3e
|
cleanup swagger docs
|
2024-04-10 11:09:09 +01:00 |
|
|
78c3333038
|
add ServerController tests
|
2024-04-10 11:06:28 +01:00 |
|
|
146cc30413
|
update download image docs
|
2024-04-10 10:54:06 +01:00 |
|
|
e26a34fb74
|
fix Dockerfile
|
2024-04-10 10:51:16 +01:00 |
|
|
c0c4e32809
|
use version from the pom
|
2024-04-10 10:48:15 +01:00 |
|
|
cb7c2e162f
|
add an option to download the image instead of viewing it
|
2024-04-10 10:45:17 +01:00 |
|
|
ac8b2e4b74
|
fix index.html
|
2024-04-10 10:40:00 +01:00 |
|
|
50d4b2df86
|
add more logging to the PlayerService and ServerService
|
2024-04-10 10:36:31 +01:00 |
|
|
50ae9b47be
|
cleanup
|
2024-04-10 10:26:41 +01:00 |
|
|
3bd0ea3838
|
add better swagger docs with examples
|
2024-04-10 10:26:24 +01:00 |
|
|
708ccc294d
|
fix wrong url being used for swagger
|
2024-04-10 10:09:34 +01:00 |
|
|
67ada952ca
|
update ci
|
2024-04-10 09:56:14 +01:00 |
|
|
3e2bcbe922
|
add readme and update ci
|
2024-04-10 09:53:58 +01:00 |
|
|
8990a6308a
|
add swagger
|
2024-04-10 09:51:31 +01:00 |
|
|
d959169f0b
|
remove server debug
|
2024-04-10 09:32:56 +01:00 |
|
|
2e58d9c925
|
add mojang api rate limit error
|
2024-04-10 09:30:35 +01:00 |
|
|
330c3efc78
|
add more to the server response
|
2024-04-10 09:19:02 +01:00 |
|
|
c7fe26ef8f
|
add server example to main page
|
2024-04-10 08:34:43 +01:00 |
|
|
d525d343e4
|
fix indicate that the server was not in the cache
|
2024-04-10 08:28:25 +01:00 |
|
|
b011fdbede
|
indicate that the server and player was not in the cache
|
2024-04-10 08:24:25 +01:00 |
|
|
3a3a2e223f
|
don't return the cache id for servers
|
2024-04-10 08:21:52 +01:00 |
|
|
2f09b55f33
|
update ci
|
2024-04-10 08:20:23 +01:00 |
|
|
1255cbbcd4
|
fix ci
|
2024-04-10 08:16:51 +01:00 |
|
|
f3522287fc
|
fix test
|
2024-04-10 08:13:50 +01:00 |
|
|
fcb8ef0357
|
add server pinger
|
2024-04-10 07:43:38 +01:00 |
|
|
25c69e11e1
|
add server pinger
|
2024-04-10 07:43:13 +01:00 |
|
|
ed3b7e3064
|
Merge pull request 'Add very basic Java MC server impl' (#1) from Rainnny/minecraft-helper:master into master
Reviewed-on: Fascinated/minecraft-helper#1
|
2024-04-09 05:52:00 +00:00 |
|
|
e1ffc2cdb4
|
remove copyright
|
2024-04-09 01:47:54 -04:00 |
|