]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
[svn] Fix documentation of HIDE_SERVERS_IPS define.
authorjilles <redacted>
Sun, 18 Mar 2007 16:29:31 +0000 (09:29 -0700)
committerjilles <redacted>
Sun, 18 Mar 2007 16:29:31 +0000 (09:29 -0700)
ChangeLog
include/config.h.dist
include/serno.h

index 04f7f8a4ae7ba9972061bfe2a058e1b466eb546d..e2b5f2a59826510115f8cf304d0786f743d0904a 100644 (file)
--- 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.
index 6c0d0bb62a0ba53cd425b312a5998f21f5e8fbc8..b80d8ee249023706c0362bea8b4d436b5a77b9fc 100644 (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.
  */
index 0d8a93700018d36c8e8594b66642efb4d14fa3a7..9882ad503591ac4e00945dfd460c3d52cc01a329 100644 (file)
@@ -1 +1 @@
-#define SERNO "20070317-3265"
+#define SERNO "20070318-3271"