summaryrefslogtreecommitdiff
path: root/docs/IRCD
diff options
context:
space:
mode:
authorviper viper@31f1291d-b8d6-0310-a050-a5561fc1590b <viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-14 14:13:26 +0000
committerviper viper@31f1291d-b8d6-0310-a050-a5561fc1590b <viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-14 14:13:26 +0000
commit30e6da575352145fa41acf784feac64a1b784efa (patch)
tree8afddca7fb1f903185296606346589cfc1e868f1 /docs/IRCD
parentc572f72ca4d8d83778bebedfd87d77f5c0687c29 (diff)
BUILD : 1.7.21 (1438) BUGS : NOTES : Updated docs regarding myself and CIDR channellists.
git-svn-id: svn://svn.anope.org/anope/trunk@1438 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1153 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/IRCD')
-rw-r--r--docs/IRCD8
1 files changed, 8 insertions, 0 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.