From 3891c2c24fb965ce9286a818d3db05a222018fe0 Mon Sep 17 00:00:00 2001 From: jilles Date: Sun, 18 Mar 2007 09:29:31 -0700 Subject: [PATCH] [svn] Fix documentation of HIDE_SERVERS_IPS define. --- ChangeLog | 9 +++++++++ include/config.h.dist | 6 +++--- include/serno.h | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04f7f8a..e2b5f2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/include/config.h.dist b/include/config.h.dist index 6c0d0bb..b80d8ee 100644 --- a/include/config.h.dist +++ b/include/config.h.dist @@ -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. */ diff --git a/include/serno.h b/include/serno.h index 0d8a937..9882ad5 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070317-3265" +#define SERNO "20070318-3271"