* update Japanese message catalogue for mqtt node
* update Japanese message catalogue for udp node
* update Japanese message catalogue for html node
* update Japanese message catalogue for rpi-gpio node
For some reason the following will result
in an endless loop under bash-4.3.42:
while([ -h "${SCRIPT_PATH}" ])
Just remove the round brackets (parentheses) to fix the issue.
They're not needed anyway.
* Fix ENOENT error on first start when no user dir
Write backup using `copySync` and move it below the `fsync` to ensure file is present when backup is made.
* Check for path to exist before attempting backup
* bind to correct port when doing broadcast/multicast
to allow better re-use of ports.
* allow udp multicast to work out if ip address
makes life easier for mortals
* udp also handle bind to ipv6 multicast if
tidy prompts to suit new function
* udp node, add face to debug log for multicast if known
* change default server bind to support ipv6 and ipv4
to close#1674
* Add comment re ipv6 so folk know it's capable
* slightly more words re ipv6 config
* Leave defaults as ipv4 but add doc to settings
* add Node.js v10 to build matrix
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
* only compute coverage once
We have to pick *which* version of Node.js to run coverage on, so I just
picked the latest.
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
* fix many test problems
- adds [stoppable](https://npm.im/stoppable) to force-stop net & http
servers
- upgrades to latest mocha
- much cleanup of servers
- some removal of useless code
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
* increase wait time to hack at race condition
* PoC with fork of stoppable
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
* fix custom stoppable url for newer npm
* make travis go faster; attempt to avoid npm troubles
* fix coveralls executable path
* add extra time for flake to trigger spec
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>