mirror of
https://github.com/anope/anope.git
synced 2026-06-25 09:56:40 +02:00
0607b8c2b2
git-svn-id: svn://svn.anope.org/anope/trunk@504 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@358 5417fbe8-f217-4b02-8779-1006273d7864
206 lines
6.1 KiB
Plaintext
206 lines
6.1 KiB
Plaintext
Anope Version S V N
|
|
-------------------
|
|
** ADDED CONFIGURATION DIRECTIVES **
|
|
|
|
# NSAddAccessOnReg [OPTIONAL]
|
|
#
|
|
# When enabled, services will add the usermask of registering users to the
|
|
# access list of their newly created account. If you disable this, users
|
|
# will always have to identify to nickserv before being recognized, unless
|
|
# they manually add an address to the access list of their account.
|
|
|
|
NSAddAccessOnReg
|
|
|
|
# UlineServers [OPTIONAL]
|
|
#
|
|
# A list of ulined servers on your network, these servers are assumed they
|
|
# can set channel modes and we will not attempt to take them from them
|
|
# WARNING: do not put your user servers in this option
|
|
|
|
UlineServers "stats.your.network, proxy.your.network"
|
|
|
|
# KillOnSGline [OPTIONAL]
|
|
#
|
|
# When enabled, this option makes the services send an (SVS)KILL command
|
|
# immediately after SGLINE ADD. This eliminates the need of killing the
|
|
# users after the SGLINE has been added.
|
|
|
|
# KillOnSGline
|
|
|
|
# KillOnSQline [OPTIONAL]
|
|
#
|
|
# When enabled, this option makes the services send an (SVS)KILL command
|
|
# immediately after SQLINE ADD. This eliminates the need of killing the
|
|
# users after the SQLINE has been added.
|
|
|
|
# KillOnSQline
|
|
|
|
** MODIFIED CONFIGURATION DIRECTIVES **
|
|
|
|
** DELETED CONFIGURATION DIRECTIVES **
|
|
|
|
# NetworkDomain <name> [OPTIONAL]
|
|
#
|
|
# If your network has a common domain name, specify it there (for
|
|
# example, all IRCZONE servers have a name ending in ".irczone.cl",
|
|
# so "irczone.cl" would be set there.
|
|
#
|
|
# You can specify more than one Network Domain by separating each one by
|
|
# a space: NetworkDomain "localnet.net localnet.com"
|
|
#
|
|
# Note that this directive is no longer used by the GLOBAL command, since
|
|
# it uses a dynamic list of connected servers regardless of their
|
|
# domains. However, some modules may still use this value, so you might
|
|
# want to keep it just in case.
|
|
|
|
NetworkDomain "localnet.com"
|
|
|
|
# ListOpersOnly [DEPRECATED]
|
|
# When enabled, limits use of the ChanServ and NickServ LIST commands
|
|
# to IRC operators.
|
|
#
|
|
# This directive has been superseded by the NSListOpersOnly and
|
|
# CSListOpersOnly directives.
|
|
|
|
#ListOpersOnly
|
|
|
|
|
|
Anope Version 1.7.6
|
|
-------------------
|
|
** ADDED CONFIGURATION DIRECTIVES **
|
|
|
|
# UserKey1|2|3 <value> [REQUIRED]
|
|
#
|
|
# These keys are required to initiate the random number generator. These
|
|
# numbers MUST be random as you want your passcodes to be random. Don't
|
|
# give these keys to no anyone! Keep them private!
|
|
|
|
#UserKey1 9866235
|
|
#UserKey2 5216332
|
|
#UserKey3 9651291
|
|
|
|
|
|
# RestrictOperNick [OPTIONAL]
|
|
# Forbids the registration of nicks that contain nick with services
|
|
# access. So if Tester is a Services Oper, for example, You can't
|
|
# register NewTester or Tester123 unless you are an IRC operator.
|
|
#RestrictOperNicks
|
|
|
|
# UseTokens [OPTIONAL]
|
|
# Allows irc networks to use TOKEN commands instead of the
|
|
# standard commands. This saves bandwidth but can break older
|
|
# modules that are not set to trap for TOKEN - if you are using
|
|
# older modules do NOT use this option
|
|
#UseTokens
|
|
|
|
# UseSVS2MODE [OPTIONAL]
|
|
# On Unreal IRCD use SVS2MODE instead of SVSMODE, doing this will
|
|
# show services changing user modes.
|
|
#UseSVS2MODE
|
|
|
|
# NewsCount [OPTIONAL]
|
|
# The number of LOGON/OPER News item to display when a user logs
|
|
# on. The default value is 3
|
|
#NewsCount 3
|
|
|
|
# Numeric [OPTIONAL]
|
|
# Many ircd identify themselves with a Numeric when using this option
|
|
# consult your ircds documentation before using this
|
|
#Numeric 0
|
|
|
|
# UnRestrictSAdmin [OPTIONAL]
|
|
# On many ircd Anope removes the umode of +a from users whom are not
|
|
# Service Admin in Anope. This mode is NOT used by Anope for any form
|
|
# of access. Thus this option allows them to keep the mode without having
|
|
# to be a Service Admin in Anope
|
|
#UnRestrictSAdmin
|
|
|
|
|
|
** MODIFIED CONFIGURATION DIRECTIVES **
|
|
** DELETED CONFIGURATION DIRECTIVES **
|
|
|
|
Anope Version 1.7.5
|
|
-------------------
|
|
** ADDED CONFIGURATION DIRECTIVES **
|
|
|
|
# UseSVSHOLD [OPTIONAL]
|
|
# Allows Bahamut-networks to use SVSHOLD instead of the services
|
|
# enforcer. This option has been introduced in Bahamut 1.4.35 and
|
|
# places a temporary Q:Line instead of introducing a new nick,
|
|
# which is better for both CPU and bandwidth. If you enable this
|
|
# option on a pre-1.4.35 Bahamut, it is most likely to break.
|
|
#UseSVSHOLD
|
|
|
|
** MODIFIED CONFIGURATION DIRECTIVES **
|
|
|
|
# NetworkDomain <name> [OPTIONAL]
|
|
#
|
|
# If your network has a common domain name, specify it there (for
|
|
# example, all IRCZONE servers have a name ending in ".irczone.cl",
|
|
# so "irczone.cl" would be set there.
|
|
#
|
|
# You can specify more than one Network Domain by separating each one by
|
|
# a space: NetworkDomain "localnet.net localnet.com"
|
|
#
|
|
# Note that this directive is no longer used by the GLOBAL command, since
|
|
# it uses a dynamic list of connected servers regardless of their
|
|
# domains. However, some modules may still use this value, so you might
|
|
# want to keep it just in case.
|
|
|
|
NetworkDomain "localnet.com"
|
|
|
|
** DELETED CONFIGURATION DIRECTIVES **
|
|
|
|
Anope Version 1.7.4
|
|
-------------------
|
|
** ADDED CONFIGURATION DIRECTIVES **
|
|
|
|
# NSNickTracking [OPTIONAL]
|
|
#
|
|
# When enabled, services will track your last nick identified when issuing
|
|
# nick changes.
|
|
|
|
#NSNickTracking
|
|
|
|
** MODIFIED CONFIGURATION DIRECTIVES **
|
|
** DELETED CONFIGURATION DIRECTIVES **
|
|
|
|
Anope Version 1.7.3
|
|
-------------------
|
|
** ADDED CONFIGURATION DIRECTIVES **
|
|
|
|
# BSCaseSensitive [OPTIONAL]
|
|
# This option will make botserv use cAsE sEnSiTiVe checking for badwords
|
|
|
|
# BSCaseSensitive
|
|
|
|
# MSMemoReceipt [OPTIONAL]
|
|
# Allow the use of memo receipts for the following groups:
|
|
# 1 - Opers Only
|
|
# 2 - Everybody
|
|
#
|
|
#MSMemoReceipt 1
|
|
|
|
Anope Version 1.7.2
|
|
--------------------
|
|
No Changes.
|
|
|
|
Anope Version 1.7.1
|
|
--------------------
|
|
** ADDED CONFIGURATION DIRECTIVES **
|
|
|
|
# UseRDB [OPTIONAL]
|
|
#
|
|
# Enable this if you want anope to load its data from a remote database.
|
|
# (e.g. MySQL)
|
|
#
|
|
#UseRDB
|
|
|
|
# NickRegDelay <seconds> [OPTIONAL]
|
|
# Prevents users from regging their nick if they are not
|
|
# connected for at least X seconds.
|
|
#NickRegDelay 30
|
|
|
|
** MODIFIED CONFIGURATION DIRECTIVES **
|
|
** DELETED CONFIGURATION DIRECTIVES **
|