• src/sbbs3/echocfg.c recho

    From rswindell@VERT to CVS commit on Saturday, September 08, 2018 21:35:00
    src/sbbs3 echocfg.c 3.36 3.37 rechocfg.c 3.32 3.33 sbbsecho.h 3.25 3.26
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv9715

    Modified Files:
    echocfg.c rechocfg.c sbbsecho.h
    Log Message:
    Added the BinkP/BinkIT "PlainAuthOnly" toggle setting/option. It's a bit confusing with 3 bool settings (in the sbbsecho.ini) to represent 4 valid security requirement levels, so I attempted to simply the menu options to
    make it easy for sysops.
    BinkpAllowPlainText now defaults to true since the supported encryption method isn't even an official FidoNet standard, yet.
    I also added/updated some online help (F1) help text.
    Added an "Exiting" popup (like SCFG) when exiting.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, April 30, 2019 03:33:00
    src/sbbs3 echocfg.c 3.38 3.39 rechocfg.c 3.33 3.34 sbbsecho.c 3.112 3.113 sbbsecho.h 3.27 3.28
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv9078

    Modified Files:
    echocfg.c rechocfg.c sbbsecho.c sbbsecho.h
    Log Message:
    Add option to strip so-called "Soft CRs" (0x8D) from incoming messages.
    The default is off (no stripping). Previously, Soft-CRs were always stripped, but this behavior is now seen as an anachronism as CP437 char 141 is an important non-English laguage character and used as such in FidoNet msgs.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to Digital Man on Tuesday, April 30, 2019 08:43:00
    Re: src/sbbs3/echocfg.c rechocfg.c sbbsecho.c sbbsecho.h
    By: rswindell to CVS commit on Mon Apr 29 2019 20:33:47

    Add option to strip so-called "Soft CRs" (0x8D) from incoming messages.

    it took me a minute to find this new option... i was looking for it in the Global Settings section instead of the Echomail Settings section... does it also apply to netmail? if not, it kinda really should ;)

    thanks for adding it, too! :)



    PS: i'm sorry for your loss... i just found out earlier yesterday... i'm still dealing with mine from august and i know it can be painful for a while :/


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Digital Man@VERT to Rampage on Tuesday, April 30, 2019 08:47:00
    Re: src/sbbs3/echocfg.c rechocfg.c sbbsecho.c sbbsecho.h
    By: Rampage to Digital Man on Tue Apr 30 2019 01:43 am

    Re: src/sbbs3/echocfg.c rechocfg.c sbbsecho.c sbbsecho.h
    By: rswindell to CVS commit on Mon Apr 29 2019 20:33:47

    Add option to strip so-called "Soft CRs" (0x8D) from incoming messages.

    it took me a minute to find this new option... i was looking for it in the Global Settings section instead of the Echomail Settings section... does it also apply to netmail? if not, it kinda really should ;)

    As the online help says:

    Strip Soft CRs from Incoming Messages when set to Yes instructs
    SBBSecho to remove any so-called "Soft" Carriage Return (ASCII 141)
    characters from the text of imported EchoMail and NetMail messages.
    This setting defaults to No.

    ... it does also apply to NetMail. I'll probably move it to the global section since it really isn't EchoMail-specific.

    thanks for adding it, too! :)

    Sure. At first I was just going to remove the Soft-CR stripping, but thought I'd leave an option just in case someone really needs the old behavior.

    PS: i'm sorry for your loss... i just found out earlier yesterday... i'm still dealing with mine from august and i know it can be painful for a while

    Thanks. It's been ordeal for sure.

    digital man

    Synchronet/BBS Terminology Definition #17:
    DCE = Data Communications Equipment (or Deuce, Stephen Hurd)
    Norco, CA WX: 55.3øF, 88.0% humidity, 5 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, April 30, 2019 09:12:00
    src/sbbs3 echocfg.c 3.40 3.41 rechocfg.c 3.34 3.35
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv27509

    Modified Files:
    echocfg.c rechocfg.c
    Log Message:
    Move the Strip-LF and Strip-Soft-CR options to the "Global" section since these settings affect both NetMail and EchoMail import/export.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to Digital Man on Tuesday, April 30, 2019 19:01:00
    On 2019 Apr 30 01:47:44, you wrote to Rampage:

    it took me a minute to find this new option... i was looking for it in
    the Global Settings section instead of the Echomail Settings section...
    does it also apply to netmail? if not, it kinda really should ;)

    As the online help says:

    [...]

    ... it does also apply to NetMail.

    ummhummm... i read that and still wasn't sure so better to ask and find out than to assume and... well :lol:

    I'll probably move it to the global section since it really isn't EchoMail-specific.

    that would be cool...

    thanks for adding it, too! :)

    Sure. At first I was just going to remove the Soft-CR stripping, but thought I'd leave an option just in case someone really needs the old behavior.

    understandable...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Shoplifters with the runs take Clepto Bismol.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, May 27, 2019 02:42:00
    src/sbbs3 echocfg.c 3.41 3.42 rechocfg.c 3.35 3.36 sbbsecho.h 3.28 3.29
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv23801

    Modified Files:
    echocfg.c rechocfg.c sbbsecho.h
    Log Message:
    Support the new global BinkP PlainAuthOnly (CRAM-MD5 auth disable) option.


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