]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
reference.conf: add drain_reason
[solanum.git] / modules / m_info.c
index 6692951b92cc1540ddefba7d470eed82e359596a..d1b286f68612ac03631ffdc5ed29155dabdef162 100644 (file)
@@ -406,11 +406,6 @@ static struct InfoStruct info_table[] = {
                "STATS C output is only shown to operators",
                INFO_INTBOOL_YN(&ConfigFileEntry.stats_c_oper_only),
        },
-       {
-               "stats_h_oper_only",
-               "STATS H output is only shown to operators",
-               INFO_INTBOOL_YN(&ConfigFileEntry.stats_h_oper_only),
-       },
        {
                "stats_i_oper_only",
                "STATS I output is only shown to operators",
@@ -586,6 +581,11 @@ static struct InfoStruct info_table[] = {
                "Send messages to @#channel if affected by +z",
                INFO_INTBOOL_YN(&ConfigChannel.opmod_send_statusmsg),
        },
+       {
+               "ip_bans_through_vhost",
+               "Channel IP bans see through dynamic spoofs",
+               INFO_INTBOOL_YN(&ConfigChannel.ip_bans_through_vhost),
+       },
        {
                "hide_opers",
                "Hide all opers from unprivileged users",
@@ -616,6 +616,11 @@ static struct InfoStruct info_table[] = {
                "Links rehash delay",
                INFO_DECIMAL(&ConfigServerHide.links_delay),
        },
+       {
+               "oper_secure_only",
+               "Require TLS to become an oper",
+               INFO_INTBOOL_YN(&ConfigFileEntry.oper_secure_only),
+       },
 
        { NULL, NULL, 0, { NULL } },
 };