• exec/newslink.js

    From rswindell@VERT to CVS commit on Sunday, September 15, 2019 14:58:43
    exec newslink.js 1.110 1.111
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv19486

    Modified Files:
    newslink.js
    Log Message:
    Added an optional newslink.cfg configuration setting: reader_mode
    if present in the cfg file, newslink will send an RFC 2980/3977 compliant
    "MODE READER" command before authenticating with the news server. Some news servers require this command be sent by the client before supporting so-called "reader commands", like "GROUP". See https://mail.python.org/pipermail/mailman-users/1999-October/002396.html
    for an example.

    Thanks, EC.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, December 02, 2019 21:02:16
    exec newslink.js 1.111 1.112
    Update of /cvsroot/sbbs/exec
    In directory cvs:/home/rswindell/sbbs/exec

    Modified Files:
    newslink.js
    Log Message:
    Added support for new configuration keyword: auto_areas
    When present, all sub-boards flagged as Internet/NNTP networked will automatically be included as a newslink'd area (no "area" line needed).
    If the sysop wants to override the configured/default newsgroup name,
    the flags or the attachment directory for a specific sub-board/area, they
    can still use the "area" keyword to specify those values for a sub-board.
    Fixed the long standing UNRECOGNIZED KEYWORD: null error upon a blank
    line. Apparently truncsp(null) will return "null".



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, April 29, 2020 10:59:24
    exec newslink.js 1.112 1.113
    Update of /cvsroot/sbbs/exec
    In directory cvs:/home/rswindell/sbbs/exec

    Modified Files:
    newslink.js
    Log Message:
    Strip excessive CR's.



    ---
    þ 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 Wednesday, November 13, 2024 14:31:53
    https://gitlab.synchro.net/main/sbbs/-/commit/3d56ee8bb20e5d97ddc46c6e
    Modified Files:
    exec/newslink.js
    Log Message:
    Don't report how many bases are being scanned, cause we don't know

    ... was always reporting 0 because 'area' is not an array object

    ---
    þ 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 Thursday, November 14, 2024 21:20:18
    https://gitlab.synchro.net/main/sbbs/-/commit/c0feb81856ad898a033d903c
    Modified Files:
    exec/newslink.js
    Log Message:
    Return 1 on failure (e.g. authentication failure), not 0

    Only log message header read error if the msgbase.status is non-zero

    Don't try to import anything if the stop semfile is signaled while
    exporting.

    Increment revision to 1.2

    ---
    þ 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 Saturday, November 16, 2024 01:32:22
    https://gitlab.synchro.net/main/sbbs/-/commit/f55339bfecced0b573774f63
    Modified Files:
    exec/newslink.js
    Log Message:
    Don't download more msgs than the max for the sub-board (if non-zero)

    No sense downloading articles we're just going to toss out the next time
    we performance msgbase maintenance.

    ---
    þ 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 Saturday, November 16, 2024 11:00:52
    https://gitlab.synchro.net/main/sbbs/-/commit/f87b056d4236058acb30a82d
    Modified Files:
    exec/newslink.js
    Log Message:
    Print the correct .ini filename where ptrs are saved

    was printing the filename in uppercase if configured as such

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