summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/NetworkTest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cNetwork: Added EnumLocalIPAddresses() function.Mattes D2015-02-222-0/+19
|
* cNetwork: Added UDP API.Mattes D2015-02-202-1/+134
|
* Fixed TCP link shutdown.Mattes D2015-02-141-2/+3
| | | | The shutdown is postponed until there's no more outgoing data in the LibEvent buffers.
* 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-122-0/+50
|
* NetworkTest plugin: updated comments and splash loading.Mattes D2015-02-041-7/+10
|
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-043-1/+531
| | | | Also added an example to the NetworkTest plugin.
* cNetwork: Exported lookup functions to Lua API.Mattes D2015-02-042-0/+63
| | | | Also added an example in the NetworkTest plugin.
* NetworkTest plugin: Added cNetwork:Connect test code.Mattes D2015-02-042-0/+109