• No JS FILE_BATCH_CLEAR

    From Eugene So@VERT to GitLab issue in main/sbbs on Fri Jan 13 12:32:39 2023
    open https://gitlab.synchro.net/main/sbbs/-/issues/488

    I can't find any equivalent JS command for the baja FILE_BATCH_CLEAR and therefore cannot find any way to clear the batch download file list unless they are removed manually from the batch menu or downloaded.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Fri Jan 13 19:34:09 2023
    https://gitlab.synchro.net/main/sbbs/-/issues/488#note_3033

    I could add JS functions and may do that, but in the mean time, a single line will delete a user's batch upload or download queue:

    `file_remove(system.data_dir + "user/" + format("%04u", user.number) + ".dnload");`

    Or `.upload` for the upload queue.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab issue in main/sbbs on Sat Feb 25 21:54:10 2023
    close https://gitlab.synchro.net/main/sbbs/-/issues/488

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