diff --git a/Changes b/Changes index fd505655a..2fc7818aa 100644 --- a/Changes +++ b/Changes @@ -1081,3 +1081,6 @@ - Updated win32 makefile due to m_names modulization, reported by Trocotronic (#0002838). - Actually committed src/modules/m_names.c... This tends to help with the compiling process. - Fixed possible netsplit problem (#0002790). +- Partially redid m_message, moved some stuff to a subroutine, etc to avoid duplicate code +- Rephrased/editted part of example.conf and unreal32docs to make it a littttttle bit easier + for beginners / try to mention the FAQ a bit more explicitly. diff --git a/doc/example.conf b/doc/example.conf index e870ddfec..d38e278e7 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -14,9 +14,11 @@ * closing } line. The IRCd will ignore commented lines. * * PLEASE READ doc/unreal32docs.html! The online version is also available at: - * www.vulnscan.org/UnrealIrcd/unreal32docs.html + * www.vulnscan.org/UnrealIRCd/unreal32docs.html * It contains a lot information about the configfile: gives information about * every block, variable, etc.. + * If you try to edit this file without reading the documentation properly + * then you are pretty much guaranteed to fail! */ /* Type of comments */ @@ -754,7 +756,7 @@ set { */ oper-only-stats "okfGsMRUEelLCXzdD"; - /* Throttling: this example sets a limit of 3 connections per 60s (per host). */ + /* Throttling: this example sets a limit of 3 connection attempts per 60s (per host). */ throttle { connections 3; period 60s; @@ -776,8 +778,8 @@ set { /* * Problems or need more help? - * 1) www.vulnscan.org/UnrealIrcd/unreal32docs.html - * 2) www.vulnscan.org/UnrealIrcd/faq/ <- contains 80% of your questions! + * 1) www.vulnscan.org/UnrealIRCd/unreal32docs.html + * 2) www.vulnscan.org/UnrealIRCd/faq/ <- contains 80% of your questions! * 3) If you still have problems you can go irc.ircsystems.net #unreal-support, * note that we require you to READ THE DOCUMENTATION and FAQ first! */ diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 7f4475d98..ab0c2f9e7 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -36,11 +36,9 @@ English | Head Coders: Stskeeps / codemastr / Syzop / Luke
Contributors: McSkaf / Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk
Documentation: CKnight^ / Syzop
-

Due to the increasing complexity of UnrealIRCd3.2 We have switched to an easier - to navigate, more inclusive documentation set. To view this documentation you - must have a compatible browser, which are listed below. Up to date docs are - available at http://www.vulnscan.org/UnrealIrcd/unreal32docs.html - and a FAQ at http://www.vulnscan.org/UnrealIrcd/faq/. +

To view this documentation you must have a compatible browser, which are listed below. Up to date docs are + available at http://www.vulnscan.org/UnrealIRCd/unreal32docs.html + and a FAQ at http://www.vulnscan.org/UnrealIRCd/faq/.

Compatible Browsers: