Changeset 317 in code for trunk/README.md


Ignore:
Timestamp:
Jun 4, 2020, 6:16:23 PM (5 years ago)
Author:
contact
Message:

Allow multiple listeners, default to ircs

Users can now specify multiple "listen" directives in their
configuration file. If -listen is specified on the CLI, it's added to
the list of listeners.

Listeners are now parsed as URLs. If the scheme is missing "ircs" is
assumed. URLs allow to enable/disable TLS on a per-listener basis and
will be used for Unix sockets too.

The default listening address is changed from irc+insecure://:6667 to
ircs://:6697. This avoids setting up an insecure listener opened to
everybody.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r290 r317  
    1414
    1515    go run ./cmd/sojuctl create-user <username>
    16     go run ./cmd/soju
     16    go run ./cmd/soju -listen irc+insecure://127.0.0.1:6667
    1717
    1818Then connect with username `<username>/chat.freenode.net` and join `#soju`.
Note: See TracChangeset for help on using the changeset viewer.