• src/sbbs3/js_system.c

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 4 13:38:22 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/8b898fde24ccaf96ffc073c9ăModified Files:ă src/sbbs3/js_system.căLog Message:ăFix dead code issues reported by Coverity-scană---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 4 15:13:57 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/0ef24e4d184e85ad1f251df9ăModified Files:ă src/sbbs3/js_system.căLog Message:ăclient.addr is now an array not pointer

    CID 319143ă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From DeucĐ”@VERT to Git commit to main/sbbs/master on Mon Apr 19 19:50:36 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/237ace328d017058047ed148
    Modified Files:
    src/sbbs3/js_system.c
    Log Message:
    Populate system.uptime in JSDoor

    This variable tracks the time that jsdoor was started.

    ---
    ïż­ Synchronet ïż­ Vertrauen ïż­ Home of Synchronet ïż­ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Aug 8 23:03:19 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/51e0834286ed6e7157d25efeăModified Files:ă src/sbbs3/js_system.căLog Message:ăImprove the systme.findstr() JSDOCS description textă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Jan 4 18:41:48 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/ffcacc9711c0c481110eaef6ăModified Files:ă src/sbbs3/js_system.căLog Message:ăUse SAFECOPY() - CID 345193ă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Jan 19 20:32:53 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/3b6d2af90c483d85be453f5căModified Files:ă src/sbbs3/js_system.căLog Message:ăEliminate a couple new 'unused variable' warnings.ă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Mar 20 15:05:46 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/cf5b2141cc37a211cf241dbdăModified Files:ă src/sbbs3/js_system.căLog Message:ăUse JS_ValueToECMAUint32 for full 32-bit time_t values

    Resolves issue with filelist.js trying to pass 4294967295 (-1) to system.datestr() resulting in:
    !JavaScript /sbbs/exec/filelist.js line 13: Error: can't convert t to an integeră---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Mar 20 16:24:39 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/cd199b7451ce3a3b06ebec7eăModified Files:ă src/sbbs3/js_system.căLog Message:ătypedefs to suppress warnings about using JS_ValueToECMAUint32 w/int32_tă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Dec 30 03:00:15 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/65f112d40538be61195a712căModified Files:ă src/sbbs3/js_system.căLog Message:ăAdd JS system.find_login_id() methodă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Dec 30 03:06:11 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/8b9a3d576d213ada641542e5ăModified Files:ă src/sbbs3/js_system.căLog Message:ăResolve unused variable warning introduced in previous commit

    Some trailing whitespace clean-up too.ă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell (on Windows)@VERT to Git commit to main/sbbs/master on Thu Feb 9 11:50:47 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/8635b5105a097d06bfd67444ăModified Files:ă src/sbbs3/js_system.căLog Message:ăAllow system.matchuserdata() to search deleted user records

    Insert an optional boolean argument to enable a search through deleted and inactive user records (in addition to active user records). This is part of
    the solution to the problem described in issue #513 where the UEDIT sysop command did not go to a specified user (by alias) automatically, presumably because the user record was marked as deleted.ă---ă ț 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 Thu Mar 16 15:06:15 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/f3bc58ff48886010b834c040ăModified Files:ă src/sbbs3/js_system.căLog Message:ăRename system.last* to system.last_*, leaving old names as aliases

    ... to make property names more consistent (e.g. with bbs.last_node).
    The old names (without the underscores) are still usable but won't appear
    in JSDOCS (i.e. jsobjs.html).ă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell (on Windows)@VERT to Git commit to main/sbbs/master on Sun Apr 23 18:59:30 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/e504e20cb6fb6152f4a12b21ăModified Files:ă src/sbbs3/js_system.căLog Message:ăAdd a little more clarity to check_filename() JSDOCS stringă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sat May 20 15:07:19 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c382e714936d42dba895e806ăModified Files:ă src/sbbs3/js_system.căLog Message:ăAdd system.guru (default guru name) propertyă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From Rob Swindell (on Windows)@VERT to Git commit to main/sbbs/master on Sat May 27 16:39:57 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/e5bd0b631f77a5b1eb979a1căModified Files:ă src/sbbs3/js_system.căLog Message:ăNew property: system.mqtt_enabled

    JSDOC fix-ups.ă---ă ț 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 Wed Mar 6 22:06:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/2cdafd3585f894c192f2c934
    Modified Files:
    src/sbbs3/js_system.c
    Log Message:
    Add system.git_date proprety (string)

    ---
    ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon Apr 8 16:32:54 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8108e0cd9e8eb85a7e77fca1
    Modified Files:
    src/sbbs3/js_system.c
    Log Message:
    Address MSVC warning and CID 492209 with typecast of time_t to uint32_t

    yes, this is a Y2K38 (or Y2106) issue, but we should have that worked out
    when upgrading to the next libmozjs.

    Need something like NUMBER_TO_JSVAL() and equivalent LAZY_NUMBER macro that
    can deal with >32-bit ints correctly (or just always convert to double?).

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