• exec/load/birthdays.js

    From Rob Swindell@1:103/705 to Git commit to sbbs/master on Wed Aug 26 20:01:32 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c0f433f77c992fec25105b83
    Modified Files:
    exec/load/birthdays.js
    Log Message:
    Remove unnecessary read of user #1
    --- SBBSecho 3.11-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 Wed May 18 18:39:32 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/ddd4d10b26cfca1af5aebf50
    Modified Files:
    exec/load/birthdays.js
    Log Message:
    Fix loop limit (system.stats.total_users != system.lastuser)When looping to highest user number, use system.lastuser, notsystem.stats.total_users.This explains why not all userbases would be affected by the just-fixedissue in js_user.c. If the total_users happens to equal lastuser, thenyou would have hit the issue in js_user.c. If you had at least onedeleted or inactive user account, then system.stats.total_users wouldbe less than system.lastuser and your system would *not* have triggeredthat bug.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)