index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Bindings
/
LuaTCPLink.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cTCPLink and cUrlClient accept list of trusted root CAs for TLS.
Mattes D
2023-05-19
1
-2
/
+13
*
cTCPLink: Use the original connection hostname for SNI.
Mattes D
2023-05-19
1
-2
/
+1
*
Auth SSL Fixes
x12xx12x
2023-05-19
1
-1
/
+3
*
Removed all Printf-family functions from StringUtils.
Mattes D
2023-05-16
1
-4
/
+4
*
Update mbedtls to 2.5.1 (#3964)
peterbell10
2017-08-30
1
-2
/
+2
*
cTCPLink supports TLS out of the box.
Mattes D
2016-08-22
1
-245
/
+25
*
Converted cLuaState::cTableRef to use cTrackedRef.
Mattes D
2016-08-13
1
-106
/
+40
*
LuaState: Implemented proper locking for cCallback.
Mattes D
2016-06-27
1
-1
/
+1
*
LuaTCPLink: Report data received via SSL just before connection closed.
Mattes D
2016-02-21
1
-2
/
+10
*
Fixed Linux compilation.
Mattes D
2015-02-14
1
-1
/
+1
*
Exported TLS server start on cTCPLink to Lua API.
Mattes D
2015-02-13
1
-6
/
+111
*
Fixed Linux compilation.
Mattes D
2015-02-12
1
-1
/
+1
*
LuaAPI: Added client TLS support for TCP links.
Mattes D
2015-02-12
1
-0
/
+201
*
Exported cServerHandle and cNetwork:Listen to Lua.
Mattes D
2015-02-04
1
-11
/
+86
*
cNetwork: Exported the Connect() method and cTCPLink class to Lua.
Mattes D
2015-02-04
1
-0
/
+229