• exec/load/sbbsdefs.js

    From Rob Swindell@VERT to Git commit to sbbs/master on Monday, November 02, 2020 01:44:12
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/a6bf9ea1c4f1eea8779676bd
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add K_CTRLKEYS, P_MARKUP, and P_HIDEMARKS defines, copied from sbbsdefs.h

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tuesday, November 10, 2020 18:32:47
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/50a53009f2a9c4991f0ad68f
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Fix problem with U_* defines introduced in CVS rev 1.100 (Apr-1-2020)

    as part of the 8->40 password length enhancement.

    Everything after U_OLDPASS was NaN because of a typo (U_PASS not yet defined).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Rob Swindell on Tuesday, November 10, 2020 22:47:27
    Re: exec/load/sbbsdefs.js
    By: Rob Swindell to Git commit to sbbs/master on Tue Nov 10 2020 06:32 pm

    https://gitlab.synchro.net/sbbs/sbbs/-/commit/50a53009f2a9c4991f0ad68f Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Fix problem with U_* defines introduced in CVS rev 1.100 (Apr-1-2020)

    as part of the 8->40 password length enhancement.

    Everything after U_OLDPASS was NaN because of a typo (U_PASS not yet


    so are you going to encrypt the passwords soon too?
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Digital Man@VERT to MRO on Tuesday, November 10, 2020 21:10:41
    Re: exec/load/sbbsdefs.js
    By: MRO to Rob Swindell on Tue Nov 10 2020 10:47 pm

    Re: exec/load/sbbsdefs.js
    By: Rob Swindell to Git commit to sbbs/master on Tue Nov 10 2020 06:32 pm

    https://gitlab.synchro.net/sbbs/sbbs/-/commit/50a53009f2a9c4991f0ad68f Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Fix problem with U_* defines introduced in CVS rev 1.100 (Apr-1-2020)

    as part of the 8->40 password length enhancement.

    Everything after U_OLDPASS was NaN because of a typo (U_PASS not yet


    so are you going to encrypt the passwords soon too?

    Nope.
    --
    digital man

    Synchronet "Real Fact" #108:
    Weedpuller "Falling Star" http://youtu.be/J0ijOUT7KIw
    Norco, CA WX: 53.0øF, 45.0% humidity, 2 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, December 02, 2020 21:02:42
    https://gitlab.synchro.net/main/sbbs/-/commit/da5a58d88c5ab355bb1f8f7a
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Re-sync the BBS_OPT_* values with src/sbbs3/startup.h

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, January 21, 2021 18:02:10
    https://gitlab.synchro.net/main/sbbs/-/commit/71388a19c2b56bf4c763907a
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add K_NUL definition.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, January 23, 2021 14:24:48
    https://gitlab.synchro.net/main/sbbs/-/commit/62c1a3f3cccba221d9357b7b
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add PROT_ definitions for transfer protocol 'settings' flags.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, April 24, 2021 20:25:30
    https://gitlab.synchro.net/main/sbbs/-/commit/4c4b4922311f2359275aaf32
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Resynchronize with sbbsdefs.h, adding and removing consts

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, January 22, 2023 14:42:16
    https://gitlab.synchro.net/main/sbbs/-/commit/81d86b89e24bc1f65fd3065d
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Update U_* variables (pseudo consts) to use v3.20 user.tab field numbers

    The first argument to system.matchuserdata() in v3.20 is the user.tab field number, not the user.dat byte-offset that was used in versions of SBBS prior
    to v3.20.

    These values are synchronized with userfields.h, but I keept the U_ prefix
    here (instead of USER_) to maintain compatibility with existing JS scripts.

    This is a fix for issue #501 - thanks for the report Eric!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (in GitKraken)@VERT to Git commit to main/sbbs/master on Friday, March 10, 2023 19:59:26
    https://gitlab.synchro.net/main/sbbs/-/commit/4573dfb8d8e0831a9175fb57
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Fix 30+ year old typo copy/pasted from sbbsdefs.h

    It's SCAN_CONT (for continuous). <sigh>

    Leave SCAN_CONST alias for backwards-compatibility, but deprecated.

    ---
    þ 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 Tuesday, February 06, 2024 12:39:20
    https://gitlab.synchro.net/main/sbbs/-/commit/3a04eb999767c699512f4c31
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add K_CP437 definition (for use with inkey())

    ---
    þ 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 Sunday, March 03, 2024 14:28:59
    https://gitlab.synchro.net/main/sbbs/-/commit/c7747b9be61ecd7e47056023
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add SYS_MOUSE_HOT definition

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