noita_entangled_worlds/noita-proxy
benaryorg 1bc016a84f
noita-proxy: socketaddr binding via --host
This allows binding to arbitrary IP addresses (`[2001:db8::1]:12345`, `203.0.113.1:12345`) while still providing compatibility to the previous behaviour of binding to a port on IPv4 only.
The only non-compatible change is that when providing neither a valid `SocketAddr` nor a valid port the code will now err out instead of defaulting to a default port to avoid silently discarding arguments or invalid configurations.
As a result `--host --exe-path` will now fail as `--exe-path` is not a valid address or port.

Minor changes:

- some practically infallible parsing (`Ipv4Addr::UNSPECIFIED`) has also been replaced by infallible typing avoiding unnecessary `unwrap()`s
- typos

Fixes #389

Signed-off-by: benaryorg <binary@benary.org>
2025-06-16 12:25:01 +00:00
..
assets translated more strings for russian 2025-05-19 15:38:03 +03:00
src noita-proxy: socketaddr binding via --host 2025-06-16 12:25:01 +00:00
tangled bump rust edition, and some formatter changes, still no build 2025-02-20 18:22:39 -05:00
.gitignore Automated commit: v0.21.4 2024-08-23 12:51:53 +03:00
build.rs Added icon and metadata to windows exe. 2024-07-01 21:23:16 +03:00
Cargo.lock Automated commit: v1.5.4 2025-06-02 11:51:31 +03:00
Cargo.toml Automated commit: v1.5.4 2025-06-02 11:51:31 +03:00
Cross.toml Build with older glibc on linux 2024-06-11 11:16:44 +03:00
notplayer.png add notplayer icon to map 2025-03-11 16:00:32 -04:00