• web/lib/msgslib.ssjs

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Mar 7 15:23:06 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/73225f60faa05c3513b42350
    Modified Files:
    web/lib/msgslib.ssjs
    Log Message:
    Fix bug that caused really-long sub-board load times.I'm not sure how long this has been like this, but the last_msgof a sub-board can be a super high number (e.g. in the billions), so usingthat value as the highest message offset would cause tons of message indexread failures and just cause this loop to interate unneccessarily throughtons of non-existent messages. Also, this code is utter crap.
    --- SBBSecho 3.13-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 Sun Mar 7 15:45:35 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/fd20517ef7d6faaf6fd96126
    Modified Files:
    web/lib/msgslib.ssjs
    Log Message:
    Minor optimization to previous commit.
    --- SBBSecho 3.13-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 Mon Jun 7 22:53:16 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/6d153a1fdf5e2014ff136369
    Modified Files:
    web/lib/msgslib.ssjs
    Log Message:
    Don't open a message base for an invalid sub-board.Resolves this errors appearing on Vertrauen where the sub=<code> value appearsto be from some *other* Synchronet BBS:Unrecognized msgbase code: dove-firearms, Request: /msgs/msgs.ssjs?msg_sub=dove-firearms
    --- SBBSecho 3.14-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 Tue Jun 8 22:05:35 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/fc7e041fcdc25344bb0e37de
    Modified Files:
    web/lib/msgslib.ssjs
    Log Message:
    Fix recently-introduced issue reading the 'mail' base.Reported by AL@TRMB.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)