Commit graph

14 commits

Author SHA1 Message Date
a58024c192 fix: server_watcher don't use unwrap and use the external port quering the server 2026-01-13 13:32:26 +01:00
822330ef87 feat: add connection filters; and config struct;
also move sanitize_addr to mc_server module
2025-12-14 12:56:21 +01:00
1454945f32 feat: better looking motd, and kubernetes native motd handling 2025-12-11 23:16:05 +01:00
402e315a93 feat: use port value of handshake to determine where to route the data 2025-12-11 21:54:19 +01:00
2eb9adc61a feat: add some botched old address support 2025-12-11 02:26:08 +01:00
1d9d205d8c feat: gracefully handle status request, when server doesn't exist 2025-12-11 01:43:51 +01:00
0d5fec173d feat: gracefully handle servers, which could not be found with the addr 2025-12-11 01:10:58 +01:00
5bfff0a081 feat: add watcher which checks if the joined servers became empty and stops them 2025-12-10 23:10:37 +01:00
138429948a fix: reworked, but not renamed 2025-12-10 19:27:39 +01:00
2892cc3e7b feat: add abstraction for proxying logic + small fixes
and i dont wanna break this up into multiple commits.
2025-12-10 19:25:59 +01:00
7461b8ea30 fix: replace todo!() with Ok(()) 2025-12-06 20:04:14 +01:00
4cf3d5aea0 feat: add an Error type to Packet::parse
instead of error logging manually inside `parse`,
return a Result with a custom enum
2025-12-03 22:58:21 +01:00
fdb2f88c4a chore: incremental cleanups 2025-12-03 18:29:00 +01:00
b14d3b599d feat: server status protocol path implemented 2025-11-29 18:31:14 +01:00