summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:47 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:47 +0200
commitd4c9f10efe815af146438cafb694d16da0e5650a (patch)
tree93956195c448768b2d58892cb672bee36a6a6463 /etc
parentee315a27b72dc967a8a90f132725b7c8e4fd9fba (diff)
tagging ychat-0.7.0ychat-0.7.0
Diffstat (limited to 'etc')
-rw-r--r--etc/ychat.conf96
1 files changed, 17 insertions, 79 deletions
diff --git a/etc/ychat.conf b/etc/ychat.conf
index b611678..29be334 100644
--- a/etc/ychat.conf
+++ b/etc/ychat.conf
@@ -1,13 +1,9 @@
-<?xml version="5.0" encoding="ISO-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<category name="chat">
<option name="defaultop">
<value>Snoop</value>
<descr>The default user which has operator status</descr>
</option>
- <option name="enableguest">
- <value>true</value>
- <descr>Is set to true if guest chatters are allowed. If database support is disabled this option HAS to be enabled otherwise no login will work because all chatter are treated as guests if there is no database!</descr>
- </option>
<option name="defaultrang">
<value>3</value>
<descr>The default user rang/status</descr>
@@ -40,18 +36,12 @@
<option name="version">
<value>3</value>
</option>
- <option name="compopt">
- <value>3</value>
- </option>
<option name="s">
<value>3</value>
</option>
<option name="msg">
<value>3</value>
</option>
- <option name="users">
- <value>3</value>
- </option>
<option name="me">
<value>3</value>
</option>
@@ -64,9 +54,6 @@
<option name="getroom">
<value>3</value>
</option>
- <option name="morph">
- <value>3</value>
- </option>
<option name="away">
<value>3</value>
</option>
@@ -85,7 +72,7 @@
</category>
<category name="database">
<option name="mincon">
- <value>2</value>
+ <value>9</value>
<descr>The amount of database connections which will be created at yChat startup</descr>
</option>
<option name="maxcon">
@@ -97,7 +84,7 @@
<descr>Seconds of idling after a database connection will be closed. Will be checked once each minute</descr>
</option>
<option name="serverhost">
- <value>localhost</value>
+ <value>fibonacci.exa-ds.com</value>
<descr>Specifies hostname oder ip address of the MySQL database server</descr>
</option>
<option name="user">
@@ -105,7 +92,7 @@
<descr>Specifies the MySQL username</descr>
</option>
<option name="password">
- <value>hahaha</value>
+ <value>yctest</value>
<descr>Specifies the MySQL password</descr>
</option>
<option name="dbname">
@@ -136,10 +123,6 @@
</category>
</category>
<category name="maxlength">
- <option name="word">
- <value>50</value>
- <descr>Maximum length of a word inside a chat message. The word will be seperate by a blank if exceeded</descr>
- </option>
<option name="message">
<value>500</value>
<descr>Maximum length of a chat message</descr>
@@ -172,14 +155,8 @@
</option>
</category>
<category name="msgs">
- <option name="userlist">
- <value>List of logged in users: </value>
- </option>
- <option name="system">
- <value>Global system message: </value>
- </option>
<option name="servertime">
- <value>The server system time: </value>
+ <value>The server system time:</value>
</option>
<option name="guest">
<value>This person is a guest chatter!</value>
@@ -190,9 +167,6 @@
<option name="userrenamesroom">
<value> renames the room into </value>
</option>
- <option name="usermorphs">
- <value> morphs his name into </value>
- </option>
<option name="optionschanged">
<value>Your options have been changed!&lt;br&gt;&lt;br&gt;</value>
</option>
@@ -221,25 +195,25 @@
<value> sets command status</value>
</option>
<option name="setmodeaway">
- <value> sets mode away</value>
+ <value> sets mode away:</value>
</option>
<option name="setmodefake">
<value>Fake modus acticated!</value>
</option>
<option name="setmodeinvisible">
- <value>Invisible modus activated!</value>
+ <value>Invisible modus deactivated!</value>
</option>
<option name="topic">
<value> changes the topic to:</value>
</option>
<option name="topiccut">
- <value>The topic you have choosen was too long and has been cut!</value>
+ <value>The topic you|ve choosen was too long and has been cut!</value>
</option>
<option name="topicdelete">
<value> deletes the topic of the room.</value>
</option>
<option name="unsetmodeaway">
- <value> is back </value>
+ <value> is back</value>
</option>
<option name="unsetmodefake">
<value>Fake modus deactivated!</value>
@@ -248,7 +222,7 @@
<value>Invisible modus deactivated!</value>
</option>
<option name="uptime">
- <value>yChat uptime: </value>
+ <value>yChat uptime:</value>
</option>
<option name="userautoawaytimeout">
<value> has been set to away (auto away)</value>
@@ -284,9 +258,6 @@
<value>Whispered to </value>
</option>
<category name="help">
- <option name="all">
- <value>Writes a global system message into all available rooms. Usage: /all MESSAGE</value>
- </option>
<option name="away">
<value>Sets mode away. Usage: /away AWAYTEST</value>
</option>
@@ -302,9 +273,6 @@
<option name="getrusage">
<value>Shows informations describing the resources utilized by the yChat process. Usage: /getrusage</value>
</option>
- <option name="about">
- <value>Gets some usefull and interesting infos about NICK. Usage: /about NICK</value>
- </option>
<option name="help">
<value>Shows help text for a specific command. Usage: /help chatcommand</value>
</option>
@@ -320,9 +288,6 @@
<option name="m">
<value>Writes the text italic (two colors). Usage: /m ACTION</value>
</option>
- <option name="morph">
- <value>Morphes your current nick into MORPHNICK. This command is used to change the upper and lower case letters of your current nick. Usage: /morph MORPHNICK</value>
- </option>
<option name="md5">
<value>MD5 hashes SOME STRINGS with SALT. Usage: /md5 SOME STRINGS SALT</value>
</option>
@@ -335,9 +300,6 @@
<option name="version">
<value>Shows the version of the running yChat server. Usage: /version</value>
</option>
- <option name="compopt">
- <value>Shows some options of the compiler being used to build this yChat version. It also shows the current systen architecture and operating system as well as the yChat build number. Usage: /compopt</value>
- </option>
<option name="q">
<value>Leaving the chat. Usage: /q</value>
</option>
@@ -359,9 +321,6 @@
<option name="uptime">
<value>Shows the yChat uptime. Usage: /uptime</value>
</option>
- <option name="users">
- <value>Shows currently logged in users. Usage: /users</value>
- </option>
<option name="s">
<value>Screams the TEXT. Usage: /s TEXT</value>
</option>
@@ -394,18 +353,12 @@
<option name="messagelength">
<value>Your message was too long and has been shortened!</value>
</option>
- <option name="morphnick">
- <value>Your morph nick needs to be the same like your current nick, only up- and lowercase letters are allowed to differ!</value>
- </option>
<option name="nicklength">
<value>Your nick is too long!&lt;br&gt;&lt;br&gt;</value>
</option>
<option name="nonick">
<value>You need to specify a nickname!&lt;br&gt;&lt;br&gt;</value>
</option>
- <option name="noguest">
- <value>Guest chatting is currently disabled. Please use a registered nick!</value>
- </option>
<option name="noroom">
<value>You have to enter a valid room name!&lt;br&gt;&lt;br&gt;</value>
</option>
@@ -434,7 +387,7 @@
<value>Your room name too long!&lt;br&gt;&lt;br&gt;</value>
</option>
<option name="wrongcommandusage">
- <value>Wrong command usage. Please read the help site or type /help commandname!</value>
+ <value>Wrong command usage. Please read the help site!</value>
</option>
<option name="wrongpassword">
<value>The nickname you have selected already exists in the user database and you have entered a wrong password!&lt;br&gt;&lt;br&gt;</value>
@@ -482,18 +435,10 @@
<value>false</value>
<descr>If set to false, yChat strips all html tags from incoming messages</descr>
</option>
- <option name="ghost">
- <value>size="1" color="#999999"</value>
- <descr>Specifies the font-parameters for the nick name if the user is a ghost chatter</descr>
- </option>
<option name="errorcolor">
<value>FF0000</value>
<descr>Specifies the standard error message color</descr>
</option>
- <option name="sysmsgcolor">
- <value>FF0000</value>
- <descr>Specifies the standard system message color</descr>
- </option>
<option name="onlinebefore">
<value>&lt;tr&gt;&lt;td&gt;</value>
<descr>HTML-Tags which will be placed before each nickname in the user online frame</descr>
@@ -563,7 +508,7 @@
<descr>Specifies the relative or absolute path to the directory of the room log files</descr>
</option>
<option name="roomloglines">
- <value>20</value>
+ <value>10</value>
<descr>Number of room log lines which will be buffered in the main memory until they will be written into the file</descr>
</option>
</category>
@@ -592,16 +537,12 @@
</option>
</category>
<category name="thread">
- <option name="initpoolsize">
- <value>1</value>
- <descr>Initial number of threads running at the same time. If all threads are used, the pool will allocate a new thread. Lowest value is 1.</descr>
- </option>
- <option name="maxpoolsize">
- <value>0</value>
- <descr>Maximum amount of parallel running threads. Change this to 0 if you want to use unlimited threads.</descr>
+ <option name="poolsize">
+ <value>50</value>
+ <descr>Number of threads running at the same time</descr>
</option>
<option name="queuesize">
- <value>50</value>
+ <value>10</value>
<descr>Max. number of jobs which can wait for a free thread of the thread pool</descr>
</option>
</category>
@@ -631,7 +572,7 @@
<descr>If set to true, all command modules will be preloaded at server startup</descr>
</option>
<option name="preloadhtml">
- <value>true</value>
+ <value>false</value>
<descr>If set to true, all html modules will be preloaded at server startup</descr>
</option>
</category>
@@ -675,9 +616,6 @@
<option name="png">
<value>image/png</value>
</option>
- <option name="txt">
- <value>text/plain</value>
- </option>
<option name="default">
<value>text/html</value>
</option>