diff --git a/Changes b/Changes index c03c301ab..af5f7e2fc 100644 --- a/Changes +++ b/Changes @@ -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). diff --git a/doc/example.conf b/doc/example.conf index b9d72fa3c..dab2f1c4d 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -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 diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 8e3bdeec6..ba13666e7 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -18,7 +18,6 @@
UnrealIRCd
http://www.unrealircd.com
Version: 3.2
- Complete Documentation – Rev: 1.1.2.10
Current Version: 3.2 Beta15
Released: 2002-02-XX
Head Coders: Stskeeps / Codemastr / Luke / McSkaf / Syzop