• exec/text_sec.js

    From Michael Long@VERT to Git commit to main/sbbs/master on Fri Feb 5 19:43:47 2021
    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 Fri Feb 5 19:43:47 2021
    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 Fri Feb 5 19:43:47 2021
    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 Fri Feb 5 19:43:47 2021
    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
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Jan 16 21:26:10 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/37fc072b46cd320a829e777f
    Modified Files:
    exec/text_sec.js
    Log Message:
    text_sec updated for v3.20+

    There are some changes in here that I forgot the history behind, but the
    most important is that it uses file.ini rather than file.cnf, thus
    fixing issue #478. I actually had this changed file sitting outside of my
    git repo for a while now and didn't realize it.

    The other changes appear to be:
    - RIP support (clearing the window before/after each file is displayed)
    - read the display files a chunk at a time (rather than read the entire file
    into RAM, which could take a really long time on very large files),
    - allow files that don't exist on disk to be added to the list

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Jan 23 12:24:39 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/61854212a1fbb3d2f9acdc74
    Modified Files:
    exec/text_sec.js
    Log Message:
    We need store the file full path in the section name

    We need to support the same filename in different directories.

    The 'path' key is just an artifact and not normally used when read,
    so that was a distraction that apparently confused me previously
    and I broke this functionality in commit c44ed79a3b2c5e5.

    This should fix the issues reported by xbit (XBITBBS) on DOVE-Net.

    Also, don't open the file.ini for write-access (unnecessary).

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