]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
Add .travis.yml
[solanum.git] / doc / reference.conf
index 80b5f9ca5e7a1ebfde3ad107d383255cb856259a..b3ff2580f68df8be799af8c9d511950cfa2c6bdd 100755 (executable)
@@ -50,6 +50,7 @@
  * Emulates channel mode +-O (oper only) (+-iI $o)   -- chm_operonly_compat.la
  * Emulates channel mode +-R (quiet unreg) (+-q $~a) -- chm_quietunreg_compat.la
  * Emulates channel mode +-S (ssl only) (+-b $~z)    -- chm_sslonly_compat.la
+ * Channel mode +-M (disallow KICK on IRC ops)       -- chm_operpeace.la
  * Restrict channel creation to logged in users      -- createauthonly.la
  * Account bans (+b $a[:mask])                       -- extb_account.la
  * Banned from another channel (+b $j:mask)          -- extb_canjoin.la
@@ -61,6 +62,7 @@
  * Realname (gecos) bans (+b $r:mask)                -- extb_realname.la
  * Server bans (+b $s:mask)                          -- extb_server.la
  * SSL bans (+b $z)                                  -- extb_ssl.la
+ * Helpops system (umode +H)                         -- helpops.la
  * HURT system                                       -- hurt.la
  * New host mangling (umode +x)                      -- ip_cloaking_4.0.la
  * Old host mangling (umode +h)                      -- ip_cloaking.la
@@ -82,6 +84,7 @@
 #loadmodule "extensions/chm_operonly_compat.la";
 #loadmodule "extensions/chm_quietunreg_compat.la";
 #loadmodule "extensions/chm_sslonly_compat.la";
+#loadmodule "extensions/chm_operpeace.la";
 #loadmodule "extensions/createauthonly.la";
 #loadmodule "extensions/extb_account.la";
 #loadmodule "extensions/extb_canjoin.la";
@@ -93,6 +96,7 @@
 #loadmodule "extensions/extb_realname.la";
 #loadmodule "extensions/extb_server.la";
 #loadmodule "extensions/extb_ssl.la";
+#loadmodule "extensions/helpops.la";
 #loadmodule "extensions/hurt.la";
 #loadmodule "extensions/ip_cloaking_4.0.la";
 #loadmodule "extensions/ip_cloaking.la";
@@ -820,6 +824,9 @@ channel {
         * such as LIST >0.
         */
        displayed_usercount = 3;
+
+       /* strip_topic_colors: whether or not color codes in TOPIC should be stripped. */
+       strip_topic_colors = no;
 };
 
 
@@ -1330,6 +1337,9 @@ general {
         * prior to charybdis 3.5 MUST use sha1 for certfp_method.
         */
        certfp_method = sha1;
+
+       /* hide_opers_in_whois: if set to YES, then oper status will be hidden in /WHOIS output. */
+       hide_opers_in_whois = no;
 };
 
 modules {