• exec/binkit.js

    From rswindell@VERT to CVS commit on Wednesday, December 11, 2019 11:14:54
    exec binkit.js 2.27 2.28
    Update of /cvsroot/sbbs/exec
    In directory cvs:/home/rswindell/sbbs/exec

    Modified Files:
    binkit.js
    Log Message:
    Add experimental Binkp/TLS option to [node:*] sections of sbbsecho.ini (defaults to false)
    Set to BinkpTLS=true to use BinkP over TLS for a specified node.



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, March 11, 2020 09:23:11
    exec binkit.js 2.28 2.29
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13957

    Modified Files:
    binkit.js
    Log Message:
    Create the inbound dir(s) before trying to move files into them


    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, March 11, 2020 17:22:32
    exec binkit.js 2.29 2.30
    Update of /cvsroot/sbbs/exec
    In directory cvs:/home/rswindell/sbbs/exec

    Modified Files:
    binkit.js
    Log Message:
    Update the existing BINKP service, if it exists, setting Enabled=true
    (rather than leaving the default disabled BINKP service configuration
    in tact)



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, March 14, 2020 16:27:36
    exec binkit.js 2.30 2.31
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv26906

    Modified Files:
    binkit.js
    Log Message:
    "binkit install" now insures the following timed events are Enabled, even when they were already created/configured:
    - fidoin
    - fidoout
    - binkout
    - binkpoll



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, March 14, 2020 16:43:15
    exec binkit.js 2.31 2.32
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29881

    Modified Files:
    binkit.js
    Log Message:
    Fix previous commit: events don't have a 'code' property.



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, March 14, 2020 23:49:10
    exec binkit.js 2.32 2.33
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv3294

    Modified Files:
    binkit.js
    Log Message:
    Rework the timed event enable logic.



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Sunday, March 15, 2020 14:07:15
    exec binkit.js 2.33 2.34
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv21810

    Modified Files:
    binkit.js
    Log Message:
    Fix indentation, call fullpath() on outbound roots.




    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, March 20, 2020 00:08:09
    exec binkit.js 2.34 2.35
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv19427

    Modified Files:
    binkit.js
    Log Message:
    Fix errors:
    Unexpected file path 's:\sbbs\fido\outbound\0067270f.hut' expected '../fido/outbound\0067270f.hut' (skipped)
    Unexpected file path 's:\sbbs\fido\outbound\0067270f.hlo' expected '../fido/outbound\0067270f.hlo' (skipped)
    Unexpected file path 's:\sbbs\fido\outbound.002\011801d0.clo' expected '../fido/outbound.002\011801d0.clo' (skipped)



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, March 23, 2020 10:18:54
    exec binkit.js 2.35 2.36
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv18230

    Modified Files:
    binkit.js
    Log Message:
    Exit with a helpful error message (rather than an obscure exception)
    if there are no Fidonet addresses configured in SCFG->Networks->FidoNet.



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, May 03, 2020 18:56:18
    exec binkit.js 2.37 2.38
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24962

    Modified Files:
    binkit.js
    Log Message:
    Add some debug to help to get to the bottom of Dan_C's reported error: TypeError: addr.flo_outbound is not a function




    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, May 04, 2020 14:58:33
    exec binkit.js 2.38 2.39
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29959

    Modified Files:
    binkit.js
    Log Message:
    Force binkit_to_addr to be an object (FIDO.Addr) to prevent the error:
    line 205: TypeError: addr.flo_outbound is not a function
    when callout() is called with a string as the first argument.
    Dan_C was trying to send an outbox file to a link with no binkp password which results in callout() being called with a string for the first argument
    (addr) due to this logic in callout_auth_cb():
    if (!bp.cb_data.binkitpw || bp.cb_data.binkitpw === '-')
    addrs.push(bp.cb_data.binkit_to_addr);



    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tuesday, August 25, 2020 22:35:05
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/eaf5cb1dc4c06d5a209feb4d
    Modified Files:
    exec/binkit.js
    Log Message:
    Don't refuse to over-write a 0-byte file in the inbound dir.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Saturday, September 12, 2020 22:58:41
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/47e08fce46c0dec60e3fe555
    Modified Files:
    exec/binkit.js
    Log Message:
    Resolve binkit.js line 322: TypeError: bp.remote_addrs is undefined

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sunday, October 04, 2020 11:53:40
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/1756badcd83e6c7b82d665ad
    Modified Files:
    exec/binkit.js
    Log Message:
    Add error (errno) value for file open failure log messages.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sunday, October 11, 2020 13:40:33
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/f7be68017ddc14c12e7646bc
    Modified Files:
    exec/binkit.js
    Log Message:
    Fix race condition in add_outbound_files() causing "Unable to open FLO file".

    The directory list is catpured *before* the lock file is "taken", so it can happen that another process (e.g. instance of binkit) has dealt with one or more of the files by the time we take the lock and attempt to open the file.

    Also, updated error log messages a bit.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net