diff options
-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 |