From rswindell@VERT to CVS commit on Thursday, May 23, 2019 03:34:00
exec qnet-http.js NONE 1.1
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv4271
Added Files:
qnet-http.js
Log Message:
QWKnet client using HTTP[S] rather than FTP (experimental at this time).
Open questions/issues:
- How can we confirm the REP file was received successfully - before deleting
our local file
- We're reading entire REP and QWK packet contents into memory (JS variables)
there's likely a better way
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From rswindell@VERT to CVS commit on Thursday, May 23, 2019 04:37:00
exec qnet-http.js 1.1 1.2
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv13793
Modified Files:
qnet-http.js
Log Message:
Issue a QWK-packet-received confirmation request after a successful download
of a QWK packet (sending the received-file-length as a post parameter):
http[s]://host/qwk.ssjs?received=<length>
If the file size matches the user's QWK packet size, the local (server-side) QWK packet is deleted.
Passing an empty string to HTTPRequest.Post() since it requires a data paramater. :-( Using Post rather than Get 'cause the chicken hath spake: "<echicken> I think POST is probably technically the more correct way to do it"
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From rswindell@VERT to CVS commit on Monday, May 27, 2019 02:05:00
exec qnet-http.js 1.2 1.3
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv18340
Modified Files:
qnet-http.js
Log Message:
Log a message upon invocation with the script revision and options, e.g. "QNET-HTTP 1.3 invoked with options: ..."
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net