]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
reference.conf: add drain_reason
[solanum.git] / modules / m_info.c
index fd9888daf1846425550c4db86e9dd5def5e95bd3..d1b286f68612ac03631ffdc5ed29155dabdef162 100644 (file)
@@ -581,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",
@@ -611,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 } },
 };