It has been discussed, BYOND staff/Lummox (>_>) is simply on the hosts-should-be-in-full-control side.
What you can do is implement a remote control kinda administration system into your game, then if the host thinks he's smart banning you you can shut his server down and make him unable to host anymore. :D |
Problem: If the shared secret (the phrase) is discovered by a malicious user, they could wreak havoc.
Worse, anyone with the host files who knows how the system works could in theory figure out how to read all the strings from the DMB*, and from that guess which phrase is the shared secret (it would probably be fairly obvious). So a disgruntled host could seriously hurt you. Sure, you could ban them pre-emptively, but that's when they change their IP address and use an alternate key. Or get a friend to do it. Or even trick someone into doing it - there's gotta be at least one gullible player who will fall for the "if u say this in the game u will get gm verbs" ploy. *The DMB is encrypted of course, so you need to figure out the encryption scheme before you can read the strings, but it can be done. It has been done. |
While your method would be more efficient, it could fail. The latter is inconvenient, but fail-proof.