summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/NetworkTest/NetworkTest.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed output directory to ServerMattes D2015-09-051-503/+0
* cNetwork: Added EnumLocalIPAddresses() function.Mattes D2015-02-221-0/+13
* cNetwork: Added UDP API.Mattes D2015-02-201-1/+92
* Fixed TCP link shutdown.Mattes D2015-02-141-2/+3
* Exported TLS server start on cTCPLink to Lua API.Mattes D2015-02-131-3/+103
* LuaAPI: Added client TLS support for TCP links.Mattes D2015-02-121-0/+44
* NetworkTest plugin: updated comments and splash loading.Mattes D2015-02-041-7/+10
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-041-1/+147
* cNetwork: Exported lookup functions to Lua API.Mattes D2015-02-041-0/+42
* NetworkTest plugin: Added cNetwork:Connect test code.Mattes D2015-02-041-0/+63