From the NannyMUD documentation

LAST CHANGE

2007-01-25

NAME

        access_bypassd - A daemon to bypass IP address restrictions

DESCRIPTION

        This daemon keeps of player names where an admin has granted
        permission to bypass IP address restrictions for the next 
        30 minutes.

FUNCTIONS

OTHER FUNCTIONS

        allow_bypass
        add_bypass

FUNCTION


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.