summaryrefslogtreecommitdiff
path: root/docs/DEFCON
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-11-13 23:52:37 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-11-13 23:52:37 +0000
commit842b5609dc99f475d080fc6679a269646b089da5 (patch)
tree1044c526dc46704bbb0d0e6aac8df038a712c216 /docs/DEFCON
parent960968b8cd591d32be70eba45600db3568e59cff (diff)
Updated docs dir, specifically the IRCD and EVENTS file to be up to date with 1.9s new systems
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2648 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/DEFCON')
-rw-r--r--docs/DEFCON49
1 files changed, 14 insertions, 35 deletions
diff --git a/docs/DEFCON b/docs/DEFCON
index 1f5218d19..14f06fccb 100644
--- a/docs/DEFCON
+++ b/docs/DEFCON
@@ -32,8 +32,8 @@ Anope DefCon
The DefCon system is part of Anope's core,
The DefCon system has to be configured on your services.conf file to
- be enabled. All directives are optional unless they depend on what
- options you enable for each level. Look for the "DefCon configuration"
+ be enabled. The defcon module will not unload unless all non-optional
+ directives are set. Look for the defcon block
section on your services.conf file for more information.
Make sure you restart Anope after changing the DefCon configuration
@@ -43,40 +43,19 @@ Anope DefCon
Pre-defined DefCon actions:
- No new channel registrations 1
- No New Nick Registrations 2
- No MLOCK changes 4
- Force Chan Mode 8
- Use Reduced Session Limit 16
- KILL any new clients trying to connect 32
- Services will ignore everyone but opers 64
- Services will silently ignore everyone but opers 128
- AKILL all new clients trying to connect 256
- No new memos sent to block MemoServ attacks 512
-
- These are the values used to determine each defcon setting, are set via:
-
- DefCon1 XX
- DefCon2 XX
- DefCon3 XX
- DefCon4 XX
-
- To set the desired value, you simply add the value of the numbers together
- and place that as your DefCon# setting. For instance:
-
- Say you wish to set:
-
- No Channel Registrations, No Nickname Registrations and Services Ignoring
- everyone except for Operators. You would do this by:
-
- 1 + 2 + 128 (Each value listed above is added together)
- Giving: 131
-
- You would then place this as which ever Defcon setting you want:
+ No new channel registrations
+ No New Nick Registrations
+ No MLOCK changes
+ Force Chan Mode
+ Use Reduced Session Limit
+ KILL any new clients trying to connect
+ Services will ignore everyone but opers
+ Services will silently ignore everyone but opers
+ AKILL all new clients trying to connect
+ No new memos sent to block MemoServ attacks
- DefCon1 131
-
- The recommended default values are safe to use on any network.
+ Information regarding how to enable this for specific defcon levels can
+ be found in services.conf
4) Usage