network-diagnostics
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "network-diagnostics", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Performs diagnostics on the network to determine network problems.", | ||
@@ -5,0 +5,0 @@ "main": "diagnostics.js", |
@@ -151,4 +151,2 @@ #network-diagnostics | ||
These error codes are going to be used in the future when tests are written for them. Until that point, they are not directly usable. | ||
| Num | Error | | ||
@@ -163,2 +161,20 @@ |-----|----------------------------| | ||
| 80 | "NoHTTPconnection" | | ||
| 443 | "NoHTTPSconnection" | | ||
| 443 | "NoHTTPSconnection" | | ||
These error codes are going to be used in the future when tests are written for them. Until that point, they are not directly usable. | ||
| Num | Error | | ||
|-----|-----------------------| | ||
| 20 | "FTPFailure" | | ||
| 22 | "SSHfailure" | | ||
| 23 | "TelnetFailure" | | ||
| 25 | "SMTPfailure" | | ||
| 37 | "TimeProtocolFailure" | | ||
| 70 | "NoGopher" | | ||
| 88 | "NoKerberosThankIKEA" | | ||
| 110 | "NoInsecurePOP3" | | ||
| 143 | "NoInsecureIMAP" | | ||
| 161 | "NoSNMP" | | ||
| 194 | "NoIRC" | | ||
| 993 | "NoSecureIMAP" | | ||
| 995 | "NoSecurePOP3" | |
13654
179