• ddfilelister: Now allows downloading a single selected file with the D

    From Rob Swindell@VERT to GitLab note in main/sbbs on Thu Mar 2 13:45:34 2023
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/261#note_3329

    This is not sufficient for checking if a user can download (e.g. doesn't account for restrictions or the new library download ARS added in v3.20).

    The proper way to check if a user can download from a file area is to check the `file_area.lib_list.dir_list[].can_download` property or in this case, the `file_area.dir[].can_download` property. e.g.

    ```
    var userCanDownload = file_area.dir[pDirCode].can_download;
    ```

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to GitLab note in main/sbbs on Thu Mar 2 13:59:27 2023
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/261#note_3333

    Fixed

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