summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViper <Viper@Anope.org>2010-08-18 16:07:06 +0200
committerViper <Viper@Anope.org>2010-08-18 16:07:06 +0200
commit085976adf5b7a4a506c1e1c2e3181a8e2013545e (patch)
treeaf5c165c32b74cc4bcf5cb17060e5dce5659d905
parenta2be8c402ffa3a801297bfbdb8303746f5856fcd (diff)
We tell everyone to use 127.0.0.1 instead of localhost so we should too..
-rw-r--r--data/example.conf8
-rw-r--r--version.log3
2 files changed, 6 insertions, 5 deletions
diff --git a/data/example.conf b/data/example.conf
index f3ce441d3..c66df17bd 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -193,9 +193,9 @@ ChanCoreModules "cs_help cs_register cs_identify cs_set cs_xop cs_access cs_akic
# RemoteServer2 (if defined). If they can't connect to RemoteServer2,
# they will use RemoteServer3 (if defined).
-RemoteServer localhost 6667 "mypass"
-#RemoteServer2 localhost 6667 "mypass"
-#RemoteServer3 localhost 6667 "mypass"
+RemoteServer 127.0.0.1 6667 "mypass"
+#RemoteServer2 127.0.0.1 6667 "mypass"
+#RemoteServer3 127.0.0.1 6667 "mypass"
# LocalAddress <hostname> [port] [OPTIONAL]
# Specifies the local address to bind to before connecting to the
@@ -1497,7 +1497,7 @@ OSOpersOnly
# MysqlSock defines the Mysql UNIX socket
# MysqlPort defines the Mysql TCP port
#
-#MysqlHost "localhost"
+#MysqlHost "127.0.0.1"
#MysqlUser "Anonymous"
#MysqlPass ""
#MysqlName "anope"
diff --git a/version.log b/version.log
index 6b8c946e6..c9acc1c9e 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="4"
VERSION_EXTRA="-git"
-VERSION_BUILD="3027"
+VERSION_BUILD="3028"
# $Log$ # Changes since the 1.8.4 Release
+#Revision 3028 - We tell everyone to use 127.0.0.1 instead of localhost, so we should too.
#Revision 3027 - Kill users using our nicks when on InspIRCd 1.2
#Revision 3026 - Updated german language file
#Revision 3025 - Added in mail forking for operating systems that support it