1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

BUILD : 1.7.3 (124) BUGS : 70 NOTES : Fixed typo in example.conf.

git-svn-id: svn://svn.anope.org/anope/trunk@124 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@98 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-05-25 02:36:06 +00:00
parent 3122fef4d5
commit d0a667d4bc
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004
05/24 A New NSNickTracking directive to provide nick tracking. [ #71]
05/21 A Auto enforce upon AKICK addition. [ #63]
05/21 A New file docs/OLDCHANGES contains all change history. [ #65]
05/24 F Fixed typo in example.conf. [ #70]
05/24 F Cleaned up compile errors on older compilers. [ #69]
05/21 F Removed threads.c file. [ #64]
05/21 F Check for VHOST capable ircd on HostServAlias induction. [ #56]
+1 -1
View File
@@ -565,7 +565,7 @@ ProxyMessage4 "See http://proxy.myirc.net/ for information about our proxy polic
# ProxyCheck... [OPTIONAL]
#
# Determines what types of proxy AnopAnope wille try to find (respectively
# Determines what types of proxy Anope will try to find (respectively
# Wingate on port 23, SOCKS4 on port 1080, SOCKS5 on port 1080, HTTP
# proxy on port 3128, HTTP proxy on port 8080 and HTTP proxy on port
# 80).
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
VERSION_BUILD="123"
VERSION_BUILD="124"
# $Log$
#
# BUILD : 1.7.3 (124)
# BUGS : 70
# NOTES : Fixed typo in example.conf.
#
# BUILD : 1.7.3 (123)
# BUGS : None
# NOTES : Fixed Changes and version.log format and added reference bug number.