Releases: dmitrymodder/minewire
Release list
Minewire Server v.26.7.2
Added upstream proxy support.
For example, this allows you to use WARP by including the following in your server.yaml file:
upstream_socks5: "127.0.0.1:40000"
Minewire Server v.26.7.1
Improvements in realism.
What's new:
- Two tunnel modes have been added:
Fast (default) — maximum speed
Realistic — improved stealth. Traffic has been slowed down.
- Improved player simulation:
getSecureRandomInt fixed (now uses 4 bytes + sample rejection)
Independent player position update for 2 seconds
More natural movement and chunk coordinates
- Protocol and stability improvements:
More accurate and independent KeepAlive/TimeUpdate/Motion timers
Correct goroutine termination when closing a session
Improved buffering and packet handling
- Config updated:
New parameters: mode, real_bandwidth_kb, real_burst_kb
Expanded support for nicknames in passwords
Usage recommendations:
Fast mode is recommended for most use cases. Switch to realistic settings if you notice suspicious activity or are working in a more restrictive censorship environment.
Minewire Server v.26.2.1
Minor buffer optimization improvements.
Previously, the app processed all packets, even the smallest ones, individually. A new behavior has been implemented whereby small packets are collected in a buffer before being sent.
This should improve the performance of services that send many small packets at once, such as media files on Telegram and comments on TikTok.