1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 01:43:12 +02:00

Minor doc updates (mainly example.conf)

This commit is contained in:
Bram Matthys
2003-02-03 20:27:33 +00:00
parent 6f2be400c3
commit 6f9060ce4e
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -1862,3 +1862,4 @@ seen. gmtime warning still there
- Don't encrypt SSL certificate by default @ win32.
- Fixed /topic for opers when not in +s-channel.
- Improved unreal32docs.html readability/layout/text.
- Minor doc updates (example.conf).
+8 -2
View File
@@ -1,6 +1,6 @@
/*
* example.conf by Daniel Hawton AKA Osiris (osiris@unrealircd.org) Last
* updated 2. August 2001
* example.conf by Daniel Hawton AKA Osiris (osiris@unrealircd.org).
* $Id$
*
* Works for Unreal3.2 and up
*
@@ -10,6 +10,10 @@
*
* NOTE: All lines, except the opening { line, end in an ;, including the
* closing } line. The IRCd will ignore commented lines.
*
* It is recommended to have doc/unreal32docs.html open in a browser window
* so you can easily lookup what block parameters exist and what they all do.
*
*/
/* Type of comments */
@@ -66,6 +70,7 @@ admin {
* pingfreq (how often to ping a user/server in seconds);
* maxclients (how many connections for this class);
* sendq (maximum send queue from a connection);
* recvq (maximum receive queue from a connection [flood control]);
* };
*/
@@ -74,6 +79,7 @@ class clients
pingfreq 90;
maxclients 500;
sendq 100000;
recvq 8000;
};
class servers
-1
View File
@@ -18,7 +18,6 @@
<div align="center"><strong><font size="7">UnrealIRCd</font></strong><br>
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
<font size="4">Version: 3.2</font><br>
<strong>Complete Documentation</strong> &#8211; Rev: 1.1.2.10<br>
<strong>Current Version:</strong> 3.2 Beta15<br>
<strong>Released:</strong> 2002-02-XX </div>
<strong>Head Coders:</strong> Stskeeps / Codemastr / Luke / McSkaf / Syzop<br>