From 44b3e02e1ab067e48b93f1a64e6d5b8b45b2c37c Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 30 May 2017 08:49:14 +0100 Subject: Update the securelist exemption for IRC-Source's crawler. --- docs/conf/modules.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 003b4d04b..8130348b4 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1604,7 +1604,7 @@ # as shown below: # # # -# +# # # # Define the following variable to change how long a user must wait # # before issuing a LIST. If not defined, defaults to 60 seconds. # -- cgit v1.2.3 From 5c65a0a03dc41f3ed84dd4de4a1a5333365d6bb1 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 24 Jul 2017 14:04:34 +0100 Subject: Add ADMIN to the list of commands that shunned users can run. --- docs/conf/modules.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 8130348b4..b39ee5d2b 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1695,7 +1695,7 @@ # You can optionally let the user know that their command was blocked. # # You may also let SHUN affect opers (defaults to no). -# +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SSL channel mode module: Adds support for SSL-only channels via -- cgit v1.2.3 From 3469711d299d342ce07660d065fd31e0b3ae2e05 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 13 Aug 2017 17:24:20 +0100 Subject: Update the link to the CIDR subnetting charts. --- docs/conf/inspircd.conf.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 7099cefe2..7ca028ac0 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -394,7 +394,8 @@ # represented as 192.168.1.0/24). This means that abuse across an ISP # # is detected and curtailed much easier. Here is a good chart that # # shows how many IPs the different CIDRs correspond to: # -# http://en.wikipedia.org/wiki/CIDR#Prefix_aggregation # +# https://en.wikipedia.org/wiki/IPv4_subnetting_reference # +# https://en.wikipedia.org/wiki/IPv6_subnetting_reference # # # Date: Thu, 14 Sep 2017 14:52:42 +0100 Subject: Fix the command for enabling m_sqlite3 in modules.conf.example. --- docs/conf/modules.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index b39ee5d2b..b0c24194a 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1761,7 +1761,7 @@ # SQLite3 module: Allows other SQL modules to access SQLite3 # # databases through a unified API. # # This module is in extras. Re-run configure with: # -# ./configure --enable-extras=m_sqlite.cpp +# ./configure --enable-extras=m_sqlite3.cpp # and run make install, then uncomment this module to enable it. # # # -- cgit v1.2.3