Skip to content

Commit

Permalink
Update example configuration to say the new style module names everyw…
Browse files Browse the repository at this point in the history
…here
  • Loading branch information
attilamolnar committed May 20, 2015
1 parent 7bb75e5 commit f449c6b
Show file tree
Hide file tree
Showing 10 changed files with 480 additions and 480 deletions.
2 changes: 1 addition & 1 deletion docs/conf/censor.conf.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuration file for m_censor.so
# Configuration file for the censor module

# The tags for this module are formatted as follows:
#
Expand Down
6 changes: 3 additions & 3 deletions docs/conf/filter.conf.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuration file for m_filter.so
# Configuration file for the filter module

# The tags for this module are formatted as follows:
#
Expand Down Expand Up @@ -46,13 +46,13 @@
# expression. For example, to indicate numbers, use \\d and not \d. This does not
# apply when adding a regular expression over irc with the /FILTER command.

# Example filters for m_filter:
# Example filters:
#
# <keyword pattern="*qwerty*" reason="You qwertied!" action="block" flags="pn">
# <keyword pattern="*killmenow*" reason="As you request." action="kill" flags="*">
# <keyword pattern="*blah*" reason="Dont blah!" action="gline" duration="1d6h" flags="-">

# An example regexp filter for m_filter_pcre:
# An example regexp filter:
#
# <keyword pattern="^blah.*?$" reason="Dont blah!" action="gline" duration="1d6h" flags="pnPq">

Expand Down
12 changes: 6 additions & 6 deletions docs/conf/helpop-full.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -661,30 +661,30 @@ Disconnects the server matching the given server mask from this server.">
Lists currently loaded modules, their memory offsets, version numbers,
and flags. If you are not an operator, you will see reduced detail.">

<helpop key="loadmodule" value="/LOADMODULE <filename.so>
<helpop key="loadmodule" value="/LOADMODULE <modname>

Loads the specified module into the local server.">

<helpop key="unloadmodule" value="/UNLOADMODULE <filename.so>
<helpop key="unloadmodule" value="/UNLOADMODULE <modname>

Unloads a module from the local server. The module cannot have the
static flag set (see the output of /MODULES).">

<helpop key="reloadmodule" value="/RELOADMODULE <filename.so>
<helpop key="reloadmodule" value="/RELOADMODULE <modname>

Unloads and reloads a module on the local server. This module cannot
have the static flag set (see the output of /MODULES).">

<helpop key="gloadmodule" value="/GLOADMODULE <filename.so>
<helpop key="gloadmodule" value="/GLOADMODULE <modname>

Loads the specified module on all linked servers.">

<helpop key="gunloadmodule" value="/GUNLOADMODULE <filename.so>
<helpop key="gunloadmodule" value="/GUNLOADMODULE <modname>

Unloads a module from all linked servers. The module cannot have the
static flag set (see the output of /MODULES).">

<helpop key="greloadmodule" value="/GRELOADMODULE <filename.so>
<helpop key="greloadmodule" value="/GRELOADMODULE <modname>

Unloads and reloads a module on all linked servers. This module cannot
have the static flag set (see the output of /MODULES).">
Expand Down
2 changes: 1 addition & 1 deletion docs/conf/helpop.conf.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample configuration file for m_helpop.so
# Sample configuration file for the helpop module.
# You can either copy this into your conf folder and set up the module to use it,
# or you can customize the responses for your network and/or add more.
#
Expand Down
29 changes: 14 additions & 15 deletions docs/conf/inspircd.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
# |_| \_\___|\__,_|\__,_| |_| |_| |_|_|___/ |____/|_|\__(_) #
# #
# If you want to link servers to InspIRCd you must load the #
# m_spanningtree.so module! Please see the modules list for #
# spanningtree module! Please see the modules list for #
# information on how to load this module! If you do not load this #
# module, server ports will NOT work! #

Expand Down Expand Up @@ -176,7 +176,7 @@
# link-compatible and can be used alongside each other
# on each end of the link without any significant issues.
# Supported SSL types are: "openssl" and "gnutls".
# You must load m_ssl_openssl for OpenSSL or m_ssl_gnutls for GnuTLS.
# You must load the ssl_openssl module for OpenSSL or ssl_gnutls for GnuTLS.

<bind address="" port="7000,7001" type="servers">
<bind address="1.2.3.4" port="7005" type="servers" ssl="openssl">
Expand All @@ -191,9 +191,9 @@

<power
# hash: what hash these passwords are hashed with.
# Requires the module for selected hash (m_md5.so, m_sha256.so
# or m_ripemd160.so) be loaded and the password hashing module
# (m_password_hash.so) loaded.
# Requires the module for selected hash (md5, sha256, or
# ripemd160) be loaded and the password hashing module
# (password_hash) loaded.
# Options here are: "md5", "sha256" and "ripemd160", or one of
# these prefixed with "hmac-", e.g.: "hmac-sha256".
# Optional, but recommended. Create hashed passwords with:
Expand Down Expand Up @@ -251,9 +251,8 @@
allow="203.0.113.*"

# hash: what hash this password is hashed with. requires the module
# for selected hash (m_md5.so, m_sha256.so or m_ripemd160.so) be
# loaded and the password hashing module (m_password_hash.so)
# loaded. Options here are: "md5", "sha256" and "ripemd160".
# for selected hash (md5, sha256 or ripemd160) be loaded and the
# password hashing module (password_hash) loaded.
# Optional, but recommended. Create hashed passwords with:
# /mkpasswd <hash> <password>
#hash="sha256"
Expand Down Expand Up @@ -285,7 +284,7 @@
resolvehostnames="yes"

# usednsbl: Defines whether or not users in this class are subject to DNSBL. Default is yes.
# This setting only has effect when m_dnsbl is loaded.
# This setting only has effect when the dnsbl module is loaded.
#usednsbl="yes"

# useident: Defines if users in this class MUST respond to a ident query or not.
Expand All @@ -295,15 +294,15 @@
limit="5000"

# modes: Usermodes that are set on users in this block on connect.
# Enabling this option requires that the m_conn_umodes module be loaded.
# Enabling this option requires that the conn_umodes module be loaded.
# This entry is highly recommended to use for/with IP Cloaking/masking.
# For the example to work, this also requires that the m_cloaking
# For the example to work, this also requires that the "cloaking"
# module be loaded as well.
modes="+x"

# requireident, requiressl, requireaccount: require that users of this
# block have a valid ident response, use SSL, or have authenticated.
# Requires m_ident, m_sslinfo, or m_services_account respectively.
# Requires ident, sslinfo, or the services_account module, respectively.
requiressl="on"
# NOTE: For requireaccount, you must complete the signon prior to full
# connection. Currently, this is only possible by using SASL
Expand Down Expand Up @@ -402,9 +401,9 @@
limit="5000"

# modes: Usermodes that are set on users in this block on connect.
# Enabling this option requires that the m_conn_umodes module be loaded.
# Enabling this option requires that the conn_umodes module be loaded.
# This entry is highly recommended to use for/with IP Cloaking/masking.
# For the example to work, this also requires that the m_cloaking
# For the example to work, this also requires that the cloaking
# module be loaded as well.
modes="+x">

Expand Down Expand Up @@ -820,7 +819,7 @@
# - OPER - succesful and failed oper attempts
# - KILL - kill related messages
# - snomask - server notices (*all* snomasks will be logged)
# - FILTER - messages related to filter matches (m_filter)
# - FILTER - messages related to filter matches (filter module)
# - CONFIG - configuration related messages
# - COMMAND - die and restart messages, and messages related to unknown user types
# - SOCKET - socket engine informational/error messages
Expand Down
6 changes: 3 additions & 3 deletions docs/conf/links.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# |_| \_\___|\__,_|\__,_| |_| |_| |_|_|___/ |____/|_|\__(_) #
# #
# If you want to link servers to InspIRCd you must load the #
# m_spanningtree.so module! #
# spanningtree module! #
# #
# #

Expand Down Expand Up @@ -40,8 +40,8 @@
# making an outbound connection to the server. Options are: "openssl"
# and "gnutls" (they are compatible with each other).
#
# You will need to load the m_ssl_openssl.so module for OpenSSL,
# m_ssl_gnutls.so for GnuTLS. The server port that you connect to
# You will need to load the ssl_openssl module for OpenSSL,
# or ssl_gnutls for GnuTLS. The server port that you connect to
# must be capable of accepting this type of connection.
ssl="gnutls"

Expand Down
Loading

0 comments on commit f449c6b

Please sign in to comment.