]> jfr.im git - irc/irssi/irssi.git/commit
Add TLS_REC.
authorAlexander Færøy <redacted>
Sun, 16 Oct 2016 12:07:22 +0000 (14:07 +0200)
committerAlexander Færøy <redacted>
Sat, 22 Oct 2016 18:37:33 +0000 (20:37 +0200)
commit99d017720dd162122754bfbedc96744f4af8ce6c
treeac2b8e67bad281e13a7dafe1983539667bfc3076
parent6a286a4eb284cda4dce9ed97fec2aca643a139b0
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.
docs/signals.txt
src/core/Makefile.am
src/core/tls.c [new file with mode: 0644]
src/core/tls.h [new file with mode: 0644]
src/perl/get-signals.pl