summaryrefslogtreecommitdiff
path: root/etc/ychat.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ychat.conf')
-rw-r--r--etc/ychat.conf16
1 files changed, 7 insertions, 9 deletions
diff --git a/etc/ychat.conf b/etc/ychat.conf
index 0bdb3c1..3a9f788 100644
--- a/etc/ychat.conf
+++ b/etc/ychat.conf
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
-<config>
+<?xml version="5.0" encoding="ISO-8859-1" standalone="yes" ?>
<category name="chat">
<option name="defaultop">
<value>Snoop</value>
@@ -462,15 +461,15 @@
<category name="session">
<option name="md5hash">
<value>true</value>
- <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>
+ <descr>If set to true, then the session id will be hashed by MD5 to make the id even more random</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>32</value>
- <descr>Length of the generated session id. The length will be longer if md5hash is activated</descr>
+ <value>64</value>
+ <descr>Length of the generated session id. The length will be shorter if md5hash is activated</descr>
</option>
<option name="validchars">
<value>.abcdefghijklmnopqrstuvwxyz0123456789-_</value>
@@ -567,7 +566,7 @@
<descr>Specifies the relative or absolute path to the directory of the room log files</descr>
</option>
<option name="roomloglines">
- <value>0</value>
+ <value>20</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>
@@ -649,11 +648,11 @@
<descr>Specifies the relative or absolute path to the system messsage log file</descr>
</option>
<option name="accesslines">
- <value>0</value>
+ <value>20</value>
<descr>Number of access log lines which will be buffered in the main memory until they will be written into the file</descr>
</option>
<option name="systemlines">
- <value>0</value>
+ <value>20</value>
<descr>Number of system log lines which will be buffered in the main memory until they will be written into the file</descr>
</option>
</category>
@@ -687,4 +686,3 @@
</option>
</category>
</category>
-</config>