diff options
author | Alexander Færøy <ahf@0x90.dk> | 2016-10-16 14:07:22 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2016-10-22 20:37:33 +0200 |
commit | 99d017720dd162122754bfbedc96744f4af8ce6c (patch) | |
tree | ac2b8e67bad281e13a7dafe1983539667bfc3076 /docs/signals.txt | |
parent | 6a286a4eb284cda4dce9ed97fec2aca643a139b0 (diff) | |
download | irssi-99d017720dd162122754bfbedc96744f4af8ce6c.zip |
Add TLS_REC.
This patch adds the TLS_REC structure. This structure is used to emit
information about the TLS handshake from the core of irssi to the
front-end layers such that we can display connection information to the
user.
Diffstat (limited to 'docs/signals.txt')
-rw-r--r-- | docs/signals.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/signals.txt b/docs/signals.txt index 5e03d901..47db3575 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -59,6 +59,7 @@ network-openssl.c: "tlsa available", SERVER_REC "tlsa verification success", SERVER_REC "tlsa verification failed", SERVER_REC + "tls handshake finished", SERVER_REC, TLS_REC nicklist.c: "nicklist new", CHANNEL_REC, NICK_REC |