Commit graph

26 commits

Author SHA1 Message Date
1e281cf61f chore: rename things to be more to my liking
All checks were successful
/ build (push) Successful in 8m18s
2026-06-15 22:00:44 +02:00
0439f362dd feat: add support for setting multiple address
I did it like this, due to the fact that it would have been a pain
to work out syntax for labels.
So I moved the url to annotations
2026-06-15 21:58:57 +02:00
29ff12f115 feat: handle SIGTREM
All checks were successful
/ build (push) Successful in 2m56s
2026-06-08 17:02:34 +02:00
3f8fb4a01f fix: docker-image would not build due to syntax mistake
All checks were successful
/ build (push) Successful in 5m25s
2026-06-08 01:00:37 +02:00
46c3a994c6 feat: impement kube manifest caching in kube_cache, also fix Server to request data from the cache, instead of saving it
All checks were successful
/ build (push) Successful in 6m33s
2026-06-07 16:03:44 +02:00
750e8dcbf0 feat: move start_watch into trait definition, to do that use async_traits
Some checks failed
/ build (push) Has been cancelled
2026-06-04 19:31:20 +02:00
8a7c3f5203 chore: add constant for lables used in kubernetes 2026-06-04 16:47:29 +02:00
8da0f78696 feat: handle internall address differntly if running inside a cluster 2026-06-03 23:27:42 +02:00
b5f9c5e81c fix: could not initilaize kube-rs inside cluster, should infer config now
All checks were successful
/ build (push) Successful in 5m1s
2026-06-03 13:25:14 +02:00
0e2afd0772 feat: polish the OpaqueError get_span_trace function looks 2026-05-29 11:07:59 +02:00
1bce912a1a feat: polish logging if the server is unavailable 2026-05-29 10:42:24 +02:00
ee7a05152e feat: cleaner logging
- less clutter with unusable `span` info (on my personal preference)
- less errors logged when being scanned (ex.: after status response
    don't log errors with ping packets, scanners usually close
    the connection)
- implemented more detailed OpaqueError fields
    - `tracing::Level`
    - error `kind`
2026-05-28 18:00:29 +02:00
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
3dcf2f03a8 fix: server_watcher pool JoinHandles and check them 2025-12-12 02:54:28 +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
6c56b9e0e3 fix: modded(neoforge 1.20.1) address string handling 2025-12-11 16:41:13 +01:00
2eb9adc61a feat: add some botched old address support 2025-12-11 02:26:08 +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
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
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
6021bb05f1 feat: handle login and scaling up deployments 2025-12-01 20:03:23 +01:00
b14d3b599d feat: server status protocol path implemented 2025-11-29 18:31:14 +01:00