]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_newconf.h
Add support for client certificate fingerprints in o:lines.
[irc/rqf/shadowircd.git] / include / s_newconf.h
index 916cf77e3a1115f68d07989e81f355cf1f311c70..03e887d249ae81761b883c57900f0abccb64c449 100644 (file)
@@ -60,9 +60,6 @@ extern void init_s_newconf(void);
 extern void clear_s_newconf(void);
 extern void clear_s_newconf_bans(void);
 
-#define FREE_TARGET(x) ((x)->localClient->targinfo[0])
-#define USED_TARGETS(x) ((x)->localClient->targinfo[1])
-
 typedef struct
 {
        char *ip;
@@ -115,6 +112,7 @@ struct oper_conf
        char *username;
        char *host;
        char *passwd;
+       char *certfp;
 
        int flags;
        int umodes;
@@ -223,6 +221,7 @@ extern void attach_server_conf(struct Client *, struct server_conf *);
 extern void detach_server_conf(struct Client *);
 extern void set_server_conf_autoconn(struct Client *source_p, const char *name, 
                                        int newval);
+extern void disable_server_conf_autoconn(const char *name);
 
 
 extern struct ConfItem *find_xline(const char *, int);