remove client side validation & tidy up

This commit is contained in:
Steve-Mcl
2022-11-01 13:43:56 +00:00
parent 5a21f026f2
commit bdff1e4883
5 changed files with 64 additions and 39 deletions

View File

@@ -636,6 +636,9 @@
"never": "never - keep connection open",
"immed": "immediately - don't wait for reply"
},
"tip": {
"inbound-disabled": "inbound connections are disabled for this Node-RED instance"
},
"status": {
"connecting": "connecting to __host__:__port__",
"connected": "connected to __host__:__port__",
@@ -644,10 +647,10 @@
"connection-from": "connection from __host__:__port__",
"connection-closed": "connection closed from __host__:__port__",
"connections": "__count__ connection",
"connections_plural": "__count__ connections"
"connections_plural": "__count__ connections",
"inbound-disabled": "inbound connections are disabled"
},
"errors": {
"inbound-disabled": "inbound connections are disabled",
"connection-lost": "connection lost to __host__:__port__",
"timeout": "timeout closed socket port __port__",
"cannot-listen": "unable to listen on port __port__, error: __error__",
@@ -698,7 +701,8 @@
"tip": {
"in": "Tip: Make sure your firewall will allow the data in.",
"out": "Tip: leave address and port blank if you want to set using <code>msg.ip</code> and <code>msg.port</code>.",
"port": "Ports already in use: "
"port": "Ports already in use: ",
"inbound-disabled": "inbound connections are disabled for this Node-RED instance"
},
"status": {
"listener-at": "udp listener at __host__:__port__",
@@ -709,10 +713,10 @@
"bc-ready": "udp broadcast ready: __outport__ -> __host__:__port__",
"ready": "udp ready: __outport__ -> __host__:__port__",
"ready-nolocal": "udp ready: __host__:__port__",
"re-use": "udp re-use socket: __outport__ -> __host__:__port__"
"re-use": "udp re-use socket: __outport__ -> __host__:__port__",
"inbound-disabled": "inbound connections are disabled"
},
"errors": {
"inbound-disabled": "inbound connections are disabled",
"access-error": "UDP access error, you may need root access for ports below 1024",
"error": "error: __error__",
"bad-mcaddress": "Bad Multicast Address",