Commit graph

8 commits

Author SHA1 Message Date
5dc61a0f12 feat: make OpaqueError FanctTrace more legible 2026-05-29 13:10:05 +02:00
0e2afd0772 feat: polish the OpaqueError get_span_trace function looks 2026-05-29 11:07:59 +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
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
f1c1b2c122 feat: improve packet::parse tracing 2025-12-07 12:16:28 +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
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