• src/sbbs3/pktdump.c

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wed Mar 10 23:35:25 2021
    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 textor any lines that were only terminated with carriage-return (\r)since these are treated rather-oddly by the FTN software as aline-ending and line-feeds are to be ignored. So transfer \r to \non output and ignore the \n's in the body text.
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wed Oct 6 18:11:15 2021
    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 packetAt 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).
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wed Mar 2 13:25:51 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/5e485170a1353a05b4f564a6
    Modified Files:
    src/sbbs3/pktdump.c
    Log Message:
    Detect/report ftell() failureCID 319007
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wed Mar 2 13:25:51 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/bdb03b822f4316124ce2a2fc
    Modified Files:
    src/sbbs3/pktdump.c
    Log Message:
    Check/report remove() failuresCID 319028
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows)@1:103/705 to Git commit to main/sbbs/master on Fri Apr 14 20:37:52 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/50754bf5443b535bc0ffffee
    Modified Files:
    src/sbbs3/pktdump.c
    Log Message:
    Differentiate between type 2+ (FSC-48) and 2e (FSC-39) packetsUsing the same logic that SBBSecho uses to decide if a packet header is infact 2+ (the auxNet field must be non-zero), otherwise, type reported is 2e.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows)@1:103/705 to Git commit to main/sbbs/master on Mon Jun 5 17:24:23 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/2aaac2bc80a83bea5086f390
    Modified Files:
    src/sbbs3/pktdump.c
    Log Message:
    Typecast to resolve MSVC error C4146:"unary minus operator applied to unsigned type, result still unsigned"Even though this same code compiled and worked as expected with GCC.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows)@1:103/705 to Git commit to main/sbbs/master on Mon Jun 26 16:25:31 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/0cf8e4b18fee3bd8785085ec
    Modified Files:
    src/sbbs3/pktdump.c
    Log Message:
    Fix: wasn't parsing origin point from type 2.2 packet headersAs Deon pointed out on DOVE-Net::Synchronet Discussion. Thanks!
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)