Tk Library Source Code

View Ticket
Login
Ticket UUID: 3427858
Title: Add secure IRC (TLS/994) support to pico IRC
Type: Patch Version: None
Submitter: karll Created on: 2011-10-24 15:05:44
Subsystem: irc Assigned To: davidw
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2013-07-04 17:25:22
Resolution: Not Applicable Here Closed By:
    Closed on:
Description:
Attached is a patch that will add secure IRC support to pico irc. It recognizes the RFC-standard ircs:// format and, if specified, sets a variable "secure" in the object, defaults to the 994 port (if not specified), and uses tls to establish a secure connection.

All a user has to do to make use of secure irc, after this patch, is to specify ircs:// in the URL rather than irc://.

A new command, ::picoirc::tls_status returns the security status of the connection as list of key-value pairs (certificate info) as returned by ::tls::status.

The patch also includes requisite updates to the manual page.
User Comments: karll added on 2011-10-24 22:05:47:

File Added - 426821: 0001-Recognize-ircs-in-irc-URL-to-tell-us-that-a-secure-c.patch

Attachments: