• exec/newslink.js

    From Rob Swindell (on Debian Linux)@VERT 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.

    ---
    ■ 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 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

    ---
    ■ 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