summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/IRCD8
-rw-r--r--docs/NEWS14
-rw-r--r--docs/README3
-rw-r--r--version.log6
4 files changed, 22 insertions, 9 deletions
diff --git a/docs/IRCD b/docs/IRCD
index 132b77c1b..c99f2558a 100644
--- a/docs/IRCD
+++ b/docs/IRCD
@@ -438,6 +438,14 @@ How To Add IRCd Support
the sync state for servers correctly if it does.
Use 1 for yes, 0 for no.
+ 87) Channel CIDR: Set to 1 if channel bans, excepts and invites
+ support CIDR masks. Expected syntax: *!*@ip/mask.
+ When set to 1, anope will only parse strict CIDR masks.
+ IRCd's that try to correct invalid CIDR's (like nefarious)
+ will need a custom implementation in the core.
+ Contact the anope Dev Team if this is the case.
+ Set to 0 if CIDR's are not supported by your IRCd.
+
So we've had this long list. Now there's a second struct to fill. This
struct isn't as long as the previous one though, so we'll handle it quite
quick compared to the previous one.
diff --git a/docs/NEWS b/docs/NEWS
index b7cd805a8..12de6a16f 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,23 +1,18 @@
Highlighted News in Anope 1.7 (and soon 1.8)
============================================
- * Fixed various exploits and vulnerabilities.
- * Fixed various language typos and inconsistencies.
* Added a new and improved ./Config script.
* Added MySQL phase 2 implementation (see docs/MYSQL).
* Added NickServ registration delays.
* Added read receipts for memos.
* Added a way for modules to store data with internal structures.
* Added nick tracking support.
- * Improved random number algorithm.
* Added support for SVSHOLD.
- * Addes support for U:Lined servers.
+ * Added support for U:Lined servers.
* Added support for TS6 IRCd's.
- * Removed proxy detector (see docs/PROXY).
* Added support for Windows.
* Added internal events for modules.
* Added a way to suspend nicks.
* Added support for module configuration directives.
- * Converted the core to be completely modular.
* Added translation support for modules.
* Added a module pack with handy modules.
* Added IRCd protocol modules.
@@ -36,11 +31,16 @@ Highlighted News in Anope 1.7 (and soon 1.8)
- UltimateIRCd 2.8.2 or later (including 3.0)
- UnrealIRCd 3.1.1 or later (including 3.2)
- ViagraIRCd 1.3 or later
-
* Added new languages. Currently included:
Catalan, German, English, Spanish, French, Greek,
Hungarian, Italian, Dutch, Polish, Portugese,
Russian, Turkish
+ * Added support for CIDR channel lists.
+ * Converted the core to be completely modular.
+ * Improved random number algorithm.
+ * Removed proxy detector (see docs/PROXY).
+ * Fixed various exploits and vulnerabilities.
+ * Fixed various language typos and inconsistencies.
Highlighted News in Anope 1.6
=============================
diff --git a/docs/README b/docs/README
index d74caf99b..3344482db 100644
--- a/docs/README
+++ b/docs/README
@@ -1,7 +1,7 @@
Anope -- a set of IRC services for IRC networks
-----------------------------------------------
-Anope is 2003-2007 Anope Team <info@anope.org>.
+Anope is 2003-2008 Anope Team <info@anope.org>.
Based on Epona 2000-2002 PegSoft <epona@pegsoft.net>.
Based on Services 1996-1999 Andrew Church <achurch@achurch.org>.
@@ -84,6 +84,7 @@ Table of Contents
* Daniele Nicolucci <jollino@sogno.net>
* Florian Schulze <certus@anope.org>
* Gabriel Acevedo H. <drstein@anope.org>
+ * Jan Milants <viper@anope.org>
* JH <jh@irc-chat.net>
* Joris Vink <joris@anope.org>
* Lucas Nussbaum <lucas@lucas-nussbaum.net>
diff --git a/version.log b/version.log
index 1c1b83546..9b86f4ab5 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="21"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1437"
+VERSION_BUILD="1438"
# $Log$
#
+# BUILD : 1.7.21 (1438)
+# BUGS :
+# NOTES : Updated docs regarding myself and CIDR channellists.
+#
# BUILD : 1.7.21 (1437)
# BUGS : 939
# NOTES : Applied patch by chaz to fix compile warning in os_clearmodes.c.