]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_privs.c
mkpasswd: Default to SHA512 instead of inherently insecure DES.
[irc/rqf/shadowircd.git] / modules / m_privs.c
index c87bb0db2a0c288e483e611f7420f17273270a5a..1d24aad5ad9235ffbd809cc8bce00f0d4e84d71e 100644 (file)
@@ -53,6 +53,13 @@ mapi_clist_av1 privs_clist[] = {
        NULL
 };
 
+/* XXX this is a copy, not so nice */
+struct mode_table
+{
+       const char *name;
+       int mode;
+};
+
 /* there is no such table like this anywhere else */
 static struct mode_table auth_client_table[] = {
        {"resv_exempt",         FLAGS2_EXEMPTRESV       },