summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings_Network.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved cWorld manual bindings out into a separate file.Mattes D2015-05-131-11/+11
|
* cNetwork: Added EnumLocalIPAddresses() function.Mattes D2015-02-221-5/+30
|
* cNetwork: Added UDP API.Mattes D2015-02-201-31/+297
|
* Exported TLS server start on cTCPLink to Lua API.Mattes D2015-02-131-0/+47
|
* Exported cTCPLink:Close and :Shutdown() to Lua API.Mattes D2015-02-131-13/+83
|
* LuaAPI: Added client TLS support for TCP links.Mattes D2015-02-121-5/+51
|
* APIDump: Added cNetwork documentation.Mattes D2015-02-061-1/+1
|
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-041-2/+155
| | | | Also added an example to the NetworkTest plugin.
* cNetwork: Exported lookup functions to Lua API.Mattes D2015-02-041-1/+82
| | | | Also added an example in the NetworkTest plugin.
* cNetwork: Exported the Connect() method and cTCPLink class to Lua.Mattes D2015-02-041-0/+279