• src/sbbs3/scfglib2.c

    From Rob Swindell (on Debian Linux)@VERT 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 the directory default configuration (per lib) feature, so a file
    lib's directory default "data dir" wouldn't be read from file.ini.

    This fixes issue #602 reported by Nelgin.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat Jan 25 16:37:32 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/36afdb8a30e13bb5d8d919f0
    Modified Files:
    src/sbbs3/scfglib2.c
    Log Message:
    Free the supported_archive_formats str_list in the right function

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu Mar 20 17:36:51 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/35f326b8667d2a58f4a00516
    Modified Files:
    src/sbbs3/scfglib2.c
    Log Message:
    strtoattr() now ignores Ctrl-A chars in the string... as attrstr() used to

    This returns bug-compatibility with attrstr(), at least for Ctrl-A chars,
    so that if someone is for example, assigning a Ctrl-A sequence to JS console.attributes, that'll work (again) as it did in SBBS v3.19.

    Any other invalid chars in the string will stop the parsing, still, even
    though that's not how attrstr() worked.

    For Kirkman's doorgame/script backward compatibility.

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