[This is preliminary documentation and is subject to change.]

Mode of player name verification.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public enum NameVerificationMode

Members

MemberValueDescription
Never0
Player names are not checked. Any connecting player can assume any identity.
Balanced1
Security balanced with usability. If normal verification fails, an additional check is done: If player has previously verified for his current IP and has connected at least twice before, he is allowed in.
Always2
Strict verification checks. If name cannot be verified, player is kicked and a failed login attempt is logged. Note that players connecting from localhost (127.0.0.1) are always allowed.

See Also