• src/sbbs3/echocfg.c sbbsecho.c

    From rswindell@VERT to CVS commit on Mon Apr 29 17:40:10 2019
    src/sbbs3 echocfg.c 3.39 3.40 sbbsecho.c 3.113 3.114
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv17384

    Modified Files:
    echocfg.c sbbsecho.c
    Log Message:
    Apply the "Strip Line Feed" option logic to exported NetMail messages too
    (when set to Yes).


    ---
    þ 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 Sat Nov 2 19:33:43 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/cc5e086b234b1d0bbe36c00a
    Modified Files:
    src/sbbs3/echocfg.c sbbsecho.c
    Log Message:
    Support additional arguments in AreaFix request message subject, beyond pass

    Apparently AreaFix and other area managers assume password never have spaces
    in them, so they can support additional arguments following the password in
    the AreaFix request.

    This change also now disallows setting AreaManager passwords with spaces in them.

    I don't yet support any of the additional AreaFix request options (e.g. -L,
    -R, -Q), but am considering it.

    A bunch of sprintf() -> snprintf() conversions are included in this commit (better string buffer security, probably eliminate a Coverity issue or two).

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