dslake / WorldDownloader

Clones a Minecraft multiplayer world from a remote server to your singleplayer folder
http://www.minecraftforum.net/topic/1444862-
62 stars 19 forks source link

The Commit For Server Security #31

Closed Goblom closed 11 years ago

Goblom commented 11 years ago

Added saftey for servers that do not want maps downloaded @Vareide @Clankstar @jollyolbrits @OvercastNetwork @ItsHarry @lazertester

Some servers have maps that they do not want downloaded (Example: TheHives SG6). This commit allows server admins to be able to secure their maps and make sure they don't get released to the public unless they want them to.

The security is disabled by default and it requires the server admin to add one of the two codes below to their server.properties MOTD.

TODO

TheReverend403 commented 11 years ago

You sir, are a god.

drumming102 commented 11 years ago

We love you for this

Goblom commented 11 years ago

@james-gibson I have encountered both, so i added both, just in case.

Lunatrius commented 11 years ago

It doesn't really matter. Hexadecimal numbers a-f are case insensitive. 0xff is the same as 0xFF. Everything \uxxxx does is to insert the character with the code xxxx at that position.

dslake commented 11 years ago

Why would anyone want to install this version of the mod on their client? Putting this code in master is just asking someone to fork my project, remove the check and distribute their own binaries.