• src/sbbs3/echocfg.c rechocfg.c sbbsecho.c sbbsecho.h

    From rswindell@VERT to CVS commit on Monday, April 29, 2019 18:33:47
    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 Monday, April 29, 2019 23:43:52
    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 Monday, April 29, 2019 23:47:44
    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 mark lewis@VERT to Digital Man on Tuesday, April 30, 2019 10:01:48
    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 Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Monday, December 04, 2023 22:21:51
    https://gitlab.synchro.net/main/sbbs/-/commit/5e79f0550093a55dd0c8de70
    Modified Files:
    src/sbbs3/echocfg.c rechocfg.c sbbsecho.c sbbsecho.h
    Log Message:
    Allow default packet type to be configurable

    Previously, any packets created for unlinked nodes, would always be Type-2 packets and the packet type for newly created nodes (in echocfg->Linked Nodes) would be Type-2+.

    The new DefaultPacketType setting default is 2+, so the only observed
    change in behavior will be that packets created for unlinked nodes will also
    be type 2+ (by default).

    Some additional log detail/adjustment around created/detected packet types.

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