diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ychat.conf | 96 |
1 files changed, 11 insertions, 85 deletions
diff --git a/etc/ychat.conf b/etc/ychat.conf index 6ed9cd0..cfd3f97 100644 --- a/etc/ychat.conf +++ b/etc/ychat.conf @@ -25,30 +25,6 @@ <value>0</value> <descr>The time offset. Negative values are not allowed. If you have an offset of X please enter 24+X+12 here. Example: Offset = -6, 24-6+12 = 30 :)</descr> </option> - <category name="floodprotection"> - <option name="seconds"> - <value>2</value> - <descr>Defines the intervall of seconds yChat is checking for a flood attack.</descr> - </option> - <option name="messages"> - <value>4</value> - <descr>Defines the allowed message posts in chat.floodprotection.seconds seconds.</descr> - </option> - </category> - <category name="fields"> - <option name="userstrings"> - <value>tmpid agnt away col1 col2 email pass</value> - <descr>Defines the string members of the user objects. Can be accessed through p_user->set_string(s_obj, s_key) or p_user->get_string(s_key);</descr> - </option> - <option name="userints"> - <value>status old_status</value> - <descr>Defines the integer members of the user objects. Can be accessed through p_user->set_int(i_obj, s_key) or p_user->get_int(s_key);</descr> - </option> - <option name="userbools"> - <value>online has_sess is_reg away fake invisible set_changed_data</value> - <descr>Defines the bool members of the user objects. Can be accessed through p_user->set_bool(b_obj, s_key) or p_user->get_bool(s_key);</descr> - </option> - </category> <category name="permissions"> <option name="uptime"> <value>1</value> @@ -130,7 +106,7 @@ <descr>Specifies the MySQL username</descr> </option> <option name="password"> - <value>jokolo</value> + <value>hahaha</value> <descr>Specifies the MySQL password</descr> </option> <option name="dbname"> @@ -197,18 +173,6 @@ </option> </category> <category name="msgs"> - <option name="gag"> - <value>gags</value> - </option> - <option name="ungag"> - <value>ungags</value> - </option> - <option name="ban"> - <value>bans</value> - </option> - <option name="unban"> - <value>removes ban from</value> - </option> <option name="userlist"> <value>List of logged in users: </value> </option> @@ -305,9 +269,6 @@ <option name="userkicksout1"> <value> kicks </value> </option> - <option name="floodgag"> - <value> has been gagged (chat flooding).</value> - </option> <option name="userkicksout2"> <value> out of the chat at room </value> </option> @@ -324,12 +285,6 @@ <value>Whispered to </value> </option> <category name="help"> - <option name="gag"> - <value>Gags a specific user. Usage: /gag USER [REASON]</value> - </option> - <option name="ungag"> - <value>Ungags a specific user. Usage: /ungag USER [REASON]</value> - </option> <option name="all"> <value>Writes a global system message into all available rooms. Usage: /all MESSAGE</value> </option> @@ -351,15 +306,6 @@ <option name="about"> <value>Gets some usefull and interesting infos about NICK. Usage: /about NICK</value> </option> - <option name="ban"> - <value>Bans a NICK from the chat. Usage: /ban NICK</value> - </option> - <option name="unban"> - <value>Unbans a NICK from the chat. Usage: /unban NICK</value> - </option> - <option name="banned"> - <value>Shows a list of all banned stuff. Usage: /bannend</value> - </option> <option name="help"> <value>Shows help text for a specific command. Usage: /help chatcommand</value> </option> @@ -428,24 +374,6 @@ <option name="alpnum"> <value>The nick you have specifued is not alphanumeric, please change that.<br><br></value> </option> - <option name="banned"> - <value>You have been banned from the chat!<br><br></value> - </option> - <option name="alreadybanned"> - <value>: This nickname has already been banned from the chat!</value> - </option> - <option name="isnotbanned"> - <value>: This nickname has not been banned from the chat!</value> - </option> - <option name="nobanned"> - <value>There is nothing banned from the chat!</value> - </option> - <option name="flooding"> - <value>You are flooding the chat room!</value> - </option> - <option name="gagged"> - <value>You are currently gagged!</value> - </option> <option name="alreadyinroom"> <value>You are already in the room</value> </option> @@ -653,10 +581,6 @@ <value>2000</value> <descr>Local port on which the server listens</descr> </option> - <option name="defaultprefix"> - <value>undef</value> - <descr>The default prefix of the current yChat installation. If its set to undef, then yChat uses the compile time PREFIX option which has been set by configure which is recommended. If this prefix does not work, it uses the current working directory as the defaultprefix. You can change this to override the prefix but this is not recommended.</descr> - </option> <option name="enablecgi"> <value>false</value> <descr>Support for CGI scripts</descr> @@ -679,6 +603,16 @@ <descr>The HTML site which will be displayed if the requested file does not exists</descr> </option> </category> + <category name="thread"> + <option name="initpoolsize"> + <value>10</value> + <descr>Initial number of threads running at the same time. If there are less than 5 threads in the pool waiting, the thread pool will resize to 10.</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. If you have set a number not equal to 0, then there have to be at least 2 waiting threads to allow a new user login. A maxpoolsize of 52 means a max user limit of 50 users.</descr> + </option> + </category> <category name="stats"> <option name="rusagehistory"> <value>7</value> @@ -756,13 +690,5 @@ <value>text/html</value> </option> </category> - <category name="ssl"> - <option name="certificatepath"> - <value>etc/cert.pem</value> - </option> - <option name="privatekeypath"> - <value>etc/privkey.pem</value> - </option> - </category> </category> </config> |
