Skip to content

Commit 56d15f0

Browse files
committed
Fix some missing changes from a recent commit.
1 parent 5adb6bd commit 56d15f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/4/configuration/_log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ details: |+
5858
CULL | debug | Messages relating to object culling.
5959
LOG | critical<br>normal<br>debug | Messages relating to logging.
6060
MODE | warning | Messages relating to modes.
61-
MODULE | critical<br>normal<br>debug | Messages relating to modules.
61+
MODULE | critical<br>warning<br>normal<br>debug | Messages relating to modules.
6262
SERVICE | debug | Messages relating to service registration.
6363
SIGNAL | debug | Messages relating to signal handling.
6464
SOCKET | warning<br>normal<br>debug | Messages relating to network sockets.

docs/4/modules/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Name | Description
9696
[ircv3_msgid](/4/modules/ircv3_msgid) | Provides support for the IRCv3 Message IDs specification.
9797
[ircv3_servertime](/4/modules/ircv3_servertime) | Provides the IRCv3 server-time client capability.
9898
[ircv3_sts](/4/modules/ircv3_sts) | Adds support for the IRCv3 Strict Transport Security specification.
99+
[ircv3_utf8only](/4/modules/ircv3_utf8only) | Provides support for the IRCv3 UTF8ONLY specification.
99100
[joinflood](/4/modules/joinflood) | Adds channel mode j (joinflood) which helps protect against spammers which mass-join channels.
100101
[kicknorejoin](/4/modules/kicknorejoin) | Adds channel mode J (kicknorejoin) which prevents users from rejoining after being kicked from a channel.
101102
[knock](/4/modules/knock) | Adds the /KNOCK command which allows users to request access to an invite-only channel and channel mode K (noknock) which allows channels to disable usage of this command.
@@ -134,7 +135,6 @@ Name | Description
134135
[redirect](/4/modules/redirect) | Allows users to be redirected to another channel when the user limit is reached.
135136
[regex_glob](/4/modules/regex_glob) | Provides the glob regular expression engine which uses the built-in glob matching system.
136137
[regex_stdlib](/4/modules/regex_stdlib) | Provides the stdregex regular expression engine which uses the C++11 std::regex regular expression matching system.
137-
[regex_tre](/4/modules/regex_tre) | Provides a regular expression engine which uses the TRE library.
138138
[remove](/4/modules/remove) | Adds the /REMOVE command which allows channel operators to force part users from a channel.
139139
[repeat](/4/modules/repeat) | Adds channel mode E (repeat) which helps protect against spammers which spam the same message repeatedly.
140140
[restrictchans](/4/modules/restrictchans) | Prevents unprivileged users from creating new channels.
@@ -159,6 +159,7 @@ Name | Description
159159
[setname](/4/modules/setname) | Adds the /SETNAME command which allows users to change their real name.
160160
[sha1](/4/modules/sha1) | Allows other modules to generate SHA-1 hashes.
161161
[sha2](/4/modules/sha2) | Allows other modules to generate SHA-2 hashes.
162+
[sharebans](/4/modules/sharebans) | Adds extended ban b: (share) which allows sharing bans between channels.
162163
[showfile](/4/modules/showfile) | Adds support for showing the contents of files to users when they execute a command.
163164
[showwhois](/4/modules/showwhois) | Adds user mode W (showwhois) which allows users to be informed when someone does a /WHOIS query on their nick.
164165
[shun](/4/modules/shun) | Adds the /SHUN command which allows server operators to prevent users from executing commands.
@@ -196,6 +197,7 @@ Name | Description
196197
[regex_pcre2](/4/modules/regex_pcre2) | Provides the pcre regular expression engine which uses the PCRE2 library.
197198
[regex_posix](/4/modules/regex_posix) | Provides the posix regular expression engine which uses the POSIX.2 regular expression matching system.
198199
[regex_re2](/4/modules/regex_re2) | Provides the re2 regular expression engine which uses the RE2 library.
200+
[regex_tre](/4/modules/regex_tre) | Provides a regular expression engine which uses the TRE library.
199201
[sqlite3](/4/modules/sqlite3) | Provides the ability for SQL modules to query a SQLite 3 database.
200202
[ssl_gnutls](/4/modules/ssl_gnutls) | Allows TLS encrypted connections using the GnuTLS library.
201203
[ssl_openssl](/4/modules/ssl_openssl) | Allows TLS encrypted connections using the OpenSSL library.

0 commit comments

Comments
 (0)