• exec/hatchit.js

    From deuce@VERT to CVS commit on Sunday, January 10, 2016 21:33:22
    exec hatchit.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5309

    Added Files:
    hatchit.js
    Log Message:
    Start of a hatch utility to go along with tickit.

    It will only allow hatching of files that are already in your filebase.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sunday, January 10, 2016 22:59:14
    exec hatchit.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9042

    Modified Files:
    hatchit.js
    Log Message:
    Fix 'er up.
    Now appears to work.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Friday, July 27, 2018 14:02:36
    exec hatchit.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv31462

    Modified Files:
    hatchit.js
    Log Message:
    Fix bug reported by Al @ TRMB:

    From FTS-5006:
    "The CRC an eight digit hex number, preferably written in upper case"

    However hatchit was writing the CRC value in decimal notation.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT 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!


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT 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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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).

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