• exec/text_sec.js

    From rswindell@VERT to CVS commit on Thursday, July 25, 2019 06:27:33
    exec text_sec.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24721

    Added Files:
    text_sec.js
    Log Message:
    General Text File ("G-File") Section module
    Replacement for Baja TEXT_FILE_SECTION and JS bbs.text_sec() functions.
    Ported from src/sbbs3/text_sec.cpp

    You run it from a Baja module with: exec_bin text_sec

    This is a work-alike port of one of the oldest/cruftiest bits of C code in Synchronet with no improvements in look or usability.
    1. I want to eventually start deleting all the redundant C/C++ code in sbbs,
    so that's one reason why I've been creating these *_sec.js modules, and
    2. I think this "section" of the BBS could use some significant improvement
    and didn't want to do any of that in C/C++ - this is clearly a JavaScript
    task. But I wanted to start with the identical functionality and improve
    from there.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, August 14, 2019 06:31:55
    exec text_sec.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv31545

    Modified Files:
    text_sec.js
    Log Message:
    Search for the file in the data dir first, before falling back to the CWD (ctrl_dir).
    Use the CPM-EOF printfile mode to stop printing files when encountering a
    SAUCE record.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sunday, September 13, 2020 19:36:58
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/3c0e406faa91acf3b7523b8e
    Modified Files:
    exec/text_sec.js
    Log Message:
    Display an error message to the user when attempting to view non-existent file

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sunday, September 13, 2020 23:26:23
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/89f1f0c65b0e42698afb7b9f
    Modified Files:
    exec/text_sec.js
    Log Message:
    Display a nice error message if the file is 0-bytes in size.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Michael Long@VERT to Git commit to main/sbbs/master on Saturday, February 06, 2021 03:43:47
    https://gitlab.synchro.net/main/sbbs/-/commit/bf3d51ddd3a7ae642351fc19
    Modified Files:
    exec/text_sec.js
    Log Message:
    Update text_sec.js - don't ask for description if file does not exist, don't permanently change file path if file doesn't exist (let user correct the path on next add attempt)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Michael Long@VERT to Git commit to main/sbbs/master on Saturday, February 06, 2021 03:43:47
    https://gitlab.synchro.net/main/sbbs/-/commit/f8b3f7ab032b321fb08277de
    Modified Files:
    exec/text_sec.js
    Log Message:
    change var naming

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Michael Long@VERT to Git commit to main/sbbs/master on Saturday, February 06, 2021 03:43:47
    https://gitlab.synchro.net/main/sbbs/-/commit/b57e41ef67729439d0b99f2a
    Modified Files:
    exec/text_sec.js
    Log Message:
    default_path

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, February 06, 2021 03:43:47
    https://gitlab.synchro.net/main/sbbs/-/commit/d1a50dcd05adac6f4ce128a1
    Modified Files:
    exec/text_sec.js
    Log Message:
    Merge branch 'mlong/textsec'

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