Add CHECK_PLNAME to sysconf
Setting CHECK_PLNAME to 1 makes WIZARDS, EXPLORERS, and SHELLERS check the player name instead of the user's login name. This is mostly useful for public servers which have external login system and don't create user accounts for players.
This commit is contained in:
@@ -3276,6 +3276,10 @@ SEDUCE
|
||||
0 or 1 to disable or enable, respectively, the SEDUCE option (see the source
|
||||
for details on this function).
|
||||
.lp
|
||||
CHECK_PLNAME
|
||||
Setting this to 1 will make the EXPLORERS, WIZARDS, and SHELLERS check
|
||||
for the player name instead of the user's login name.
|
||||
.lp
|
||||
CHECK_SAVE_UID
|
||||
0 or 1 to disable or enable, respectively, the UID checking for savefiles.
|
||||
.pg
|
||||
|
||||
@@ -3905,6 +3905,10 @@ A string explaining how to recover a game on this system (no default value).
|
||||
0 or 1 to disable or enable, respectively, the SEDUCE option (see the source)
|
||||
for details on this function.
|
||||
%.lp
|
||||
\item[\ib{CHECK\verb+_+PLNAME}]
|
||||
Setting this to 1 will make the EXPLORERS, WIZARDS, and SHELLERS check
|
||||
for the player name instead of the user's login name.
|
||||
%.lp
|
||||
\item[\ib{CHECK\verb+_+SAVE\verb+_+UID}]
|
||||
0 or 1 to disable or enable, respectively, the UID checking for savefiles.
|
||||
\elist
|
||||
|
||||
@@ -179,6 +179,8 @@ X11: enable a scroll bar in menu windows
|
||||
X11: support pre-selected entries in menu windows
|
||||
X11: make the extended command menu be easier to use and look a little nicer
|
||||
X11: make the getline text entry widget display a bigger text entry area
|
||||
unix: add CHECK_PLNAME-option to sysconf to make WIZARDS, EXPLORERS, and
|
||||
SHELLERS check player name instead of user's login name
|
||||
|
||||
|
||||
General New Features
|
||||
|
||||
Reference in New Issue
Block a user