summaryrefslogtreecommitdiffstats
path: root/modules/websocket/emws_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Websocket] Remove dummy JS server implemenation.Fabio Alessandrelli2022-08-071-92/+0
* Added set_extra_headers() to WebSocketServerOğuzhan Eroğlu2022-04-121-0/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix HTML5 build after 67a4c30.Fabio Alessandrelli2019-10-151-1/+1
* Allow setting websocket buffers sizes internally.Fabio Alessandrelli2019-06-151-0/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix missing/malformed license headersRémi Verschelde2019-01-011-0/+1
* Convert WebSocket module to use PacketBuffer classFabio Alessandrelli2018-11-121-0/+4
* Add missing EMWSServer::poll function.Fabio Alessandrelli2018-10-231-0/+3
* Implement WebSocket close notify.Fabio Alessandrelli2018-09-241-1/+1
* Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli2018-04-121-0/+13
* s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson2018-03-211-2/+2
* Relicense module to the wondeful Godot community!Fabio Alessandrelli2018-02-061-3/+4
* Add websocket module.Fabio Alessandrelli2018-02-061-0/+66