• src/sbbs3/js_bbs.cpp

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Mar 30 11:56:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/667c51a7cc5380aaa1b2ab87
    Modified Files:
    src/sbbs3/js_bbs.cpp
    Log Message:
    Fix Win32 build?
    --- SBBSecho 3.24-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Mon Mar 31 15:28:24 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/0d74bbba40c820c00d8146b6
    Modified Files:
    src/sbbs3/js_bbs.cpp
    Log Message:
    Fix GCC warning: ‘js_bbs_class’ initialized and declared ‘extern’
    --- SBBSecho 3.24-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Thu Apr 10 23:39:24 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/c011d987170251fdea9d85ee
    Modified Files:
    src/sbbs3/js_bbs.cpp
    Log Message:
    Rename bbs.good_password() to bbs.check_password() for consistency

    ... with the system object and the underlying SBBS functions being called.

    Leave bbs.good_password() as an alias for backward compatibility.
    --- SBBSecho 3.24-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sat Dec 27 01:17:56 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/4e77ef89b9eb4ac53476abb5
    Modified Files:
    src/sbbs3/js_bbs.cpp
    Log Message:
    New bbs function: logline(level=LOG_INFO, code, string)

    This adds a system log line with a search code/prefix with an optionally specified priority level.
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sat Dec 27 11:56:02 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/beb7e64dac72420f338dd0ca
    Modified Files:
    src/sbbs3/js_bbs.cpp
    Log Message:
    Resolve a couple new Coverity issues

    Mem leaks in error paths of js_logline()
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Fri Jan 2 21:02:12 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/7d39736b5c99f74feaca98f3
    Modified Files:
    src/sbbs3/js_bbs.cpp
    Log Message:
    Add bbs.matchuserdata(), like system.matchuserdata()

    ... but with progress indication.

    for use in newuser_prompts.js to match old sbbs_t::newuser() hard-coded behavior.
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Jan 3 23:36:42 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/397ed213c17ead586efd8132
    Modified Files:
    src/sbbs3/js_bbs.cpp
    Log Message:
    Resolve unused variable warning from GCC
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Mon Jan 5 04:27:42 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/fc0606469a857323e5af6e1e
    Modified Files:
    src/sbbs3/js_bbs.cpp
    Log Message:
    JSDOC updates/fixes
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Mon Jan 12 05:06:14 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/22287fb6a58fab44f147d856
    Modified Files:
    src/sbbs3/js_bbs.cpp
    Log Message:
    Better description of bbs.mods for JSDOCS

    It's not just for 3rd parties any more!
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Wed Jan 21 02:12:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/b1b95c7fc69c0315abbfc5fd
    Modified Files:
    src/sbbs3/js_bbs.cpp
    Log Message:
    Allow bbs.optext to be written with non-string values (e.g. numbers)

    that will be auto-converted to a string value (for subsequent display)

    Also cleaned-up some unnecessary free(null) checks.
    --- SBBSecho 3.35-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)