]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_serv.c
Pass certfp to other servers and show it in whois. Do not show it on connect.
[irc/rqf/shadowircd.git] / src / s_serv.c
index 10c0fab05a6c971e8ec29e5ff052d2df6c21535f..a43c60c37f9e815fc36d7c969a07fdd3c77d555c 100644 (file)
@@ -506,6 +506,10 @@ burst_TS6(struct Client *client_p)
                                   IsIPSpoof(target_p) ? "0" : target_p->sockhost,
                                   target_p->id, target_p->info);
 
+               if(!EmptyString(target_p->certfp))
+                       sendto_one(client_p, ":%s ENCAP * CERTFP :%s",
+                                       use_id(target_p), target_p->certfp);
+
                if(!IsCapable(client_p, CAP_EUID))
                {
                        if(IsDynSpoof(target_p))