• src/sbbs3/pktdump.c

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, March 10, 2021 23:35:25
    https://gitlab.synchro.net/main/sbbs/-/commit/64b754a36c4b4ceaf55db130
    Modified Files:
    src/sbbs3/pktdump.c
    Log Message:
    Fix issue display AREA keywords at beginning of body text

    or any lines that were only terminated with carriage-return (\r)
    since these are treated rather-oddly by the FTN software as a
    line-ending and line-feeds are to be ignored. So transfer \r to \n
    on output and ignore the \n's in the body text.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, October 06, 2021 18:11:15
    https://gitlab.synchro.net/main/sbbs/-/commit/f1994189f728d4ad45859f86
    Modified Files:
    src/sbbs3/pktdump.c
    Log Message:
    Print "All good" or "All bad" when trying to recover or split a packet

    At Nelgin's suggestion, if all the messages in a packet are either good or bad, say so (since no .good or .bad file will be generated in that case).

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