Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / include / ircd_policy.h
index 21e8b62c734b236cf0cc12e0eb67bf0f4f8553be..ea9abca39b79f56e12250267d198fcf8f1bf649d 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
 #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_STATS_E
 #define HEAD_IN_SAND_STATS_t
 #define HEAD_IN_SAND_STATS_T
 #define HEAD_IN_SAND_STATS_U
  */
 
 #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 0 to reenable, not undef */
+#define HEAD_IN_SAND_REMOTE 1
+
+#define HEAD_IN_SAND_SERVERNAME "*.undernet.org"
+#define HEAD_IN_SAND_SERVERINFO "The Undernet Underworld"
+
+#define URL_SERVERS "http://www.undernet.org/servers.php"
 
 #endif /* INCLUDED_ircd_policy_h */