Changeset 323 in code for trunk/go.mod


Ignore:
Timestamp:
Jun 7, 2020, 12:13:46 PM (5 years ago)
Author:
contact
Message:

Add support for WebSocket connections

WebSocket connections allow web-based clients to connect to IRC. This
commit implements the WebSocket sub-protocol as specified by the pending
IRCv3 proposal [1].

WebSocket listeners can now be set up via a "wss" protocol in the
listen directive. The new http-origin directive allows the CORS
allowed origins to be configured.

[1]: https://github.com/ircv3/ircv3-specifications/pull/342

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r125 r323  
    1010        golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
    1111        gopkg.in/irc.v3 v3.1.2
     12        nhooyr.io/websocket v1.8.5
    1213)
Note: See TracChangeset for help on using the changeset viewer.