From 7487030d1e9120b3ffcecde064740ba36de9d8d0 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 2 Feb 2010 19:03:16 +0000 Subject: Add requiresasl to connect block checks git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12356 e03df62e-2008-0410-955e-edbf42e46eb7 --- conf/inspircd.conf.example | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'conf') diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index b9eec0e43..0b8c466ad 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -275,8 +275,9 @@ # module be loaded as well. modes="+x" - # requireident/requiressl: require that users of this block use SSL or - # have a valid ident response. Requires m_ident or m_sslinfo + # requireident, requiressl, requiresasl: require that users of this + # block have a valid ident response, use SSL, or have authenticated with SASL. + # Requires m_ident, m_sslinfo, or m_sasl respectively requiressl="on" # port: What port this user is allowed to connect on. (optional) @@ -395,13 +396,16 @@ #-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-# # # - - # rules: Path to your rules file. Path is relative to the run directory. - # This is optional and is displayed when a user does /rules on the network. - rules="conf/inspircd.rules.example"> +# Example of an executable file include. Note this will be read on rehash, +# not when the command is run. +# #-#-#-#-#-#-#-#-#-#-#-# MAXIMUM CHANNELS -#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # # @@ -553,9 +557,6 @@ # serverpingfreq: How often pings are sent between servers (in seconds). serverpingfreq="60" - # allowhalfop: Allows the use of +h channelmode (halfops). - allowhalfop="yes" - # defaultmodes: What modes are set on a empty channel when a user # joins it and it is unregistered. This is similar to Asuka's # autochanmodes. -- cgit v1.2.3