• exec/load/logonlist_lib.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Mar 9 14:24:43 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/608b6f10df03e30f6be5ab55
    Modified Files:
    exec/load/logonlist_lib.js
    Log Message:
    get() method supports reading entries from multiple days

    If days_ago argument is undefined (as is the case when performing
    a "last few callers" query/list), then pull upto the maximum last
    number of callers from previous days as necessary.

    Part of fix for issue #371

    ---
    þ 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 Sun Jun 9 17:51:13 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8307cbeaea8c402f5b7bda6c
    Modified Files:
    exec/load/logonlist_lib.js
    Log Message:
    When pulling from previous days to fulfill the "last few callers list", insert

    Insert (using unshift) to the beginning of the list, rather than append (using push) to the end of the list.

    This fixes issue #761

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