summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-03-16 18:35:22 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-03-16 18:35:22 +0000
commitdf2faa39f2f1f174eb3821c5108369e47ff1b531 (patch)
treefe46c1f9e1122c1994a3088947c79584033db0ba
parent8a45556395fc213407bad8672a87bdd5f0c9197f (diff)
Remove <options:timesync>, add <timesync enable="no" master="no"> ...and document it in the example conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6687 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--docs/inspircd.conf.example30
1 files changed, 22 insertions, 8 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 9d5b52652..5ff06c811 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -781,13 +781,6 @@
# of text sent out. Eg. NOTICE @#test :@ testing #
# vs. the off setting: NOTICE @#test :testing #
# #
-# timesync - If this value is 'yes', 'true', or '1', time #
-# synchronization i enabled on this server. This #
-# means any servers you are linked to will #
-# automatically synchronize time with you, however #
-# this can cause clock drifts internal to InspIRCd, #
-# and you should use ntpd instead, NOT this option. #
-# #
# hostintopic - If this is set to yes (the default) then the full #
# nick!user@host is shown for who set a TOPIC last. #
# if set to no, then only the nickname is shown. #
@@ -821,10 +814,31 @@
cyclehosts="yes"
ircumsgprefix="no"
announcets="yes"
- timesync="no"
hostintopic="yes"
allowhalfop="yes">
+#-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#
+# Time sychronization options for m_spanningtree linking. #
+# #
+# Because IRC is very time and clock dependent, InspIRCd provides its #
+# own methods for syncronization of time between servers as shown #
+# in the example below, for servers that don't have ntpd running. #
+# #
+# enable - If this value is 'yes', 'true', or '1', time #
+# synchronization is enabled on this server. This #
+# means any servers you are linked to will #
+# automatically synchronize time, however you should #
+# use ntpd instead where possible, NOT this option. #
+# #
+# master - If this value is set to yes, then this server will #
+# act as the authoritative time source for the whole #
+# network. All other servers will respect its time #
+# without question, and match their times to it. #
+# only one server should have the master value set #
+# to 'yes'. #
+# #
+<timesync enable="no" master="no">
+
#-#-#-#-#-#-#-#-#-#-#-#-#- WHOWAS OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#
# #
# This tag lets you define the behaviour of the /whowas command of #