1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 12:56:39 +02:00

Removed proxy server from ulined servers in example config as more people use a client proxy scanner and this should reduce occurences of user servers being listed.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2550 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
sjaz
2009-10-11 12:40:42 +00:00
parent 6ad63349c1
commit e305db41ce
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -622,7 +622,7 @@ UnRestrictSAdmin
# can set channel modes and we will not attempt to take them from them
# WARNING: do not put your user servers in this option
UlineServers "stats.your.network proxy.your.network"
UlineServers "stats.your.network"
# UseTS6 [OPTIONAL]
#
+2 -1
View File
@@ -9,9 +9,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="2"
VERSION_EXTRA="-svn"
VERSION_BUILD="2546"
VERSION_BUILD="2550"
# $Log$ # Changes since 1.8.2 Release
#Revision 2550 - Removed proxy server from ulined servers in example config as more people use a client proxy scanner and this should reduce occurences of user servers being listed.
#Revision 2546 - Reset errno before calling strtol in bs_kick, it would sometimes not allow valid kick settings to work
#Revision 2545 - Now send the QUIT command before changing bots internally for /botserv bot change, so InspIRCd 1.2 (and possibly others) can get the UID and other info from the bot
#Revision 2544 - Fixed the NICK command syntax on InspIRCd 1.2 to work when changing clients nicknames