Anope Version 1.8 SVN ------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** # IRCDModule [REQUIRED] # The ircd protocol module should be used when connecting anope to your # chosen IRCD. This should be one of the following options, or a file # provided by your IRCD author. # # Bahamut 1.4.27 [or later] - "bahamut" # Charybdis 1.0 [or later] - "charybdis" # DreamForge 4.6.7 - "dreamforge" # Hybrid IRCd 7.0 [experimental] - "hybrid" # InspIRCd 1.1 [beta 8 or later] - "inspircd11" # Plexus 3.0 [or later] - "plexus3" # Plexus 2.0 [or later] - "plexus2" # PTLink 6.15.0 [experimental] - "ptlink" # RageIRCd 2.0.x - "rageircd" # Ratbox 2.0.6 [or later] - "ratbox" # ShadowIRCD 4.0x [beta 7 or later] - "shadowircd" # Solid IRCD 3.4.x [3.4.6 or later] - "solidircd" # UltimateIRCd 3.0.0 [or later] - "ultimate3" # UltimateIRCd 2.8.2 [or later] - "ultimate2" # Unreal 3.2 [beta-19 or later] - "unreal32" # Unreal 3.1.1 [or later] - "unreal31" # ViagraIRCd 1.3.x [or later] - "viagra" # #IRCDModule "unreal32" # SuperAdmin [OPTIONAL] # When enabled, Services Roots will be able to use SuperAdmin [ON|OFF] # which will temporarily grant them extra privileges, such as being a # founder of _all_ channels, ability to adjust another users modes etc.. #SuperAdmin # 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 ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.8.0 ------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.24 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.23b -------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.23 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** # OSIgnoreDBName [OPTIONAL] # Module: os_ignore_db # # Use the given filename as database for services ignores. # If not given, the default of "os_ignore.db" will be used. # #OSIgnoreDBName "os_ignore.db" ** MODIFIED CONFIGURATION DIRECTIVES ** ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.22 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** # BotCoreModules [RECOMMENDED] # These modules will be loaded as part of BotServ's core. # It is not recommended you change these settings unless you are # sure you understand exactly what it is you are doing. BotCoreModules "bs_help bs_botlist bs_assign bs_set bs_kick bs_badwords bs_act bs_info bs_say bs_unassign bs_bot bs_fantasy bs_fantasy_kick bs_fantasy_kickban bs_fantasy_owner bs_fantasy_seen" ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.21 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.20 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.19 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.18 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** ########################################################################### # # Encryption settings # ########################################################################### # EncModule [REQUIRED] # The encryption module to use when dealing with passwords. # This determines how the passwords are stored in the databases, # and does not add any security as far as transmitting passwords over # the network goes. # enc_none provides no password encryption, storing the password in # plain text, this is the most versiatle as passwords can easily be # recovered. # # NOTE: users of anope's previous (broken) md5 implementation should # select the enc_old option, or things may break. # # NOTE2: Some of these encryption methods are one-way (md5, sha1, old) # meaning that you can NOT retrive the passwords in plain text once # encrypted. # # Plain Text - enc_none # Previous (broken) MD5 - enc_old # MD5 - enc_md5 # SHA1 - enc_sha1 # EncModule "enc_none" ** MODIFIED CONFIGURATION DIRECTIVES ** ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.17 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.16 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** ** MODIFIED CONFIGURATION DIRECTIVES ** ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.7.15 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** # UseStrictPrivMsg [OPTIONAL] # Using this directive will force services to only respond to privmsgs # addressed to Nick@ServerName - e.g. NickServ@localhost.net. # This should be used on conjunction with ircd aliases. # #UseStrictPrivMsg # NSResendDelay