Guestcodes Version 0.3 README
-----------------------------

Guestcodes is a Palace Server plugin that assigns Guests a temporary
registration code and PUID using an algorithm, and allows guests to
use the member room feature without the errors or confusion that can
result when unregistered users make and operate a member created room.
The temporary registration code is session based, and will not carry
over to other servers. In addition, Guestcodes also prevents Guests
from gaining operator access, which fixes a potential security breach.
It will auto-kick any Guest for a period of ten minutes if they try to
gain operator access three consecutive times.



Installation
------------

The following installation instructions assume that the Palace server
has been installed in /usr/local/palace.

Guestcodes is a standard Palace server plugin. It is installed by
placing the plugin file, guestcodes.so, in the Palace binary folder,
/usr/local/palace/bin, and adding the following line to the plugin
configuration file, /usr/local/palace/<palace-name>/psdata/plugin.conf

../bin/guestcodes.so
