summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes.conf33
-rw-r--r--data/example.conf3
-rw-r--r--version.log3
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.