mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Add TLSA related signals
This patch adds 3 new signals: * tlsa avalable: emitted if TLSA is available for a given domain. * tlsa verification success: emitted if the TLSA check was successful. * tlsa verification failed: emitted if the TLSA check was unsuccessful. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5220 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cb873d5b91
commit
4d36a9e498
2 changed files with 11 additions and 8 deletions
|
|
@ -55,6 +55,11 @@ modules.c:
|
|||
"module unloaded", MODULE_REC, MODULE_FILE_REC
|
||||
"module error", int error, char *text, char *rootmodule, char *submodule
|
||||
|
||||
network-openssl.c:
|
||||
"tlsa available", SERVER_REC
|
||||
"tlsa verification success", SERVER_REC
|
||||
"tlsa verification failed", SERVER_REC
|
||||
|
||||
nicklist.c:
|
||||
"nicklist new", CHANNEL_REC, NICK_REC
|
||||
"nicklist remove", CHANNEL_REC, NICK_REC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue