• src/sbbs3/js_file_area.c

    From deuce@VERT to CVS commit on Tuesday, November 11, 2014 16:06:35
    src/sbbs3 js_file_area.c 1.49 1.50
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv14332

    Modified Files:
    js_file_area.c
    Log Message:
    Add checking for the 'T' restriction in the can_upload and can_download properties.

    Prevents problems if the 'T' restriction is not properly honoured by a higher level process.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sunday, January 10, 2016 21:23:30
    src/sbbs3 js_file_area.c 1.51 1.52
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5066

    Modified Files:
    js_file_area.c
    Log Message:
    Add file_area.alt_paths array containing the (zero-based) alt paths.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sunday, April 12, 2020 22:56:19
    src/sbbs3 js_file_area.c 1.54 1.55
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv1401

    Modified Files:
    js_file_area.c
    Log Message:
    More explicit help regarding the "is_exempt" property.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, January 01, 2021 17:28:31
    https://gitlab.synchro.net/main/sbbs/-/commit/5d7228eb91ae2be738a8f852
    Modified Files:
    src/sbbs3/js_file_area.c
    Log Message:
    Fix: can_* and is_* properties were not dynamic. Added "files" property.

    The following properties would only reflect the status at the time the file_area object was initialized:
    - can_access
    - can_upload
    - can_download
    - is_operator
    - is_exempt

    ... so if changes were made the user while online, for example, these property values would *not* also change to reflect the current state.

    The lib[] and lib_list[] 'can_access' properties still have this flaw.

    Also: Add a new "files" property to the dir[] and dir_list[] objects to report the current number of files in each directory database.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, January 28, 2022 00:07:46
    https://gitlab.synchro.net/main/sbbs/-/commit/9f222eec659748d51aa25fb4
    Modified Files:
    src/sbbs3/js_file_area.c
    Log Message:
    Another place where lib_t.vdir needs to be used in place of sname

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows)@VERT to Git commit to main/sbbs/master on Sunday, April 23, 2023 18:59:30
    https://gitlab.synchro.net/main/sbbs/-/commit/3d7017dac09e6ee967ac7fed
    Modified Files:
    src/sbbs3/js_file_area.c
    Log Message:
    Fix: some file_area properties weren't automatically created when enumerated

    user_dir, sysop_dir, upload_dir, and offline_dir

    These properties could magically appear later once
    file_area.[lib|dir|lib_list] was enumerated for the first time.

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