mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
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.
This commit is contained in:
parent
6a286a4eb2
commit
99d017720d
5 changed files with 318 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ while (<STDIN>) {
|
|||
RAWLOG_REC => 'Irssi::Rawlog',
|
||||
IGNORE_REC => 'Irssi::Ignore',
|
||||
MODULE_REC => 'Irssi::Module',
|
||||
TLS_REC => 'iobject',
|
||||
|
||||
# irc
|
||||
BAN_REC => 'Irssi::Irc::Ban',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue