# RealChatServer configuration file
# RealChatServer.conf
# Visit http://rcsoft.net/ for details.
#
# Originally by Eugene Klein
#

# ServerName: The name of the server
ServerName RealChatServer

# ServerPort: The port the server listens to ( default is 8080 )
# 8080 is the standard web-cache port, is good to use it if there's no 
# web-cache or other service running on same machine, because many 
# proxy/firewalling software blocks all traffic other than standard services.
# You may choose any other port i.e. 6667 is the standard IRC port.
# If you modify it, you *must* also change the PORT parameter in the applet
# invocation page.

ServerPort 8080

# HelloMessage: Welcome message. 
# This is sent to clients when they log in.
HelloMessage Welcome to my RealChat server!

# ConsoleLog: Console logging ( default is off )
# When set to on all activity ( messages, people enterning and leaving, etc. )
# is printed out on the console. On UNIX machines it's useful to redirect the
# server's output to a separate tty so you can monitor it. 
# See readme.txt for details.
ConsoleLog on

# FileLog: File logging ( log files grow big, so default is off )
FileLog off

# AbuseLog: Logs suspicious actions ( telnet connections etc. )
AbuseLog on

# BaseURL: When set the server accepts connections only from users loading the 
# applet from the specified URL.
#BaseURL http://yoursite.com/chat/login.html

# EmotionsFile: Predefined emotions file to load at startup.
EmotionsFile RealChatEmotions.conf

# DropTimeout: Seconds to keep a client alive
DropTimeout 100

# BanTimeout: How long the banned address is disabled. ( minutes )
BanTimeout 15

# FloodCheck: Detects and kicks out users flooding the chat
FloodCheck on

# AdministratorPassword: OperatorPassword: 
# Passwords are entered in the client applet chat area this way: 
# '__PASS:1029' [enter] - client gains administrator's permissions.
# Uncomment the fillowing 2 lines to enable administrative manager functions.
#AdministratorPassword 1029
#OperatorPassword 3847

# RoomName: RoomTopic: Initial room list the server starts with.
# NB: In the evaluation version the server is limited to one room only.
RoomName Main
RoomTopic This is the main room

# BadRoom: The room where misbehaved users are sent by private room owner kick.
# It must be a valid room name for the server.
BadRoom Main