Skip to content

Flag to mark a port as SSL/TLS secured, additional WHOIS message, sen…#3

Merged
patrick-irc merged 1 commit intomasterfrom
whois_tls
Sep 22, 2024
Merged

Flag to mark a port as SSL/TLS secured, additional WHOIS message, sen…#3
patrick-irc merged 1 commit intomasterfrom
whois_tls

Conversation

@patrick-irc
Copy link
Member

@patrick-irc patrick-irc commented Sep 21, 2024

######################################################

whoistls - SSL/TLS connected client RPL_WHOISTLS reply

######################################################

This will show in (local) /WHOIS if a client is connected via SSL/TLS.

define WHOISTLS to the message you want to show in WHOIS reply

Will use RPL_WHOISEXTRA.

This is non-standard use of numeric 320.

You can also define WHOISTLS_NOTICE to a message that is sent to the
client upon connection to a secure port (undefine to disable this)

This patch do not provide SSL/TLS encryption, but instead a P-line
flag 'T' to mark a port as SSL/TLS secured - you have to ensure it
actual is

Example:
  P:irc.example.net:::6667:::
  P:ssl.example.net:::6679::T:

  The first port (6667) is a regular unencrypted port and the second
  port (6679) is one you have ensured provides a secure SSL/TLS
  connection

######################################################################

@patrick-irc patrick-irc merged commit e3164f3 into master Sep 22, 2024
@patrick-irc patrick-irc deleted the whois_tls branch October 3, 2024 09:54
patrick-irc added a commit that referenced this pull request Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant