From c44d4bd51d12865ff35c508eac44ecf5a20a1c14 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 24 Jan 2023 20:57:12 +0000 Subject: [PATCH] add an `identd` key to WEBIRC options --- extensions/webirc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/webirc.md b/extensions/webirc.md index 1f5b8a7d..49e977a0 100644 --- a/extensions/webirc.md +++ b/extensions/webirc.md @@ -47,6 +47,7 @@ These options are defined and may be sent by clients while connecting: - `local-port=`: This flag indicates the port the gateway accepted the client connection on (e.g. `6697`, `6667`). - `certfp-=`: This flag indicates the TLS client certificate fingerprint supplied to the WebIRC gateway by the user's actual client application. - `spkifp-=`: This flag indicates the public key fingerprint for the TLS client certificate supplied to the WebIRC gateway by the user's actual client application. +- `identd=`: This flag indicates the gateway has done an [ident lookup](https://en.wikipedia.org/wiki/Ident_protocol) and received a response, which it is passing on to the IRCd. `` should be the hash algorithm used to produce the fingerprint supplied such as `sha-256`. Its value should be taken from IANA's [Hash Function Textual Names](https://www.iana.org/assignments/hash-function-text-names/hash-function-text-names.xhtml) registry, or if using an algorithm not listed should use a name consisting of only lower case letters, numbers or hyphens.