summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-websocket.c
AgeCommit message (Collapse)Author
2017-01-11relay: make HTTP headers case-insensitive for WebSocket connections (closes ↵Sébastien Helleu
#888)
2017-01-01core: update copyright datesSébastien Helleu
2016-02-06relay: fix websocket frame decoding, answer a PONG to PING (closes #675)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-08-09relay: fix memory leak during handshake on websocketSébastien Helleu
2014-05-07relay: add support of Internet Explorer websocket (closes #73)Sébastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-10-05relay: fix decoding of websocket frames when there are multiple frames in a ↵Sebastien Helleu
single message received (only the first one was decoded)
2013-02-12relay: fix crash when decoding a websocket frameSebastien Helleu
2013-02-10relay: add experimental websocket server support (RFC 6455) for irc and ↵Sebastien Helleu
weechat protocols, new option relay.network.websocket_allowed_origins It is a partial implementation of RFC 6455: fragmentation and control frames are not yet supported. Text and binary frames are supported.