• 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.