• exec/hatchit.js

    From rswindell to CVS commit on Monday, April 27, 2020 20:58:07
    exec hatchit.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27054

    Modified Files:
    hatchit.js
    Log Message:
    Per Ragnarok (DOCKSUD):
    i think that js.on_exit("uifc.bail();"); must be added to hatchtit.js
    because premature exits break the terminal.

    Saludos!

  • From rswindell to CVS commit on Sunday, May 03, 2020 22:18:18
    exec hatchit.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv17533

    Modified Files:
    hatchit.js
    Log Message:
    Resolve the File.open() warning about the use of 'e'.
    Don't include the target link in the Seenby's included in the generated .tic file.

  • From Rob Swindell to Git commit to main/sbbs/master on Saturday, April 17, 2021 14:44:24
    https://gitlab.synchro.net/main/sbbs/-/commit/32f2df0215ed0d002d949fff
    Modified Files:
    exec/hatchit.js
    Log Message:
    Added "Replaces" keyword support for Al (TRMB)

    Made some other cosmetic improvements/fixes.
  • From Rob Swindell to Git commit to main/sbbs/master on Friday, January 14, 2022 12:20:22
    https://gitlab.synchro.net/main/sbbs/-/commit/06fda01301f32e914787c5f4
    Modified Files:
    exec/hatchit.js
    Log Message:
    Patch by @acn to include a non-interactive mode, fix point paths, and tic pw
  • From Rob Swindell to Git commit to main/sbbs/master on Wednesday, January 19, 2022 01:35:10
    https://gitlab.synchro.net/main/sbbs/-/commit/660926464941cef5215f3242
    Modified Files:
    exec/hatchit.js
    Log Message:
    Only produce MS-DOS compatible 'File' key values in TIC files

    to be compliant with FTS-5006 which states "The name must be in 8x3 DOS format".

    I'm not converting the filename to ALL CAPS, since that's not explicitly stated and really should not be a problem.

    This also generates an Lfile key if the generated-DOS-compatible filename
    does not exactly match the actual filename in any way (not just length).