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.
This commit is contained in:
Jilles Tjoelker 2010-02-06 00:18:27 +01:00
parent 62a360ea22
commit 8eda114a78
10 changed files with 93 additions and 3 deletions

View file

@ -120,6 +120,8 @@ extern const char *form_str(int);
#define RPL_PRIVS 270 /* from ircu */
#define RPL_WHOISCERTFP 276 /* from oftc-hybrid */
#define RPL_ACCEPTLIST 281
#define RPL_ENDOFACCEPT 282