Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to libdatachannel 0.20.1, OpenSSL 3.0.13 | Fabio Alessandrelli | 2024-01-30 | 1 | -2/+2 |
| | | | | Replace deprecated options with the (new) standard ones. | ||||
* | [CI] Update static checks, copyright headers. | Fabio Alessandrelli | 2023-05-25 | 1 | -29/+29 |
| | |||||
* | Update to Godot 4.0 rc1. | Fabio Alessandrelli | 2023-02-09 | 1 | -7/+7 |
| | |||||
* | Update sources to alpha16 | Fabio Alessandrelli | 2022-09-11 | 1 | -12/+12 |
| | |||||
* | Use libdatachannel library, add Godot 4 support. | Fabio Alessandrelli | 2022-06-15 | 1 | -108/+124 |
| | |||||
* | Add get_buffered_amount() to WebRTCDataChannel | David Snopek | 2021-07-21 | 1 | -0/+5 |
| | |||||
* | Run clang-format on src/* | Fabio Alessandrelli | 2021-07-09 | 1 | -3/+3 |
| | |||||
* | Add copyright headers | Fabio Alessandrelli | 2021-07-09 | 1 | -0/+30 |
| | |||||
* | Fix API breakage after godot cpp 3.2 bump. | Fabio Alessandrelli | 2021-07-02 | 1 | -2/+5 |
| | |||||
* | Update to new DataChannel API. | Fabio Alessandrelli | 2019-05-16 | 1 | -0/+177 |
New WebRTCLibDataChannel class act as PacketPeer. Old WebRTCPeer (now WebRTCPeerConnection) now allows you to set configuration (STUN/TURN) and creating multiple data channels. Fixed many bugs and implemented most of the missing API. |