From 27e261780809073b5c776e535f8d2402c0df2ec7 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 15 Feb 2019 12:35:51 +0000 Subject: Move the close and jumpserver modules to inspircd-extras. - The close module is borderline useless. - The jumpserver numeric is supported by barely any clients and has various security problems. --- docs/conf/helpop.conf.example | 45 ++++++++++-------------------------------- docs/conf/modules.conf.example | 14 ------------- docs/conf/opers.conf.example | 4 ++-- 3 files changed, 12 insertions(+), 51 deletions(-) (limited to 'docs/conf') diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index a38040f91..bd184f6ef 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -407,16 +407,16 @@ Sets your name to the specified name."> ------------- ALLTIME CBAN CHECK CHGHOST CHGIDENT -CHGNAME CLEARCHAN CLOAK CLONES CLOSE -CONNECT DIE ELINE FILTER GLINE -GLOADMODULE GLOBOPS GRELOADMODULE GUNLOADMODULE JUMPSERVER -KILL KLINE LOADMODULE LOCKSERV MODENOTICE -NICKLOCK NICKUNLOCK OJOIN OPERMOTD QLINE -RCONNECT REHASH RELOADMODULE RESTART RLINE -RSQUIT SAJOIN SAKICK SAMODE SANICK -SAPART SAQUIT SATOPIC SETHOST SETIDENT -SETIDLE SHUN SQUIT SWHOIS TLINE -UNLOADMODULE UNLOCKSERV USERIP WALLOPS ZLINE"> +CHGNAME CLEARCHAN CLOAK CLONES CONNECT +DIE ELINE FILTER GLINE GLOADMODULE +GLOBOPS GRELOADMODULE GUNLOADMODULE KILL KLINE +LOADMODULE LOCKSERV MODENOTICE NICKLOCK NICKUNLOCK +OJOIN OPERMOTD QLINE RCONNECT REHASH +RELOADMODULE RESTART RLINE RSQUIT SAJOIN +SAKICK SAMODE SANICK SAPART SAQUIT +SATOPIC SETHOST SETIDENT SETIDLE SHUN +SQUIT SWHOIS TLINE UNLOADMODULE UNLOCKSERV +USERIP WALLOPS ZLINE"> Opens the server up again for new connections."> - - - - -#-#-#-#-#-#-#-#-#-#-#-#- CLOSE MODULE #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Close module: Allows an oper to close all unregistered connections. -# This module is oper-only and provides the /CLOSE command. -# To use, CLOSE must be in one of your oper class blocks. -# - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Clones module: Adds an oper command /CLONES for detecting cloned # users. Warning: This command may be resource intensive when it is @@ -1165,14 +1159,6 @@ # The number of seconds to close the channel for: # -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Jump server module: Adds support for the RPL_REDIR numeric. -# This module is oper-only. -# To use, JUMPSERVER must be in one of your oper class blocks. -# If your server is redirecting new clients and you get disconnected, -# do a REHASH from shell to open up again. -# - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Anti auto rejoin: Adds support for prevention of auto-rejoin (+J). # diff --git a/docs/conf/opers.conf.example b/docs/conf/opers.conf.example index 4112e56dd..98bc47c69 100644 --- a/docs/conf/opers.conf.example +++ b/docs/conf/opers.conf.example @@ -43,8 +43,8 @@ chanmodes="*"> - - + + -- cgit v1.2.3