• src/sbbs3/scfglib2.c

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Tue Apr 6 18:37:13 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/9e25b0a37bf2900257291a7e
    Modified Files:
    src/sbbs3/scfglib2.c
    Log Message:
    Don't pretend that user-to-user file transfers are working (they don't)So just always assume that no "user" directory has been configured. At least for now while I ponder whether this is a feature worth restoring and if so, how.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Thu Jun 16 21:33:17 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/b945e5f378d42e49f4edd310
    Modified Files:
    src/sbbs3/scfglib2.c
    Log Message:
    Resolve new warning by including the necessary header file
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Fri Feb 3 19:56:57 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/9c0884f3447d6e6149e71817
    Modified Files:
    src/sbbs3/scfglib2.c
    Log Message:
    Insure that the max (uploaded) filename limit is in the range 8-65535 charactersUpgrading fromm v3.19 can result in a setting of filename_maxlen=0 in file.ini, so let'sput a special check in place to insure this can't happen (thus preventing any fileuploads). I chose '8' as a kind of arbitrary minimum maximum value (MS-DOS filenamesmaxed out at 12 characters), but at least 0 won't be possibly any longer.As reported on DOVE-Net by Codefenix and confirmed by xbit.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Mon May 1 17:22:01 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/4d1a66dac74d329bf6ef7df4
    Modified Files:
    src/sbbs3/scfglib2.c
    Log Message:
    Fix another small memleak reported by valgrind: global hot keysNot a huge deal, but there it is (or was).
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Thu Aug 17 15:41:12 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c8e52b5f6b2dd8efcf492907
    Modified Files:
    src/sbbs3/scfglib2.c
    Log Message:
    Move reading of each dir's data_dir key into read_dir_defaults_cfg()This appears to just be a miss from the initial commit (70b835d0) of thedirectory default configuration (per lib) feature, so a filelib's directory default "data dir" wouldn't be read from file.ini.This fixes issue #602 reported by Nelgin.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Sep 22 19:14:56 2023
    src/sbbs3 scfglib2.c 1.50 1.51
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv18444

    Modified Files:
    scfglib2.c
    Log Message:



    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)