feat(plugins): add c2.WebSocket (#6076)

This commit is contained in:
nerix
2025-04-07 19:38:10 +02:00
committed by GitHub
parent d3bab9132f
commit ab66be21b3
31 changed files with 1859 additions and 29 deletions
+11
View File
@@ -57,6 +57,15 @@ set(SOURCE_FILES
common/network/NetworkTask.cpp
common/network/NetworkTask.hpp
common/websockets/WebSocketPool.cpp
common/websockets/WebSocketPool.hpp
common/websockets/detail/WebSocketConnection.cpp
common/websockets/detail/WebSocketConnection.hpp
common/websockets/detail/WebSocketConnectionImpl.cpp
common/websockets/detail/WebSocketConnectionImpl.hpp
common/websockets/detail/WebSocketPoolImpl.cpp
common/websockets/detail/WebSocketPoolImpl.hpp
controllers/accounts/Account.cpp
controllers/accounts/Account.hpp
controllers/accounts/AccountController.cpp
@@ -238,6 +247,8 @@ set(SOURCE_FILES
controllers/plugins/api/HTTPResponse.hpp
controllers/plugins/api/IOWrapper.cpp
controllers/plugins/api/IOWrapper.hpp
controllers/plugins/api/WebSocket.cpp
controllers/plugins/api/WebSocket.hpp
controllers/plugins/LuaAPI.cpp
controllers/plugins/LuaAPI.hpp
controllers/plugins/LuaUtilities.cpp