• src/sbbs3/scfg/scfgxfr1.c

    From Rob Swindell to Git commit to main/sbbs/master on Saturday, November 28, 2020 22:27:42
    https://gitlab.synchro.net/main/sbbs/-/commit/de8fd237510e6846bb17ff9a
    Modified Files:
    src/sbbs3/scfg/scfgxfr1.c
    Log Message:
    Narrow the File Transfer Protocol menu.

    The name length is limited to 25 chars, so we don't need a 50-char wide menu here.
  • From Rob Swindell (on Windows) to Git commit to main/sbbs/master on Tuesday, August 08, 2023 17:43:51
    https://gitlab.synchro.net/main/sbbs/-/commit/30a41047a8ca2b4c623f6529
    Modified Files:
    src/sbbs3/scfg/scfgxfr1.c
    Log Message:
    Code indentation change only.
  • From Rob Swindell (on Windows) to Git commit to main/sbbs/master on Friday, September 15, 2023 12:11:07
    https://gitlab.synchro.net/main/sbbs/-/commit/b286aa743a03469065e7924c
    Modified Files:
    src/sbbs3/scfg/scfgxfr1.c
    Log Message:
    Remove mention of tbz (tarred-bzip) support

    tbz is technically still supported by create_archive(), but without it
    being included in the supported_archive_formats definition, isn't easily
    chosen as an option and nobody seems to miss it.
  • From Rob Swindell (on Windows 11)@rob@synchro.net to Git commit to main/sbbs/master on Thursday, January 09, 2025 17:56:28
    https://gitlab.synchro.net/main/sbbs/-/commit/90ff2f3f4235d0fa9dd09c76
    Modified Files:
    src/sbbs3/scfg/scfgxfr1.c
    Log Message:
    Set "native" flag for newly created file types/protocols

    Eliminate use of strcpy() and sprintf() in this file
  • From Rob Swindell (on ChromeOS)@rob@synchro.net to Git commit to main/sbbs/master on Saturday, January 25, 2025 20:42:27
    https://gitlab.synchro.net/main/sbbs/-/commit/c74d67d0b1d3b25f954041f8
    Modified Files:
    src/sbbs3/scfg/scfgxfr1.c
    Log Message:
    Add more details on what the Supported Archive Formats option controls

    (and doesn't control)