• src/sbbs3/sbbsdefs.h xtrn.cpp xtrn_sec.cpp

    From Rob Swindell@VERT to Git commit to main/sbbsmaster on Wed Nov 25 03:34:42 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/1b604da8028b0faee038feca
    Modified Files:
    src/sbbs3/sbbsdefs.h xtrn.cpp xtrn_sec.cpp
    Log Message:
    Simplify Linux-DOSEMU door setup

    Allows %f (drop file) and %s (startup-directory) to be specified on the external program's command-line and expand to the paths that DOSEMU will understand. No more hard-coding "D:\" or "E:\" and the drop filename on the command-line required.

    Also (for all builds), include the door's startup directory for %s specifier on the clean-up command-line. This just seems like an oversight.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbsmaster on Wed Nov 25 06:51:17 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/5388388633ffc20e66cbfd90
    Modified Files:
    src/sbbs3/sbbsdefs.h xtrn.cpp xtrn_sec.cpp
    Log Message:
    More Linux-DOSemu ease of use-isms (cmdline specifier magic)

    Support temp_dir (%g) and text_dir %(z) expansion to magic DOSemu drives/paths. Use DOSemu-compatible temp_dir and text_dir paths in drop files.
    Automatically recognize native node_dir paths in %f (e.g. editor temp files) and replace with DOSemu equivalent.

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