• src/sbbs3/js_archive.c

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat May 22 20:52:14 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/5c99cb01eb8714a542f1a836
    Modified Files:
    src/sbbs3/js_archive.c
    Log Message:
    Replace la_int64_t with int64_t for rjwboys.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Jan 1 22:46:14 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/15251026c5f556f3c92ac424
    Modified Files:
    src/sbbs3/js_archive.c
    Log Message:
    Remove extraneous <p> tag (copied from js_file.c no doubt)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Jan 1 23:58:45 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/555bc7bea7ead9a79e036571
    Modified Files:
    src/sbbs3/js_archive.c
    Log Message:
    JSDOC output beautification

    I wanted to use an unordered bullet list, but the CSS tricks are making those not-displayed, so going with ordered (numbered) list for now.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Feb 3 19:22:36 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/5cbdb40433b4bb25fd395179
    Modified Files:
    src/sbbs3/js_archive.c
    Log Message:
    JSDOC note to clarify that Archive() cannot be used to update an archive

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Feb 13 22:12:21 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/6f8ea87be1a44bc5ba74cf90
    Modified Files:
    src/sbbs3/js_archive.c
    Log Message:
    Add "name" property, matching Deuce's jsdoor fork

    Convenient way to get the path/name of the archive file as it was passed to the constructor.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Feb 26 13:53:03 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/14e2ee206051e63e1e7a085b
    Modified Files:
    src/sbbs3/js_archive.c
    Log Message:
    Better error handling in Archive.read()

    Inspired by jsdoor's equivalent change.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sun Jan 12 16:34:01 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5ec7399e0c589ca2358ae24f
    Modified Files:
    src/sbbs3/js_archive.c
    Log Message:
    Add Archive.supported_formats (array of strings)

    Helpful for scripts that want to know what file types (extensions) are supported by the Archive class object.

    Still need to work out the JSDOC support for this. Similar to the
    Socket class object properties, this will have no documentation/description.

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