this post was submitted on 15 Nov 2024
9 points (90.9% liked)
Minetest community
611 readers
3 users here now
Minetest is an infinite-world block sandbox game and a game engine, inspired by Infiniminer, Minecraft and the like.
The community is about the great and open source sandbox game writed in Lua, Minetest.
Feel free to call players for a multiplayer game or publish your project of a mod and everthing related.
Download the game. Check out the wiki.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I personally don't play online servers for security reasons
It is all unencrypted on the transport layer plus there is a chance that server side modding could exploit a client
What? How easy can that be done? This is the first time I hear of this
Everything is unencrypted so anyone between you and the server can change or drop packets. Theoretically mods shouldn't be able to attack the client but they have quite a lot of control over the server and other mods.
The biggest threat to me is the unencrypted stream. The other issue is that mods may have security issues that allow a player to crash the server or do something nasty. Last time I checked there was some work being done to secure Minetest better but I don't know what the status is.
Interesting and frighteningly concerning =/
I have been playing and joining a ton of servers since I didn't know about this, I guess I'll have to re-think from ever doing it again, thanks for explaining and sharing that!
There is someone adding QUIC support to Minetest
https://github.com/minetest/minetest/issues/15261
Thank youu!! That's great news, I'll keep an eye so I know when it's safe to go joining any server like I was doing before.