index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
relay
/
relay-websocket.c
Age
Commit message (
Expand
)
Author
2024-04-07
relay: check that parameter ws_deflate is not NULL in function relay_websocke...
Sébastien Helleu
2024-04-07
relay: add connection to remote (issue #2066)
Sébastien Helleu
2024-04-01
core: fix print of pointer values
Sébastien Helleu
2024-02-04
relay: disable "permessage-deflate" websocket extension when option relay.net...
Sébastien Helleu
2024-02-04
relay: fix decoding of websocket frame when a partial frame is received
Sébastien Helleu
2024-02-04
relay: fix websocket decompression when output buffer is not large enough
Sébastien Helleu
2024-02-01
core: add support of base64url in encode/decode functions (issue #2066)
Sébastien Helleu
2024-02-01
relay: add support of websocket extension "permessage-deflate" (closes #1549)
Sébastien Helleu
2024-02-01
relay: add "api" protocol (HTTP REST API) (issue #2066)
Sébastien Helleu
2024-01-01
core: update copyright dates
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-18
api: return newly allocated string in functions string_tolower and string_tou...
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-11-13
relay: remove dead assignment in websocket decoding
Sébastien Helleu
2021-09-04
relay: fix crash when decoding a malformed websocket frame
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-03-01
relay: rename variable length_hash to hash_size
Sébastien Helleu
2020-03-01
core: move crypto functions to wee-crypto.c, rename API function string_hash ...
Sébastien Helleu
2020-03-01
core: merge functions string_hash_binary and string_hash into a single functi...
Sébastien Helleu
2020-03-01
relay: call function string_hash_binary in relay_websocket_build_handshake to...
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-02-24
relay: remove obsolete comment
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-12-01
core: use https for links in comments
Sébastien Helleu
2018-11-29
core: use https for all links where secured http is supported
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-12
relay: add support of close frame in websocket connection (closes #1281)
Sébastien Helleu
2018-11-04
api: add functions string_base_{encode,decode}, remove functions string_{enco...
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base64
Sébastien Helleu
2018-10-01
relay: remove useless test on length
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-01-11
relay: make HTTP headers case-insensitive for WebSocket connections (closes #...
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-02-06
relay: fix websocket frame decoding, answer a PONG to PING (closes #675)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-08-09
relay: fix memory leak during handshake on websocket
Sébastien Helleu
2014-05-07
relay: add support of Internet Explorer websocket (closes #73)
Sébastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-10-05
relay: fix decoding of websocket frames when there are multiple frames in a s...
Sebastien Helleu
2013-02-12
relay: fix crash when decoding a websocket frame
Sebastien Helleu
2013-02-10
relay: add experimental websocket server support (RFC 6455) for irc and weech...
Sebastien Helleu