Contains all communication services with the server.
The client daemon is responsible for handling all communication requests
from the running client processes.
It also has a message receiving thread running which handles all incoming
messages from the server and then calls the opproriate handling proces, which
previously registered itself.
All clientside operations are identical to the serverside operation.
@see quest.server.net for more information
@author Merijn Evertse