Anope Version S V N -------------------- ** 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