• exec/load/sbbsdefs.js

    From rswindell@VERT to CVS commit on Monday, August 18, 2014 18:12:56
    exec/load sbbsdefs.js 1.55 1.56
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv32236

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added mssing UQ_COLORTERM definition as reported by Nightfox.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Monday, September 29, 2014 13:00:17
    exec/load sbbsdefs.js 1.56 1.57
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv32443

    Modified Files:
    sbbsdefs.js
    Log Message:
    Bring in WM_SUBJ_RO, WM_EDIT, WM_FORCEFWD.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, April 28, 2015 23:56:04
    exec/load sbbsdefs.js 1.57 1.58
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv22561

    Modified Files:
    sbbsdefs.js
    Log Message:
    Removed the SCAN_UNREAD definition (never used by SBBS).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Friday, May 01, 2015 20:23:55
    exec/load sbbsdefs.js 1.58 1.59
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv30535

    Modified Files:
    sbbsdefs.js
    Log Message:
    Implemented the SCAN_UNREAD mode bit for scansubs(), scanallsubs(), scanposts(), and listsub(). These functions are exposed in the JS 'bbs' object as scan_subs(), scan_msgs(), and list_msgs().


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, August 19, 2015 22:22:53
    exec/load sbbsdefs.js 1.59 1.60
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv6906/load

    Modified Files:
    sbbsdefs.js
    Log Message:
    Update to 3.17a

    New Features:
    - Multiple bindings for each service
    Use comma-separated interfaces on Interface= lines in the ini file.
    Default is now "0.0.0.0,::"
    - IPv6 support
    - TLS support for the webserver and (non-static) services
    New TLS option in services.ini (ie: Options=TLS)
    - Decrease LEN_SCAN_CMD to 35 chars, increase the CID field to 45 chars,
    and rename the MAIL_CMD string to IPADDR. I think this frees up the
    note field for SysOp use.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, January 06, 2016 17:30:36
    exec/load sbbsdefs.js 1.60 1.61
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv31354

    Modified Files:
    sbbsdefs.js
    Log Message:
    Add a SCAN_MSGSONLY flag so that even if "Automatic New File Scan" is set
    in the default user config, a scansubs(SCAN_ALL) will still not do a new
    file scan.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, September 26, 2017 17:57:18
    exec/load sbbsdefs.js 1.68 1.69
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv10497

    Modified Files:
    sbbsdefs.js
    Log Message:
    Telnet/rlogin gateway flags (TG_*) updates.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, November 27, 2017 19:45:50
    exec/load sbbsdefs.js 1.69 1.70
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv8371

    Modified Files:
    sbbsdefs.js
    Log Message:
    Define new SMB attr bit flag: MSG_SPAM



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, December 09, 2017 18:08:06
    exec/load sbbsdefs.js 1.70 1.71
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv31577

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added PageUp/Down key mapping definitions (new to sbbs).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, December 17, 2017 20:17:21
    exec/load sbbsdefs.js 1.71 1.72
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv15295

    Modified Files:
    sbbsdefs.js
    Log Message:
    Change the PageUp and PageDown ctrl-key mapping to Ctrl-P (previous)
    and Ctrl-N (next) instead Ctrl-U and Ctrl-D as that wasn't going to work with fseditor.js's (Ctrl-U is quote).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, January 04, 2018 00:39:31
    exec/load sbbsdefs.js 1.72 1.73
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv14447

    Modified Files:
    sbbsdefs.js
    Log Message:
    Define P_CPM_EOF printfile/putmsg mode flag


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, February 02, 2018 04:45:19
    exec/load sbbsdefs.js 1.76 1.77
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv18165

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added some new console.status flags for tracking alternate font states
    (mainly so we can use Ctrl-A codes for conditional implementation of the
    blink or high attribute based on alt. font activation).
    Also added some telnet command/option values for use with
    console.telnet_cmd() - e.g. putting the telnet client into binary mode
    for font data transfer.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, June 10, 2018 01:34:32
    exec/load sbbsdefs.js 1.77 1.78
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv31385

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added the missing MM_* (msg_area.settings) flag definitions.
    Added loadmail mode (LM_*) definitions for new bbs.read_mail() argument (optional).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, October 03, 2018 16:50:42
    exec/load sbbsdefs.js 1.78 1.79
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv12529

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added K_TRIM definition (follows sbbsdefs.h)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, October 21, 2018 22:25:37
    exec/load sbbsdefs.js 1.79 1.80
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv5277

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added USER_PETSCII and P_TRUNCATE definitions.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, December 24, 2018 18:29:24
    exec/load sbbsdefs.js 1.80 1.81
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv4132

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added xtrn_area.event[].settings bit-flag values (EVENT_*) froms sbbsdefs.h



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, December 24, 2018 18:30:24
    exec/load sbbsdefs.js 1.81 1.82
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv4432

    Modified Files:
    sbbsdefs.js
    Log Message:
    Fixed previous commit (this ain't C).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, December 30, 2018 00:12:30
    exec/load sbbsdefs.js 1.82 1.83
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv30139

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added the LM_REVERSE load/read_mail() mode flag definition (from sbbsdef.h).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, January 26, 2019 17:36:33
    exec/load sbbsdefs.js 1.83 1.84
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv7329

    Modified Files:
    sbbsdefs.js
    Log Message:
    Use require() instead of load() for the recursively load'ed *defs scripts,
    this eliminates unnecessary redundant load/execution of scripts that were already loaded (faster, leaner, better).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, February 17, 2019 04:53:30
    exec/load sbbsdefs.js 1.84 1.85
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv29192

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added a couple of missing sub-board 'settings' flag definitions:
    - SUB_TEMPLATE
    - SUB_MSGTAGS



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, May 02, 2019 14:29:06
    exec/load sbbsdefs.js 1.88 1.89
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv11618

    Modified Files:
    sbbsdefs.js
    Log Message:
    Fix typo in previous commit (missing comma).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, May 03, 2019 23:23:28
    exec/load sbbsdefs.js 1.89 1.90
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv963

    Modified Files:
    sbbsdefs.js
    Log Message:
    Add CON_CR_CLREOL definition (console.status flag).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, May 09, 2019 15:16:56
    exec/load sbbsdefs.js 1.90 1.91
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv15729

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added new/missing P_mode flag defines:
    - P_NOERROR
    - P_PETSCII
    - P_WRAP



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, July 06, 2019 01:38:03
    exec/load sbbsdefs.js 1.91 1.92
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv11541

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added new putmsg()/printfile() mode flag: P_UTF8
    Set automatically when printing a *.utf8 file or a file starting with ZWNBSP (BOM) UTF-8 sequence.
    When set, UTF-8 sequences will be converted to a compatible charset for the user's terminal.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, July 16, 2019 00:08:19
    exec/load sbbsdefs.js 1.92 1.93
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv7105

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added new bbs.sys_status flag definitions:
    - SS_QWKLOGON
    - SS_FASTLOGON



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, July 26, 2019 01:47:31
    exec/load sbbsdefs.js 1.93 1.94
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv18291

    Modified Files:
    sbbsdefs.js
    Log Message:
    Added P_AUTO_UTF8 (new p-mode) definition.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, July 26, 2019 14:04:58
    exec/load sbbsdefs.js 1.94 1.95
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv14141

    Modified Files:
    sbbsdefs.js
    Log Message:
    Add P_NOXATTRS definition (not used by an scripts yet).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, August 01, 2019 00:46:56
    exec/load sbbsdefs.js 1.95 1.96
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv6495

    Modified Files:
    sbbsdefs.js
    Log Message:
    Support new sbbs_t::email() / bbs.email() mode flag: WM_NOFWD to disable
    mail -> netmail forwarding for a specific invocation.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thursday, August 15, 2019 16:25:59
    exec/load sbbsdefs.js 1.96 1.97
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv11877

    Modified Files:
    sbbsdefs.js
    Log Message:
    Add missing semicolon.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, October 09, 2019 10:47:24
    exec/load sbbsdefs.js 1.98 1.99
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv18080

    Modified Files:
    sbbsdefs.js
    Log Message:
    Re-synchronize the SYS_* variables with the SM_ macros from sbbsdefs.h
    - Elminate unused values: NOBEEP, REQ_PW, L_SYSOP, QVALKEYS, and ERRALARM
    - Added: AUTO_DST and NONODELIST
    Addresses issue raised by Alterego (ALTERANT)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, April 01, 2020 16:10:35
    exec/load sbbsdefs.js 1.99 1.100
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv1439

    Modified Files:
    sbbsdefs.js
    Log Message:
    Updated for long password support.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, May 12, 2020 01:29:02
    exec/load sbbsdefs.js 1.100 1.101
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv24501

    Modified Files:
    sbbsdefs.js
    Log Message:
    Add CON_MOUSE_PASSTHRU definition (for console.status).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, May 24, 2020 01:34:21
    exec/load sbbsdefs.js 1.101 1.102
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv31629

    Modified Files:
    sbbsdefs.js
    Log Message:
    Add CON_MOUSE_REPORT definition and console.mose_mode bit flag definitions.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, May 24, 2020 03:23:03
    exec/load sbbsdefs.js 1.102 1.103
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv14343

    Modified Files:
    sbbsdefs.js
    Log Message:
    Use separate mouse-down (click) and release pass-through flags.
    Rename CON_MOUSE_REPORT to CON_MOUSE_SCROLL (since that is all it is used for).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • 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