summaryrefslogtreecommitdiff
path: root/Changes.conf
blob: 8eec98d206ac5797aabe4b1b633b412811f65d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Anope Version S V N
-------------------
** 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


** 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 **