• src/sbbs3/sbbsecho.c sbbsecho.h

    From rswindell@1:103/705 to CVS commit on Tue Mar 19 12:34:26 2019
    src/sbbs3 sbbsecho.c 3.105 3.106 sbbsecho.h 3.26 3.27
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv20899

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Export/import the original message editor column width (when known) as a new FidoNet "Kludge line" (control line): "\1COLS: <columns>\r" where <columns>
    is a value between 0 and 255 and a value of 0 is special, meaning "unknown"
    and not normally specified (this is the default assumption when there is no "columns"/COLS header field). When a message editor column width is unknown,
    is is normally assumed to have been 80 columns for word-wrapping/re-wrapping purposes when displaying the message text.

    This feature has worked well for Synchronet's QWK networking (i.e. there are far fewer instances of word-wrapping/re-wrapping issues when viewing messages on DOVE-Net), so I decided to support this message header field over FTN (SBBSecho) as well. Hopefully other FidoNet software authors will notice and support this header field in the future as there are still numerous examples
    of word-wrap issues when viewing FidoNet messages. At least Synchronet <-> Synchronet systems over FidoNet should be able to re-wrap and display all message text nicely when both ends support this kludge line.

    Incremented SBBSecho version number to 3.07.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Jul 22 15:34:26 2019
    src/sbbs3 sbbsecho.c 3.117 3.118 sbbsecho.h 3.31 3.32
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8307

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Increase the maximum TicPwd len from 8 to 40 chars. Although SBBSecho
    doesn't actually *use* the password for anything, EchoCfg uses the nodecfg_t definition from here (which includes the 'ticpwd') and the SBBSecho AreaManager allows remote changes of the TicPwd by linked-nodes. For PSI-Jack.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Thu Jul 25 03:54:04 2019
    src/sbbs3 sbbsecho.c 3.119 3.120 sbbsecho.h 3.33 3.34
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv25156

    Modified Files:
    sbbsecho.c sbbsecho.h
    Log Message:
    Import "CHRS:" or "CHARSET:" control line values into the (new) SMB hfield: FIDOCHARSET
    Export CHRS: control line with value determined by sub-board settings (e.g. ASCII only) and the contents of the message (UTF-8 or CP437).
    Import "NOTE:" control line values into the SMB_EDITOR hfield and export
    from SMB_EDITOR -> NOTE:.
    Increment SBBSecho version to 3.08.

    --- SBBSecho 3.08-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 Fri Feb 19 00:08:57 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/45ced2a3b39d30cbb8c909e6
    Modified Files:
    src/sbbs3/sbbsecho.c sbbsecho.h
    Log Message:
    Automatically route in-transit mail to points to boss nodesIf the destination point node is not a linked node (does not exist in sbbsecho.ini), but the boss node is linked, automatically route to the boss node. The log entries look like
    this when this happens:"Routing packet (%s) to boss-node %s""Routing NetMail (%s) to boss-node %s"For poindexter FORTRAN (REALITY) - test results appreciated.Incremented SBBSecho version to 3.13.
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)