summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/NetworkTest (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-22cNetwork: Added EnumLocalIPAddresses() function.Mattes D2-0/+19
2015-02-20cNetwork: Added UDP API.Mattes D2-1/+134
2015-02-14Fixed TCP link shutdown.Mattes D1-2/+3
2015-02-13Exported TLS server start on cTCPLink to Lua API.Mattes D1-3/+103
2015-02-12LuaAPI: Added client TLS support for TCP links.Mattes D2-0/+50
2015-02-04NetworkTest plugin: updated comments and splash loading.Mattes D1-7/+10
2015-02-04Exported cServerHandle and cNetwork:Listen to Lua.Mattes D3-1/+531
2015-02-04cNetwork: Exported lookup functions to Lua API.Mattes D2-0/+63
2015-02-04NetworkTest plugin: Added cNetwork:Connect test code.Mattes D2-0/+109