diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:49 +0200 |
| commit | 5ecef758a2826bd28dd0676940cd12ef6792126f (patch) | |
| tree | 94454ed763dfbaf902eef267e1dcef0b30a0db4c /conf.txt | |
| parent | 5a019f435eb0068b524566d9babf172d58d0e96e (diff) | |
tagging ychat-0.4ychat-0.4
Diffstat (limited to 'conf.txt')
| -rwxr-xr-x | conf.txt | 25 |
1 files changed, 17 insertions, 8 deletions
@@ -11,15 +11,15 @@ # all lines which do not contain a semicolon and at least two quotes # or start with a # will be ignored. # -# greets, paul c. buetow ( snooper at ychat dot org ); +# greets, paul c. buetow ( snooper@ychat.org ); # # server specific configurations ( not allowed to be removed ): HTMLTEMP="html/"; # directory of the html-template files. -THRDPOOL="1"; # Initial pool size. -THRDPMAX="52"; # Max thread pool size -SRVRPORT="3000"; # local port on which the server listens. +THRDPOOL="50"; # thread pool size. +THRDQUEU="50"; # 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 ) @@ -30,8 +30,18 @@ STARTMPL="index.html"; # user's standard nick color. USERCOL1="#FFFFFF"; +# 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. + # length of the generated session id -SESSION_LENGTH="32"; +SESSION_LENGTH="64"; # html = "OFF" strips all html tags from incoming messages HTML="OFF"; @@ -39,8 +49,7 @@ HTML="OFF"; # Logging # relative or absolute path to logfile -ACCESS_LOG="log/access_log"; - +ACCESS_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 @@ -48,7 +57,7 @@ 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 0.5.2-LEGACY - Fast Simple Extensible"; +PGETITLE="yChat++ Basic - Fast Simple Extensible"; # do not edit beyond this line |
