]> jfr.im git - solanum.git/commit - src/s_serv.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)
commit8eda114a78c22051a00925d99df98f800182b9f5
treec0019f9c6b431220070dbb141e42e80fb0decc31
parent62a360ea22f470f6fc7b12b2e861715bb3c42866
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