• exec/logonlist.js

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wednesday, March 09, 2022 14:24:43
    https://gitlab.synchro.net/main/sbbs/-/commit/5e428c35e1fef5b67c6ef689
    Modified Files:
    exec/logonlist.js
    Log Message:
    By default, '-l' (last few callers) option will pull from previous daysIf modopts.ini [logonlist] last_few_days is set (to a number), that willdictate the maximum number of previous days to pull last few callers from(e.g. set to '0' for previous behavior).Also, '-l' can now be used with a command-line option (e.g. '-l <num>')to specify the number of callers to display (overriding the modopts.inilast_fwe_callers value).This should address issue (feature request) #371.
    --- SBBSecho 3.15-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 Wednesday, March 09, 2022 18:31:19
    https://gitlab.synchro.net/main/sbbs/-/commit/958dac64ae56cd64dd794368
    Modified Files:
    exec/logonlist.js
    Log Message:
    Fix off-by-one error in previous commitThe default (when no argument to the '-l' option is provided) is to usethe last_few_callers value from the modopts.ini file. This was broken.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Friday, October 20, 2023 20:01:22
    exec logonlist.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11690

    Modified Files:
    logonlist.js
    Log Message:
    Only list the node if the record.total is non-null/zero/undefined/false.
    This exclude the "Web" node since "HTTP" is already listed as the protocol used, it's a bit redundant.


    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Friday, October 20, 2023 20:19:52
    exec logonlist.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11709

    Modified Files:
    logonlist.js
    Log Message:
    Include instructions for modifying command-shells to use this module
    (manual install step).
    Don't use the LastFewCallersFmt string from the text.dat, it requires a
    numeric node number and we want to support non-numeric (e.g. "W" for "Web") "nodes" here. This string, like the others, can be over-ridden via [logonlist] in ctrl/modopts.ini.


    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)