- Minor documentation typos, thanks warg ().

This commit is contained in:
Nathan Phillip Brink 2012-03-01 05:10:14 +00:00
parent d8a6b6e512
commit 4640b4c9ca
2 changed files with 3 additions and 2 deletions

View file

@ -2348,3 +2348,4 @@
and also means nothing will change in a non-ESVID scenario.
- Fix misuse of stdarg.h macros when calling vsyslog() (#4065 by Jimini).
- Ditch vsyslog() as it's only a waste of CPU, inspired by #4065.
- Minor documentation typos, thanks warg (#4094).

View file

@ -245,7 +245,7 @@ because otherwise you will not understand concepts such as 'cloaking', 'snomasks
<p>A cloaked host is generated by a cloaking module (you are required to have one loaded), currently there's only 1 module included:<br>
<b>cloak:</b> This is the official cloaking module since 3.2.1, it is much more secure than the old
algorithm, it uses md5 internally and requires you to have 3 set::cloak-keys:: consisting of mixed lowercase (a-z),
uppercase (A-Z) and digit (0-9) charachters [eg: "AopAS6WQH2Os6hfosh4SFJHs"]. See example.conf for an example.<br>
uppercase (A-Z) and digit (0-9) characters [eg: "AopAS6WQH2Os6hfosh4SFJHs"]. See example.conf for an example.<br>
<p>Cloak keys MUST be the same on ALL SERVERS in a network. Also cloak keys should be kept SECRET
because it's possible to decode the original host if you know the keys (which makes umode +x useless).</p>
<p>Hint: If you are on *NIX and have to create new cloak keys, you can run './unreal gencloak'
@ -337,7 +337,7 @@ because otherwise you will not understand concepts such as 'cloaking', 'snomasks
If you then connect to 127.0.0.1 port 6667, your traffic will be encrypted and forwarded to irc.myserv.com
port 6697 (an SSL port).</p>
<p>You should also validate certificates when you connect to servers and not blindly accept them (like in the stunnel example)
else you are still vulnerable to "active sniffing" attacks (ssl redirects), that's however too offtopic
else you are still vulnerable to "active sniffing" attacks (ssl redirects), that's however too off-topic
to explain here (learn about SSL, don't ask us). [mIRC and xchat pop up a window asking you to allow/reject a certificate,
so that's good].</p></div>
<p><font size="+2"><b>3.9 - IPv6</b></font><a name="feature_ipv6"></a></p><div class="desc">