mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 20:33:12 +02:00
- Fix ordering of `9. FAQ'' and `10. Modules'' in HTML docs.
This commit is contained in:
@@ -2147,3 +2147,4 @@
|
||||
links it was still showing 'Underlying syscall error', this has now been
|
||||
replaced to show the actual (surprise!) underlying syscall error instead.
|
||||
Reported by vonitsanet, patch from ohnobinki (#0003157).
|
||||
- Fix ordering of ``9. FAQ'' and ``10. Modules'' in HTML docs.
|
||||
|
||||
@@ -3723,6 +3723,10 @@ Do take the time to secure your network and educate your opers. A lot of people
|
||||
security until they got hacked, try to avoid that :).
|
||||
</div></p>
|
||||
|
||||
<p><font size="+2"><b>9 – Frequently Asked Questions (FAQ)<a name="faq"></a></b></font></p>
|
||||
<div class="desc"><p>The FAQ is available online <a href="http://www.vulnscan.org/UnrealIRCd/faq/" TARGET="_blank">here</a></p></div>
|
||||
<p></p>
|
||||
|
||||
<p id="modules"><font size="+2"><b>10 – Modules</b></font></p>
|
||||
<div class="desc">
|
||||
<p>The following are some descriptions of modules shipped with
|
||||
@@ -3740,10 +3744,6 @@ security until they got hacked, try to avoid that :).
|
||||
it is loaded by default in most cases.
|
||||
</p>
|
||||
|
||||
<p><font size="+2"><b>9 – Frequently Asked Questions (FAQ)<a name="faq"></a></b></font></p>
|
||||
<div class="desc"><p>The FAQ is available online <a href="http://www.vulnscan.org/UnrealIRCd/faq/" TARGET="_blank">here</a></p></div>
|
||||
<p></p>
|
||||
|
||||
<p><font size="+2"><b>A Regular Expressions<a name="regex"></a></b></font></p>
|
||||
<div class="desc"><p>Regular expressions are used in many places in Unreal, including badwords, spamfilter, and aliases. Regular expressions are a very complex tool used for pattern matching. They are sometimes referred to as "regexp" or "regex." Unreal uses the TRE regular expression library for its regex. This library supports some very complex and advanced expressions that may be confusing. The information below will help you understand how regexps work. If you are interested in more technical and detailed information about the regexp syntax used by Unreal, visit the <a href="http://www.laurikari.net/tre/syntax.html" target="_new">TRE homepage</a>.</p></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user