index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
websocket
/
emws_peer.cpp
Age
Commit message (
Expand
)
Author
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-29
Websockets: Fix buffer size checks in put_packet()
Max Hilbrunner
2021-08-06
HTML5: Fix warnings and re-enable `werror=yes` on CI
Rémi Verschelde
2021-07-31
Websocket peer outbound buffer fixes. Expose outbound buffered amount.
Jordan Schidlowsky
2021-07-17
Expose the resource name the client used to the websocket server
Meriipu
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-10
[HTML5] Port JavaScript inline code to libraries.
Fabio Alessandrelli
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-03-08
Fix Javascript platform after PoolVector removal.
Fabio Alessandrelli
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-15
Fix EMWSClient::get_connection_status(), try catch
Fabio Alessandrelli
2020-01-28
Disable Nagle's algorithm for WebSocket TCP.
Fabio Alessandrelli
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-08-12
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
Fix missing/malformed license headers
Rémi Verschelde
2018-11-12
Convert WebSocket module to use PacketBuffer class
Fabio Alessandrelli
2018-09-24
Implement WebSocket clean close detection.
Fabio Alessandrelli
2018-09-24
Implement WebSocket close notify.
Fabio Alessandrelli
2018-04-12
Implement get_peer_[address|port] in ENet/WSServer
Fabio Alessandrelli
2018-03-21
s/2017/2018/g for gles2, websocket, linux appdata
Poommetee Ketson
2018-02-06
Relicense module to the wondeful Godot community!
Fabio Alessandrelli
2018-02-06
Add websocket module.
Fabio Alessandrelli