Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / ircd_policy.h
index 849aab0a0e0e89a558a49ac0b60aea1ff7306904..864229a486e211f981a8ebe01a55bc5cde6585c1 100644 (file)
  * braindead and silly.  These aren't configurable as they are network
  * policy, and should not be changed (depending on what network your 
  * on different ones of these should be defined
+ * 
+ * If you want nothing to do with any of this nonsense, add the line
+ * #define INCLUDED_ircd_policy_h
+ * *above* the #ifndef above.
  */
 
 /* CFV-165 - Hiding Nonessential information from non-opers
@@ -94,7 +98,7 @@
 #define HEAD_IN_SAND_STATS_M
 #define HEAD_IN_SAND_STATS_m
 #define HEAD_IN_SAND_STATS_O
-#undef  HEAD_IN_SAND_STATS_P
+#define HEAD_IN_SAND_STATS_P
 #define HEAD_IN_SAND_STATS_R
 #define HEAD_IN_SAND_STATS_D
 #define HEAD_IN_SAND_STATS_d
  */
 
 #define HEAD_IN_SAND_WHOIS_SERVERNAME
+#define HEAD_IN_SAND_WHOIS_IDLETIME
 #define HEAD_IN_SAND_WHO_SERVERNAME
+#define HEAD_IN_SAND_WHO_HOPCOUNT
+
+/* CFV-165 - Hiding Nonessential information from non-opers
+ *
+ */
+
+/* don't show which server set a ban */
+#define HEAD_IN_SAND_BANWHO
+
+/* remap remote numerics to come from the local server */
+#define HEAD_IN_SAND_REWRITE
+
+/* disallow remote queries (*sob!*) */
+/* (note, set this to 1 to reenable, not undef */
+#define HEAD_IN_SAND_REMOTE 0
 
 #endif /* INCLUDED_ircd_policy_h */