From the NannyMUD documentation
2007-01-25
access_bypassd - A daemon to bypass IP address restrictions
This daemon keeps of player names where an admin has granted permission to bypass IP address restrictions for the next 30 minutes.
allow_bypass add_bypass
NAME
allow_bypass - Check if bypass is enabled for a player.SYNTAX
int allow_bypass(string name)DESCRIPTION
Returns 1 if /secure/login.c should ignore ip address restrictions for this player. Called by /secure/login.c.
FUNCTION
NAME
add_bypass - Enable bypass for a player.SYNTAX
void add_bypass(string name)DESCRIPTION
Adds the name to the bypass list. Security functions guard and confirm that the interactive player is an admin, and that the player to be added to the bypass list: 1/ exists, and 2/is not an admin. This builds a list of objects that wishes to get a callback when the named player enters/exits the game. The functions called in the object 'where' are 'login_callback' and 'logout_callback', with three arguments: the player object, the name and the data. Called by /local/admintool.c, or an admin using patch.