diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:42 +0200 |
| commit | 658bfd183905576ed5f4dbe57a2ee82711b6ac93 (patch) | |
| tree | 08cf25d1a1fb09b643a65c5b237c52bce791f307 /etc | |
| parent | 42b79aa5c591dde88e78922a519802f948d9ea60 (diff) | |
tagging ychat-0.7.9.0ychat-0.7.9.0
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/CVS/Entries | 2 | ||||
| -rw-r--r-- | etc/CVS/Repository | 1 | ||||
| -rw-r--r-- | etc/CVS/Root | 1 | ||||
| -rw-r--r-- | etc/ychat.conf | 16 |
4 files changed, 11 insertions, 9 deletions
diff --git a/etc/CVS/Entries b/etc/CVS/Entries new file mode 100644 index 0000000..308e5dd --- /dev/null +++ b/etc/CVS/Entries @@ -0,0 +1,2 @@ +/ychat.conf/1.47/Sat Mar 5 11:53:19 2005// +D diff --git a/etc/CVS/Repository b/etc/CVS/Repository new file mode 100644 index 0000000..912e435 --- /dev/null +++ b/etc/CVS/Repository @@ -0,0 +1 @@ +ychat/etc diff --git a/etc/CVS/Root b/etc/CVS/Root new file mode 100644 index 0000000..745de68 --- /dev/null +++ b/etc/CVS/Root @@ -0,0 +1 @@ +:pserver:anonymous@buetow.org:/usr/home/cvs/cvsroot 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> |
