summaryrefslogtreecommitdiff
path: root/etc/ychat.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ychat.conf')
-rw-r--r--etc/ychat.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/etc/ychat.conf b/etc/ychat.conf
index e875420..d17ace3 100644
--- a/etc/ychat.conf
+++ b/etc/ychat.conf
@@ -1,4 +1,5 @@
-<?xml version="5.0" encoding="ISO-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<config>
<category name="chat">
<option name="defaultop">
<value>Snoop</value>
@@ -461,15 +462,15 @@
<category name="session">
<option name="md5hash">
<value>true</value>
- <descr>If set to true, then the session id will be hashed by MD5 to make the id even more random</descr>
+ <descr>If set to true, then MD5 hash of the session id will be appended to the generated session to make the temp IDs even more secure.</descr>
</option>
<option name="md5salt">
<value>tASDlkjadSD</value>
<descr>Some random string which will affect the md5-hash. Change this to another random string!</descr>
</option>
<option name="length">
- <value>64</value>
- <descr>Length of the generated session id. The length will be shorter if md5hash is activated</descr>
+ <value>32</value>
+ <descr>Length of the generated session id. The length will be longer if md5hash is activated</descr>
</option>
<option name="validchars">
<value>.abcdefghijklmnopqrstuvwxyz0123456789-_</value>
@@ -589,7 +590,7 @@
<descr>If set to false, yChat strips all html tags from incoming messages</descr>
</option>
<option name="ipcachesize">
- <value>0</value>
+ <value>50</value>
<descr>Specifies the IP cache size. If set to 0, the IP cache will be cleared every 10 minutes. Otherwise, the IP cache will be cleared every 10 minutes only if there are more IPs in the cache than the specified amount.</descr>
</option>
<category name="html">
@@ -686,3 +687,4 @@
</option>
</category>
</category>
+</config>