• src/sbbs3/scfg/scfg.c

    From rswindell@VERT to CVS commit on Monday, April 22, 2019 15:20:56
    src/sbbs3/scfg scfg.c 1.101 1.102
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv9646

    Modified Files:
    scfg.c
    Log Message:
    Remove the deprecated '-i' option (alias for -if).
    Don't allow the use of -if, -ix, -ic options when not a *nix build.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, June 22, 2019 15:51:57
    src/sbbs3/scfg scfg.c 1.102 1.103
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv15132

    Modified Files:
    scfg.c
    Log Message:
    Cosmetic fixes:
    Copy/paste errors from 2002 (changes -> uifc.changes in the help text).
    Use "save/restore" uifc.list() mode, rather than "remain active" for
    "Save Changes" prompt - no need to leave the prompt visible while saving changes.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, July 13, 2019 14:09:26
    src/sbbs3/scfg scfg.c 1.103 1.104
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv16738

    Modified Files:
    scfg.c
    Log Message:
    The scfg '-s' option hasn't actually worked in a long, long time.
    Remove it.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, January 03, 2020 12:37:52
    src/sbbs3/scfg scfg.c 1.105 1.106
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/home/rswindell/sbbs/src/sbbs3/scfg

    Modified Files:
    scfg.c
    Log Message:
    Use the new get_ctrl_dir() function, don't default to the cwd if the
    SBBSCTRL env var isn't set (defualts to "/sbbs/ctrl" instead, like the other utils).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, March 14, 2020 20:58:13
    src/sbbs3/scfg scfg.c 1.106 1.107
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv32187

    Modified Files:
    scfg.c
    Log Message:
    Use puts() rather tha uifc.msg() if uifc hasn't been initialized.
    When importing an area list using the -import=<filename> option, if any
    error occurred, scfg would segfault while trying to display the error
    message because it was trying to use uifc.msg() which was a NULL pointer.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, March 24, 2020 20:27:45
    src/sbbs3/scfg scfg.c 1.108 1.109
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv13675

    Modified Files:
    scfg.c
    Log Message:
    Enter text file section internal codes in upper case
    (in the same vein as internal codes are entered in the rest of SCFG).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, March 24, 2020 20:46:16
    src/sbbs3/scfg scfg.c 1.109 1.110
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv18111

    Modified Files:
    scfg.c
    Log Message:
    Command shell internal codes should be entered in ALL CAPS TOO!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, March 24, 2020 20:53:34
    src/sbbs3/scfg scfg.c 1.110 1.111
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv19875

    Modified Files:
    scfg.c
    Log Message:
    Move Internal Code up (above Access Requirements) in the Command Shell
    and Text Section configuration menus to be consistent with other areas of
    SCFG.
    Don't default a new text section name to "ANSI Artwork" any more.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, March 31, 2020 13:23:21
    src/sbbs3/scfg scfg.c 1.112 1.113
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv2006

    Modified Files:
    scfg.c
    Log Message:
    Fix off-by-one in -faddr argument value parsing.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, April 03, 2020 13:50:40
    src/sbbs3/scfg scfg.c 1.113 1.114
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv13663

    Modified Files:
    scfg.c
    Log Message:
    Remove some useless cruft that appears to be leftover from the time when help files were external to the executable (to conserve that precious 640KB of RAM!) Some more use of SAFEPRINTF for good mesaure.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, April 07, 2020 13:31:15
    src/sbbs3/scfg scfg.c 1.115 1.116
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/home/rswindell/sbbs/src/sbbs3/scfg

    Modified Files:
    scfg.c
    Log Message:
    Eliminate unused variable: exepath (moreo cruft from external help files)


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