Changeset 353 in code for trunk/doc


Ignore:
Timestamp:
Jul 6, 2020, 3:31:11 PM (5 years ago)
Author:
contact
Message:

Add support for upstream Unix socket connections

References: https://todo.sr.ht/~emersion/soju/51

File:
1 edited

Legend:

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

    r331 r353  
    117117        _addr_ supports several connection types:
    118118
    119         - _[ircs://]host[:port]_ connects with TLS over TCP
    120         - _irc+insecure://host[:port]_ connects with plain-text TCP
     119        - _[ircs://]<host>[:port]_ connects with TLS over TCP
     120        - _irc+insecure://<host>[:port]_ connects with plain-text TCP
     121        - _unix:///<path>_ connects to a Unix socket
    121122
    122123        Other options are:
Note: See TracChangeset for help on using the changeset viewer.