]> jfr.im git - irc/rqf/shadowircd.git/commit - src/sslproc.c
Pass certfp to other servers and show it in whois. Do not show it on connect.
authorJilles Tjoelker <redacted>
Fri, 5 Feb 2010 23:18:27 +0000 (00:18 +0100)
committerJilles Tjoelker <redacted>
Fri, 5 Feb 2010 23:18:27 +0000 (00:18 +0100)
commit54656d7650e3559c37fc3630bd73b3cbe443f05f
tree141c651ae8957c9d01e8aa4ca6a8fcfc0f37dd90
parent8329f99cf921db029d92c4694e7c2ad1d7dabdc2
Pass certfp to other servers and show it in whois. Do not show it on connect.

The server protocol for this is
:<uid> ENCAP * CERTFP :<40 hex chars>
both in new user introductions and in burst.

As in oftc-hybrid, only the user themselves and opers can see the certfp.

Displaying the certfp on connect seems unnecessary to me,
the user can whois themselves if needed.
include/client.h
include/numeric.h
modules/Makefile.in
modules/m_certfp.c [new file with mode: 0644]
modules/m_whois.c
src/client.c
src/messages.tab
src/s_serv.c
src/s_user.c
src/sslproc.c