From 0b92ee8d30d0a7e44b50079f3751b111cc456dd0 Mon Sep 17 00:00:00 2001 From: sjaz Date: Thu, 6 Aug 2009 16:07:34 +0000 Subject: [PATCH] Updated Changes.* to remove legacy branch/irrelevant stuff. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2413 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes.conf | 775 +------------------------------------------------- Changes.lang | 552 +---------------------------------- Changes.mysql | 129 +-------- 3 files changed, 4 insertions(+), 1452 deletions(-) diff --git a/Changes.conf b/Changes.conf index 3903988a3..1e61cb65d 100644 --- a/Changes.conf +++ b/Changes.conf @@ -3,7 +3,7 @@ Anope Version 1.9.1 ** DELETED CONFIGURATION DIRECTIVES ** Nick tracking has been removed as an option. -Anope Version 1.8.0 +Anope Version 1.9.0 ------------------- ** ADDED CONFIGURATION DIRECTIVES ** @@ -12,776 +12,3 @@ Anope Version 1.8.0 ** 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