• exec/load/filebase.js

    From deuce@VERT to CVS commit on Sun Jan 10 20:46:54 2016
    exec/load filebase.js NONE 1.1
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv3923

    Added Files:
    filebase.js
    Log Message:
    Function that returns the files in the given directory code.
    Similar functionality as some in filedir.js, but the code has less echicken
    and more Deuce.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sun Jan 10 20:59:29 2016
    exec/load filebase.js 1.1 1.2
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv4264

    Modified Files:
    filebase.js
    Log Message:
    Add new anonymous property. Fix extended description reading.
    Add documentation comment at beginning of file.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sun Jan 10 21:06:21 2016
    exec/load filebase.js 1.2 1.3
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv4533

    Modified Files:
    filebase.js
    Log Message:
    Add path property. Only populated if the file exists and is not in an
    alt path.



    ---
    þ Synchro
  • From deuce@VERT to CVS commit on Sun Jan 10 21:26:35 2016
    exec/load filebase.js 1.3 1.4
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv5149

    Modified Files:
    filebase.js
    Log Message:
    Add support for alternate file paths.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telne
  • From deuce@VERT to CVS commit on Tue Jan 12 18:45:24 2016
    exec/load filebase.js 1.4 1.5
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv23367/load

    Modified Files:
    filebase.js
    Log Message:
    Remove unnecessary semi-colon.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet
  • From deuce@VERT to CVS commit on Wed Jan 13 18:22:25 2016
    exec/load filebase.js 1.5 1.6
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv7854/load

    Modified Files:
    filebase.js
    Log Message:
    Hard-code constant instead of using something from sbbsdefs.js.



    ---
    þ Synchronet þ Vertrau
  • From deuce@VERT to CVS commit on Tue Jan 19 02:02:36 2016
    exec/load filebase.js 1.6 1.7
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv2961/load

    Modified Files:
    filebase.js
    Log Message:
    Use Object.defineProperty() to define getter to validate with syncjslint.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Thu Dec 8 12:26:41 2016
    exec/load filebase.js 1.7 1.8
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv11428

    Modified Files:
    filebase.js
    Log Message:
    Use dat offset rather than current file position when calculating offset in exb file.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Mon Jul 20 12:59:38 2020
    exec/load filebase.js 1.8 1.9
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv16239

    Modified Files:
    filebase.js
    Log Message:
    Strip trailing spaces from file extension (ScottD)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Wed Jan 27 12:01:06 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/1e28b7ceb41182f6723f309c
    Modified Files:
    exec/load/filebase.js
    Log Message:
    For FileEntry.name, just return base if ext is empty.
    ---
    þ 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 13:37:40 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/ea1d2248af1388e863b0c5f6
    Modified Files:
    exec/load/filebase.js
    Log Message:
    Replace the guts of OldFileBase to make it v3.19 compatible

    This appears to be enough to make hatchit.js work again and file
    listings in webv4 (not sure beyond that).

    This file is now just an unnecessary shim and should go away when
    the consumers (hatchit and webv4) no longer need it.

    I did not "port" support for the file properties:
    - base
    - ext
    - datoffset
    - opencount
    - misc
    - altpath

    They don't appear to be needed.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net