• src/sbbs3/sbbsecho.c sbbsecho.h

    From rswindell@VERT to CVS commit on Tuesday, March 19, 2019 10:34:26
    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.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, July 22, 2019 13:34:26
    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.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, July 25, 2019 01:54:04
    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.


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