diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-06 01:51:44 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-06 01:51:44 +0000 |
commit | 4b55c527516069dcae31cb06dba1c60b697eb465 (patch) | |
tree | 1d8d116e33e056306e6cfb05fcdd4ee06ac7df57 | |
parent | 1fc19209fd0a30260fa089a69f14bbdf381eedbd (diff) |
BUILD : 1.7.9 (780) BUGS : none NOTES : Language to clarify configuration directive dependencies.
git-svn-id: svn://svn.anope.org/anope/trunk@780 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@540 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | data/example.conf | 10 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/data/example.conf b/data/example.conf index 9f62f906f..4f9f24133 100644 --- a/data/example.conf +++ b/data/example.conf @@ -585,6 +585,7 @@ UlineServers "stats.your.network proxy.your.network" # # This option enables the mail commands in Services. You may choose # to disable it if you have no sendmail-compatible mailer installed. +# This setting is [REQUIRED] if NSEmailReg is enabled. UseMail @@ -647,7 +648,8 @@ MailDelay 5m # a nickname. If you have nicks in the database that have no e-mail # set, they will be asked to set an e-mail when they identify their # nickname until they set one. Also, this option prevents user from -# unsetting the password. +# unsetting the password. This setting is [REQUIRED] if NSEmailReg +# is enabled. # # This option is useful to resolve "lost password" problems. @@ -661,7 +663,8 @@ NSForceEmail # # You must have mail / forcemail set for this to work correctly. # It is also recommended that MailDelay be set to a sensible value -# to prevent mail flooding +# to prevent mail flooding. This setting is [REQUIRED] if NSEmailReg +# is enabled. # NSEmailReg @@ -719,7 +722,8 @@ NSExpire 21d # NSRExpire <time> [OPTIONAL] # Sets the length of time a user gets to enter the confirmation code # which has been e-mailed to them before the nick will be released -# for general use again +# for general use again. This setting is [REQUIRED] if NSEmailReg is +# enabled. # NSRExpire 1d diff --git a/version.log b/version.log index ee20ca567..c12e15256 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="9" -VERSION_BUILD="779" +VERSION_BUILD="780" # $Log$ # +# BUILD : 1.7.9 (780) +# BUGS : none +# NOTES : Language to clarify configuration directive dependencies. +# # BUILD : 1.7.9 (779) # BUGS : none # NOTES : TS6 nick tracking fix by static |