diff options
author | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-03 18:13:37 +0000 |
---|---|---|
committer | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-03 18:13:37 +0000 |
commit | 446a6f6ea5f64692dcaffd23cafb31292b307f4b (patch) | |
tree | d6a06f80ee79fb85d397162a8a5a1b1ac688e8be | |
parent | 9d89891a903ca3c5406fe4a9e11299457f842a01 (diff) |
Updated example.conf regarding removal of the inspirc10 protocol module and SRA requirement for SuperAdmin.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2250 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes.conf | 33 | ||||
-rw-r--r-- | data/example.conf | 3 | ||||
-rw-r--r-- | version.log | 3 |
3 files changed, 36 insertions, 3 deletions
diff --git a/Changes.conf b/Changes.conf index 17dbcb8bd..367021692 100644 --- a/Changes.conf +++ b/Changes.conf @@ -3,6 +3,39 @@ Anope Version 1.8 SVN ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** +# IRCDModule <module_name> [REQUIRED] +# The ircd protocol module should be used when connecting anope to your +# chosen IRCD. This should be one of the following options, or a file +# provided by your IRCD author. +# +# Bahamut 1.4.27 [or later] - "bahamut" +# Charybdis 1.0 [or later] - "charybdis" +# DreamForge 4.6.7 - "dreamforge" +# Hybrid IRCd 7.0 [experimental] - "hybrid" +# InspIRCd 1.1 [beta 8 or later] - "inspircd11" +# Plexus 3.0 [or later] - "plexus3" +# Plexus 2.0 [or later] - "plexus2" +# PTLink 6.15.0 [experimental] - "ptlink" +# RageIRCd 2.0.x - "rageircd" +# Ratbox 2.0.6 [or later] - "ratbox" +# ShadowIRCD 4.0x [beta 7 or later] - "shadowircd" +# Solid IRCD 3.4.x [3.4.6 or later] - "solidircd" +# UltimateIRCd 3.0.0 [or later] - "ultimate3" +# UltimateIRCd 2.8.2 [or later] - "ultimate2" +# Unreal 3.2 [beta-19 or later] - "unreal32" +# Unreal 3.1.1 [or later] - "unreal31" +# ViagraIRCd 1.3.x [or later] - "viagra" +# + +#IRCDModule "unreal32" + + +# SuperAdmin [OPTIONAL] +# When enabled, Services Roots will be able to use SuperAdmin [ON|OFF] +# which will temporarily grant them extra privileges, such as being a +# founder of _all_ channels, ability to adjust another users modes etc.. + +#SuperAdmin ** DELETED CONFIGURATION DIRECTIVES ** diff --git a/data/example.conf b/data/example.conf index 2c494fa4a..ee60aeb84 100644 --- a/data/example.conf +++ b/data/example.conf @@ -79,7 +79,6 @@ # Charybdis 1.0 [or later] - "charybdis" # DreamForge 4.6.7 - "dreamforge" # Hybrid IRCd 7.0 [experimental] - "hybrid" -# InspIRCd 1.0 [beta 5 or later] - "inspircd10" # InspIRCd 1.1 [beta 8 or later] - "inspircd11" # Plexus 3.0 [or later] - "plexus3" # Plexus 2.0 [or later] - "plexus2" @@ -1146,7 +1145,7 @@ BSGentleBWReason #ServicesRoot "dengel anope" # SuperAdmin [OPTIONAL] -# When enabled, Services admins will be able to use SuperAdmin [ON|OFF] +# When enabled, Services Roots will be able to use SuperAdmin [ON|OFF] # which will temporarily grant them extra privileges, such as being a # founder of _all_ channels, ability to adjust another users modes etc.. diff --git a/version.log b/version.log index 383409fa6..95ecf94dc 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,11 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="0" VERSION_EXTRA="-svn" -VERSION_BUILD="2249" +VERSION_BUILD="2250" # $Log$ # Changes since 1.8.0 Release +#Revision 2250 - Updated example.conf regarding removal of the inspirc10 protocol module and SRA requirement for SuperAdmin. #Revision 2249 - Someone seems to have forgotten about Changes.. added most significant commits to Changes. #Revision 2245 - Backport of bugfix for bug #1050 from SVN r2163, patch from Adam, MS STAFF's syntax shows correctly, required adding a language string as well, currently they are all English until they can be properly translated. #Revision 2240 - Fix compile error with inspircd11 module. |