[svn] Fix documentation of HIDE_SERVERS_IPS define.

This commit is contained in:
jilles 2007-03-18 09:29:31 -07:00
parent 4b7e690457
commit 3891c2c24f
3 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,12 @@
jilles 2007/03/18 14:44:24 UTC (20070318-3271)
Log:
Don't leak auth{} spoofed ip for I-line is full notice either.
Changes: Modified:
+1 -1 trunk/src/s_conf.c (File Modified)
jilles 2007/03/17 23:50:25 UTC (20070317-3265)
Log:
Update NEWS.

View File

@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: config.h.dist 438 2006-01-06 01:00:44Z jilles $
* $Id: config.h.dist 3275 2007-03-18 16:29:31Z jilles $
*/
#ifndef INCLUDED_config_h
@ -81,8 +81,8 @@
/* HIDE_SERVERS_IPS
*
* If this is undefined, opers will be unable to see servers ips and will be
* shown a masked ip, admins will be shown the real ip.
* If this is undefined, everybody can see a servers ip. This includes
* nonopers if flatten links is not enabled.
*
* If this is defined, nobody can see a servers ip.
*/

View File

@ -1 +1 @@
#define SERNO "20070317-3265"
#define SERNO "20070318-3271"