• exec/newslink.js

    From rswindell@1:103/705 to CVS commit on Sun Sep 15 15:58:43 2019
    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.


    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Dec 2 22:02:16 2019
    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".


    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Wed Apr 29 11:59:24 2020
    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.


    --- SBBSecho 3.11-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 Mon May 24 21:43:53 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/064fb683a3a7eee4743dbad8
    Modified Files:
    exec/newslink.js
    Log Message:
    Twitlist optimization (don't re-read over and over)Also added debug-level log messages for message loop rejectionreasons, for John Dovey (GATOFUEG).
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From John Dovey@1:103/705 to Rob Swindell on Sun Jun 6 23:54:01 2021
    Re: exec/newslink.js
    By: Rob Swindell to Git commit to main/sbbs/master on Mon May 24 2021 21:43:53

    Twitlist optimization (don't re-read over and over)
    Also added debug-level log messages for message loop rejection
    reasons, for John Dovey (GATOFUEG).

    BTW, thank you for this. I completely reinstalled my Ubuntu box, and redid the SBBS from scratch and somewhere in that process my problem was fixed. No idea what it was now though <shrug>
    ---
    * El Gato de Fuego * 4:92/69 (FidoNet) * Pedasi, Panama


    John

    ... Bend the facts to fit the conclusion. It's easier that way.
    ---
    þ Synchronet þ El Gato de Fuego - Pedasi, Panama - gatofueg.synchro.net
    * 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 Jul 9 00:12:24 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/ec234452f8f7c4907c9891bd
    Modified Files:
    exec/newslink.js
    Log Message:
    Add support for optiona "approved" option to be specify moderator's email addrApparently required by some news servers.As requested via IRC:<poindexter> Hi all, I've got a weird request. I'd like to post to a newsgroup that relies on automoderation. You need to add an approved: header to any posting to have it be accepted - keeps the non-techie riffraff away. is there a way to do that with newslink.js?
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Randy Sommerfeld@1:103/705 to Git commit to main/sbbs/master on Sat Jul 10 17:31:00 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/20285f609d8c3d220b62cbe0
    Modified Files:
    exec/newslink.js
    Log Message:
    Merge branch 'master' of gitlab.synchro.net:main/sbbs
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Fri Jan 5 18:47:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/38c96e07b8ec2a269b230150
    Modified Files:
    exec/newslink.js
    Log Message:
    Increase the connect timeout from 10 seconds (the default) to 30 seconds

    Should probably make this a command-line option too, but this will do for
    now for Ragnarok to test eternal-september with.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Fri Jan 5 19:14:44 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/483355a47172517a193a8600
    Modified Files:
    exec/newslink.js
    Log Message:
    Do not log "0 areas"

    area.length is an object, not an array, so it's length will always be 0
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)