mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 14:42:08 +02:00
Display TLS connection information when connected to a TLS enabled server.
This commit is contained in:
parent
1d101afe0d
commit
c6c2e79537
7 changed files with 144 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ libfe_common_core_a_SOURCES = \
|
|||
fe-queries.c \
|
||||
fe-server.c \
|
||||
fe-settings.c \
|
||||
fe-tls.c \
|
||||
formats.c \
|
||||
hilight-text.c \
|
||||
keyboard.c \
|
||||
|
|
@ -48,6 +49,7 @@ pkginc_fe_common_core_HEADERS = \
|
|||
fe-exec.h \
|
||||
fe-messages.h \
|
||||
fe-queries.h \
|
||||
fe-tls.h \
|
||||
formats.h \
|
||||
hilight-text.h \
|
||||
keyboard.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue