• src/sbbs3/ftpsrvr.cpp

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Feb 22 10:33:30 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/b795545afa5e0cc6250e0fb2
    Modified Files:
    src/sbbs3/ftpsrvr.cpp
    Log Message:
    This is C++ now, value-initialize since we can't zero-initialize

    Same-same, but different, but still same.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Fri Mar 6 23:49:36 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/83252750de3b2354f2039a18
    Modified Files:
    src/sbbs3/ftpsrvr.cpp
    Log Message:
    Log better errors/warnings when upload directory doesn't exist

    or doesn't have enough free space
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sun Mar 8 19:24:52 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/815458f875915bbb4cfb2b18
    Modified Files:
    src/sbbs3/ftpsrvr.cpp
    Log Message:
    s/Unallowed/Disallowed
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Fri Mar 20 01:30:04 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/bb760f2009bfc0b46c250c05
    Modified Files:
    src/sbbs3/ftpsrvr.cpp
    Log Message:
    Fix the delete permissions flags in the MLST/MLSD support

    In commit d4deb4b3, the 'R' and 'D' restrictions were conflated.

    I just notice this in code review: the 'D' restriction has nothing to do with removing/deleting files.

    Also, a non-R-restricted user can delete any files they've uploaded.
    Fixed that too.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)