diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-11 12:40:42 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-11 12:40:42 +0000 |
commit | e305db41ce14fb91c4d7c83584dd90f67ad24ddf (patch) | |
tree | 41fa460dbd20fafae828ebeee9cc19b0b8d65c87 | |
parent | 6ad63349c1840705a883506e4dea19b986a62e8a (diff) |
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
-rw-r--r-- | data/example.conf | 2 | ||||
-rw-r--r-- | version.log | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index 5ca0c9c39..4f42151fd 100644 --- a/data/example.conf +++ b/data/example.conf @@ -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] # diff --git a/version.log b/version.log index b232c9a99..74c07f474 100644 --- a/version.log +++ b/version.log @@ -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 |