• src/sbbs3/scfg/scfgxfr1.c

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sat Feb 21 23:17:59 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/64a042ecd60e80025c7183aa
    Modified Files:
    src/sbbs3/scfg/scfgxfr1.c
    Log Message:
    Prompt for required fields for new xfer prots, dl events, viewable files, etc.

    Finally get around to being less lazy about creating the configurable file actions: viewable, compressible, extractable, testable files. Fix issue #819.

    And do the download events and transfer protocols while at it.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sun Mar 8 19:24:52 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/8df526da8833a2e85607109d
    Modified Files:
    src/sbbs3/scfg/scfgxfr1.c
    Log Message:
    Re-word the "Min bytes Free Disk Space" option to be a little clearer

    ---
    þ 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 Jul 4 03:03:53 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/61e87398bf3a0dd6c6c0fc0a
    Modified Files:
    src/sbbs3/scfg/scfgxfr1.c
    Log Message:
    Allow extensions for view/compress/extract/testable file types to be uppercase

    Fix issue #1180

    ---
    þ 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 Sun Sep 20 04:50:42 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/8d88e05786e192abbaee3e08
    Modified Files:
    src/sbbs3/scfg/scfgxfr1.c
    Log Message:
    scfg: say what %f, %s and %g mean in a transfer-protocol command line

    The File Transfer Protocols help named the four command lines a protocol
    can have but never said what the specifiers substituted into them expand
    to, so nothing told a sysop how the batch forms differ from the
    single-file ones.

    Spell out all three, and in particular that a batch download offers a
    choice: %f is a list-file holding one full path per line, while %s
    expands to every one of those paths on the command line itself. The
    latter is the trap -- cmdstr() truncates the expanded command line at 511 characters, the size of its output buffer on every platform, so %s
    silently drops files from a large batch. The stock entries all use the list-file form, @%f.

    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

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