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