summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
commitd3982ec72b255876db00825605d1d5aae0bc313e (patch)
treea653552b7d229f7f27262980da7550d39961a102 /etc
parent796609174e5ecb35fab992969e7690186840048a (diff)
tagging ychat-0.7.7.1ychat-0.7.7.1
Diffstat (limited to 'etc')
-rw-r--r--etc/ychat.conf28
1 files changed, 22 insertions, 6 deletions
diff --git a/etc/ychat.conf b/etc/ychat.conf
index 7fc8cc7..1a48d79 100644
--- a/etc/ychat.conf
+++ b/etc/ychat.conf
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<?xml version="5.0" encoding="ISO-8859-1" standalone="yes" ?>
<category name="chat">
<option name="defaultop">
<value>Snoop</value>
@@ -49,6 +49,9 @@
<option name="msg">
<value>3</value>
</option>
+ <option name="users">
+ <value>3</value>
+ </option>
<option name="me">
<value>3</value>
</option>
@@ -134,7 +137,7 @@
</category>
<category name="maxlength">
<option name="word">
- <value>15</value>
+ <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">
@@ -169,6 +172,9 @@
</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>
@@ -353,6 +359,9 @@
<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>
@@ -583,12 +592,16 @@
</option>
</category>
<category name="thread">
- <option name="poolsize">
- <value>50</value>
- <descr>Number of threads running at the same time</descr>
+ <option name="initpoolsize">
+ <value>20</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>
<option name="queuesize">
- <value>10</value>
+ <value>50</value>
<descr>Max. number of jobs which can wait for a free thread of the thread pool</descr>
</option>
</category>
@@ -662,6 +675,9 @@
<option name="png">
<value>image/png</value>
</option>
+ <option name="txt">
+ <value>text/plain</value>
+ </option>
<option name="default">
<value>text/html</value>
</option>