Changeset 270 in code for trunk/doc


Ignore:
Timestamp:
Apr 28, 2020, 9:41:13 AM (5 years ago)
Author:
delthas
Message:

Add support for the irc+insecure address scheme

Some servers do not support TLS, or have invalid, expired or self-signed
TLS certificates. While the right fix would be toi contact each server
owner to add support for valid TLS, supporting plaintext upstream
connections is sometimes necessary.

This adds support for the irc+insecure address scheme, which connects to
a network in plain-text over TCP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/soju.1.scd

    r269 r270  
    9898        _addr_ supports several connection types:
    9999        - _[ircs://]host[:port]_ connects with TLS over TCP
     100        - _irc+insecure://host[:port]_ connects with plain-text TCP
    100101
    101102        Other options are:
Note: See TracChangeset for help on using the changeset viewer.