diff options
author | Mattes D <github@xoft.cz> | 2015-10-09 18:33:57 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-10-09 18:34:32 +0200 |
commit | b95d6a5b8a726468de939ddfdaa37600cb92faa4 (patch) | |
tree | e64c9bc875a7109586e03126c2cc622410b63a2e /Server/Plugins/NetworkTest/Info.lua | |
parent | Merge pull request #2535 from cuberite/FixGitQueries (diff) | |
download | cuberite-b95d6a5b8a726468de939ddfdaa37600cb92faa4.tar cuberite-b95d6a5b8a726468de939ddfdaa37600cb92faa4.tar.gz cuberite-b95d6a5b8a726468de939ddfdaa37600cb92faa4.tar.bz2 cuberite-b95d6a5b8a726468de939ddfdaa37600cb92faa4.tar.lz cuberite-b95d6a5b8a726468de939ddfdaa37600cb92faa4.tar.xz cuberite-b95d6a5b8a726468de939ddfdaa37600cb92faa4.tar.zst cuberite-b95d6a5b8a726468de939ddfdaa37600cb92faa4.zip |
Diffstat (limited to 'Server/Plugins/NetworkTest/Info.lua')
-rw-r--r-- | Server/Plugins/NetworkTest/Info.lua | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Server/Plugins/NetworkTest/Info.lua b/Server/Plugins/NetworkTest/Info.lua index d8c3095fe..2788d3674 100644 --- a/Server/Plugins/NetworkTest/Info.lua +++ b/Server/Plugins/NetworkTest/Info.lua @@ -90,6 +90,23 @@ g_PluginInfo = }, }, -- lookup + sclient = + { + HelpString = "Connects, as an SSL client, to a specified webpage (github.com by default) and downloads its front page using HTTPS", + Handler = HandleConsoleNetSClient, + ParameterCombinations = + { + { + Params = "", + Help = "Connects, as an SSL client, to github.com and downloads its front page using HTTPS", + }, + { + Params = "host [port]", + Help = "Connects, as an SSL client, to the specified host and downloads its front page using HTTPS", + }, + }, -- ParameterCombinations + }, -- sclient + udp = { Subcommands = |