summaryrefslogtreecommitdiff
path: root/conf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'conf.txt')
-rwxr-xr-xconf.txt29
1 files changed, 12 insertions, 17 deletions
diff --git a/conf.txt b/conf.txt
index 936af92..9ca66d4 100755
--- a/conf.txt
+++ b/conf.txt
@@ -17,11 +17,10 @@
# server specific configurations ( not allowed to be removed ):
HTMLTEMP="html/"; # directory of the html-template files.
-THRDPOOL="50"; # thread pool size.
-THRDQUEU="50"; # length of the thread pool queue.
-SRVRPORT="3000"; # local port on which the server listens.
+THRDPOOL="5"; # thread pool size.
+THRDQUEU="5"; # length of the thread pool queue.
+SRVRPORT="2000"; # local port on which the server listens.
STRDROOM="Lounge"; # the name of the standard room.
-LANGUAGE="en"; # language of the chat outputs ( CONSOLE OUTPUT IS NOT AFFECTED )
# the html template file which will be send if the requested file does not exists.
NOTFOUND="notfound.html";
@@ -30,22 +29,18 @@ STARTMPL="index.html";
# user's standard nick color.
USERCOL1="#FFFFFF";
-# length of the generated session id
-SESSION_LENGTH="32";
+# superuser level names. level 0 has the most provileges.
+SULEVEL0="Coder"; # programmer.
+SULEVEL1="Admin"; # administrator.
+SULEVEL2="Magic"; # super user with special privileges.
+SULEVEL3="Super"; # temporary super user.
+SULEVEL4="Basic"; # normal user without special privileges.
+SULEVEL5="Guest"; # guest user, has almost no privileges.
+SULEVEL6="Restr"; # a very restricted user.
+SULEVEL7="Outbn"; # banned out of the system.
# html = "OFF" strips all html tags from incoming messages
HTML="OFF";
-
-# Logging
-
-# relative or absolute path to logfile
-ACCESS_LOG="log/access_log";
-
-# we're using buffered logging for performance
-# LOG_LINES specifies after how many lines the log is flushed into a file
-# if you don't want buffered logging set LOG_LINES to 1
-LOG_LINES="10";
-
# values which are used by the html-templates and are not sticked within the yC++ core source!
GRAPHICS="http://paul.buetow.info/yChat"; # url for graphic files etc.
PGETITLE="yChat++ Basic - Fast Simple Extensible";