• exec/load/newsutil.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sun Dec 3 17:33:19 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/40c87dc4166afdc21a5f1e43
    Modified Files:
    exec/load/newsutil.js
    Log Message:
    Correct comment about return value of function

    Why does a function this small need a comment describing its return value in the first place? <sigh>

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu Dec 21 00:10:00 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/b256f4ae6b0aea93e488c150
    Modified Files:
    exec/load/newsutil.js
    Log Message:
    Convert LATIN-1 to ISO-8859-1 charset on export to NNTP

    From: Carlos Navarro (2:341/234.1)

    Messages that use CHRS: LATIN-1 are not displayed properly in newsreaders (Synchronet's NNTP server renders them with the default charset=IBM437).

    This fix may work: edit exec/load/newsutil.js, at line 77 insert

    case "LATIN-1 2":
    charset = "ISO-8859-1";
    break;

    If you want to test: ¨éíóú ñ (accented aeiou, n with tilde)

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