• exec/newslink.js

    From Rob Swindell@VERT 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 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 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
  • From Rob Swindell@VERT 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 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 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

    ---
    ■ 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 Wed Nov 13 14:31:53 2024
    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 Thu Nov 14 21:20:18 2024
    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 Sat Nov 16 01:32:22 2024
    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 Sat Nov 16 11:00:52 2024
    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