• exec/newslink.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, May 24, 2021 21:43:53
    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 rejection
    reasons, for John Dovey (GATOFUEG).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From John Dovey@VERT/GATOFUEG to Rob Swindell on Sunday, June 06, 2021 23:54:01
    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
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, July 09, 2021 00:12:24
    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 addr

    Apparently 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?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Randy Sommerfeld@VERT to Git commit to main/sbbs/master on Saturday, July 10, 2021 17:31:00
    https://gitlab.synchro.net/main/sbbs/-/commit/20285f609d8c3d220b62cbe0
    Modified Files:
    exec/newslink.js
    Log Message:
    Merge branch 'master' of gitlab.synchro.net:main/sbbs

    ---
    þ 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 Friday, January 05, 2024 18:47:00
    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.

    ---
    þ 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 Friday, January 05, 2024 19:14:44
    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

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