Changeset 269 in code for trunk/doc/soju.1.scd


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

Add support for IRC address schemes

This is preparatory work for adding other connection types to upstream
servers. The service command network create now accepts a scheme in
the address flag, which specifies how to connect to the upstream server.

The only supported scheme for now is ircs, which is also the default if
no scheme is specified. ircs connects to a network over a TLS TCP
connection.

File:
1 edited

Legend:

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

    r264 r269  
    9494
    9595*network create* *-addr* <addr> [options...]
    96         Connect to a new network at _addr_. _-addr_ is mandatory. Other options are:
     96        Connect to a new network at _addr_. _-addr_ is mandatory.
     97
     98        _addr_ supports several connection types:
     99        - _[ircs://]host[:port]_ connects with TLS over TCP
     100
     101        Other options are:
    97102
    98103        *-name* <name>
Note: See TracChangeset for help on using the changeset viewer.