• exec/hatchit.js

    From deuce@VERT to CVS commit on Mon Jan 11 02:33:22 2016
    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 Mon Jan 11 03:59:14 2016
    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 Fri Jul 27 18:02:36 2018
    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 Tue Apr 28 00:58:07 2020
    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 Mon May 4 02:18:18 2020
    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 Sat Apr 17 14:44:24 2021
    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 Fri Jan 14 12:20:22 2022
    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 Wed Jan 19 01:35:10 2022
    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