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


Ignore:
Timestamp:
Jul 22, 2020, 1:44:19 PM (5 years ago)
Author:
contact
Message:

Change unix:// to irc+unix://

When Unix socket support will be added for listeners, unix:// will be
ambiguous. It won't be clear whether to setup an IRC server, or some
other kind of server (e.g. identd).

unix:// is still recognized to avoid breaking existing DBs.

File:
1 edited

Legend:

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

    r368 r369  
    129129        - _[ircs://]<host>[:port]_ connects with TLS over TCP
    130130        - _irc+insecure://<host>[:port]_ connects with plain-text TCP
    131         - _unix:///<path>_ connects to a Unix socket
     131        - _irc+unix:///<path>_ connects to a Unix socket
    132132
    133133        Other options are:
Note: See TracChangeset for help on using the changeset viewer.