timvisee
|
72d58f051f
|
Bump version to 0.2.8
|
2023-01-30 19:07:40 +01:00 |
|
timvisee
|
cc2061ad7d
|
Fix build failure on Windows
|
2023-01-30 18:40:43 +01:00 |
|
timvisee
|
aa1a74682e
|
Fix incorrect state after unfreezing process
|
2023-01-30 18:18:28 +01:00 |
|
timvisee
|
835ca62c06
|
Change default protocol version to 1.19.3 (761)
|
2023-01-30 18:08:23 +01:00 |
|
timvisee
|
4b1857f48d
|
Don't disable process freeze in config on Windows, simply ignore setting
|
2023-01-30 17:57:49 +01:00 |
|
timvisee
|
bc7bd908f6
|
Fix process freezing not working when rcon is enabled
|
2023-01-30 17:54:20 +01:00 |
|
timvisee
|
a3fef88eac
|
Don't use deprecated base64 method
|
2023-01-30 17:42:02 +01:00 |
|
[object Object]
|
5ef7c54ec6
|
Implement suggested changes
|
2023-01-25 14:45:15 -08:00 |
|
[object Object]
|
2e6551b009
|
Merge remote-tracking branch 'upstream/master'
|
2023-01-22 16:49:32 -08:00 |
|
timvisee
|
0e4d18e9f6
|
Update clap dependency
|
2023-01-11 12:44:00 +01:00 |
|
[object Object]
|
0ac9a07c93
|
add a todo here because it isn't an ideal solution
|
2022-12-30 13:32:39 -08:00 |
|
[object Object]
|
540137b93e
|
disable freeze_process on windows
|
2022-12-30 13:32:11 -08:00 |
|
[object Object]
|
05dfd19d80
|
Implement config handling
|
2022-12-30 13:17:04 -08:00 |
|
[object Object]
|
f02217abd3
|
Update version number (should be 1 above current release)
Also update deps
|
2022-12-30 13:10:14 -08:00 |
|
[object Object]
|
3185ca855c
|
Add config option for process freezing
|
2022-12-30 13:09:07 -08:00 |
|
[object Object]
|
2c43446ed0
|
Error handling and logging
|
2022-12-28 14:37:08 -08:00 |
|
[object Object]
|
f7fe00aa50
|
Add nix crate, use it for signaling
|
2022-12-28 14:24:21 -08:00 |
|
[object Object]
|
d46f8375c7
|
Fix server infinitly stopping
|
2022-12-28 12:40:09 -08:00 |
|
[object Object]
|
bd9f81f1f0
|
It would be a good idea to actually start the server
|
2022-12-28 12:29:17 -08:00 |
|
[object Object]
|
b561351a2a
|
Scuffed code, not tested yet
|
2022-12-28 12:18:43 -08:00 |
|
[object Object]
|
d3cb880dd0
|
cargo clippy is angry
|
2022-12-28 12:03:00 -08:00 |
|
[object Object]
|
716cd48eac
|
Add SIGSTOP and SIGCONT functions, fix some docs stuff
|
2022-12-28 12:00:32 -08:00 |
|
timvisee
|
6e8ff5b1b3
|
Update dependencies
|
2021-12-13 17:03:27 +01:00 |
|
timvisee
|
fba581d4bd
|
Update default Minecraft version to 1.18.1
|
2021-12-13 17:00:43 +01:00 |
|
timvisee
|
d7b601d6e3
|
Bump version to 0.2.6
|
2021-11-28 22:20:20 +01:00 |
|
timvisee
|
5b5a2bf8ae
|
Only use wake whitelist if enabled in server.properties
|
2021-11-28 22:00:59 +01:00 |
|
timvisee
|
c477e45553
|
Add server whitelist support, use generic server files watcher to reload
|
2021-11-28 21:45:52 +01:00 |
|
timvisee
|
a1324d22a7
|
Various fixes and improvements
|
2021-11-25 14:41:43 +01:00 |
|
timvisee
|
a500f50064
|
Use probed server settings in lobby join game packet
|
2021-11-25 14:36:50 +01:00 |
|
timvisee
|
4ef1481f2b
|
Fix unsupported dimension data in lobby, use proper default world name
|
2021-11-25 14:21:29 +01:00 |
|
timvisee
|
addfb1c135
|
Don't use lobby join method if server isn't probed yet when required
|
2021-11-25 14:20:58 +01:00 |
|
timvisee
|
956c428251
|
Add compile time feature compatibility check, remove from build.rs
|
2021-11-25 14:00:59 +01:00 |
|
timvisee
|
e7d2c6f64c
|
Resolve clippy warnings
|
2021-11-25 13:39:52 +01:00 |
|
timvisee
|
084c3c5f8b
|
Fix compilation error
|
2021-11-25 13:27:44 +01:00 |
|
timvisee
|
00b6cddd78
|
Change ban list reload log message from info to debug
|
2021-11-25 12:59:51 +01:00 |
|
timvisee
|
b8744aaf57
|
Fix protocol versions being handled incorrectly
|
2021-11-25 12:59:51 +01:00 |
|
timvisee
|
51d3ecf148
|
Report online mode error if lobby receives server encryption request
|
2021-11-25 12:59:51 +01:00 |
|
timvisee
|
75c7a09249
|
Handle unrecognized login plugin requests messages in lobby
|
2021-11-25 12:59:50 +01:00 |
|
timvisee
|
f6d60318e8
|
Support Minecraft v1.16.3 to v1.17.1 in lobby and probe logic
|
2021-11-25 12:59:50 +01:00 |
|
timvisee
|
b404ab0a87
|
Support multiple Minecraft protocol versions in lobby and probe logic
|
2021-11-25 12:59:50 +01:00 |
|
timvisee
|
cf6bd526d9
|
Dynamically build lobby dimension from probed server dimension codec
|
2021-11-25 12:59:48 +01:00 |
|
timvisee
|
f513957bff
|
Add config option to enable server probing on start
|
2021-11-25 12:59:32 +01:00 |
|
timvisee
|
9b1f2a7011
|
Probe server on lazymc start to get up-to-date server details for Forge
|
2021-11-25 12:59:32 +01:00 |
|
timvisee
|
e23a61ab0f
|
Replay client handshake when lobby connects to real server
|
2021-11-25 12:59:31 +01:00 |
|
timvisee
|
6b23490919
|
Resolve clippy warnings
|
2021-11-24 14:02:08 +01:00 |
|
timvisee
|
3271db1cb3
|
Resolve compile warning
|
2021-11-24 13:55:23 +01:00 |
|
timvisee
|
cf0e3ef15b
|
Make server directory relative to configuration file directory
|
2021-11-24 13:53:38 +01:00 |
|
timvisee
|
aebb5563e0
|
Only send status response favicon to client versions that support it
|
2021-11-24 13:27:42 +01:00 |
|
timvisee
|
20fb6ee715
|
Always include favicon in status response, fall back to default icon
See https://github.com/timvisee/lazymc/issues/11#issuecomment-977814539
|
2021-11-24 13:20:49 +01:00 |
|
timvisee
|
eb66265670
|
Handle SIGTERM exit code as successful
|
2021-11-23 13:00:10 +01:00 |
|