From rswindell@VERT to CVS commit on Saturday, January 12, 2019 22:05:00
exec websocketservice.js 1.11 1.12
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv1796
Modified Files:
websocketservice.js
Log Message:
Allow a hostname to be specified on the command-line without also specifying
a target port number.
The port and hostname arguments can now be supplied in any order.
Added debug-level log output with the host/port we're trying to connect to. Include the socket error value in the failure to connect log message.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From echicken@VERT to CVS commit on Wednesday, July 31, 2019 03:25:28
exec websocketservice.js 1.12 1.13
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv25394
Modified Files:
websocketservice.js
Log Message:
Set initial TargetHostname to GetTelnetInterface() to go along with the
default TargetPort assignment.
If Port was specified in qs, and if it's our RLoginPort, then set TargetHostname to GetRLoginInterface().
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From echicken@VERT to CVS commit on Sunday, August 11, 2019 19:20:20
exec websocketservice.js 1.13 1.14
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv28816
Modified Files:
websocketservice.js
Log Message:
If arg has nondigits or is an invalid port, consider it an address.
Elsewise if it's a number, treat it as a port.
The last "hostname" and "port" encountered on the commandline according
to these rules is what the websocket server done gonna connect to.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net