[This is preliminary documentation and is subject to change.]
Mode of player name verification.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
public enum NameVerificationMode
Members
| Member | Value | Description |
|---|---|---|
| Never | 0 | Player names are not checked.
Any connecting player can assume any identity. |
| Balanced | 1 | 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. |
| Always | 2 | 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. |