• exec/load/sbbsdefs.js

    From rswindell@1:103/705 to CVS commit on Sat Dec 9 18:08:06 2017
    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).


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Dec 17 20:17:21 2017
    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).

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Thu Jan 4 00:39:31 2018
    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

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Feb 2 04:45:19 2018
    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.


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Jun 10 01:34:32 2018
    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).


    --- SBBSecho 3.05-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Wed Oct 3 16:50:42 2018
    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)


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Oct 21 22:25:37 2018
    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.

    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Dec 24 18:29:24 2018
    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


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Dec 24 18:30:24 2018
    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).


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Dec 30 00:12:30 2018
    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).


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sat Jan 26 17:36:33 2019
    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).


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Feb 17 04:53:30 2019
    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


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Tue Apr 9 14:06:14 2019
    exec/load sbbsdefs.js 1.85 1.86
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv6029

    Modified Files:
    sbbsdefs.js
    Log Message:
    Update external() mode flags definition (re-sync with sbbsdefs.h):
    - Renamed EX_INR and EX_OUTR to EX_STDIN and EX_STDOUT
    (with duplicate variables for backwards compatibility)
    - Removed long-obsolete EX_OUTL, EX_SWAP
    - Added (new) EX_NOLOG


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Tue Apr 9 14:10:25 2019
    exec/load sbbsdefs.js 1.86 1.87
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv6516

    Modified Files:
    sbbsdefs.js
    Log Message:
    Define EX_STDIO for convenience (short-hand for EX_STDIN|EX_STDOUT)


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Thu May 2 14:29:06 2019
    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).


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri May 3 23:23:28 2019
    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).


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Thu May 9 15:16:56 2019
    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


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sat Jul 6 01:38:03 2019
    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.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Tue Jul 16 00:08:19 2019
    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


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Jul 26 01:47:31 2019
    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.


    --- SBBSecho 3.08-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Jul 26 14:04:58 2019
    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).


    --- SBBSecho 3.08-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Thu Aug 1 00:46:56 2019
    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.


    --- SBBSecho 3.08-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Thu Aug 15 16:25:59 2019
    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.


    --- SBBSecho 3.08-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Wed Oct 9 10:47:24 2019
    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)


    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Wed Apr 1 16:10:35 2020
    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.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Tue May 12 01:29:02 2020
    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).


    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun May 24 01:34:21 2020
    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.


    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun May 24 03:23:03 2020
    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).

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Mon Nov 2 01:44:12 2020
    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
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Tue Nov 10 18:32:47 2020
    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).
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From MRO@1:103/705 to Rob Swindell on Tue Nov 10 22:47:27 2020
    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 :::
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to MRO on Tue Nov 10 21:10:41 2020
    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 --- SBBSecho 3.11-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 Wed Dec 2 21:02:42 2020
    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
    --- SBBSecho 3.11-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 Thu Jan 21 18:02:10 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/71388a19c2b56bf4c763907a
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add K_NUL definition.
    --- SBBSecho 3.12-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 Sat Jan 23 14:24:48 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/62c1a3f3cccba221d9357b7b
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add PROT_ definitions for transfer protocol 'settings' flags.
    --- SBBSecho 3.12-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 Sat Apr 24 20:25:30 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/4c4b4922311f2359275aaf32
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Resynchronize with sbbsdefs.h, adding and removing consts
    --- 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 Sun Jan 22 14:42:16 2023
    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 numbersThe first argument to system.matchuserdata() in v3.20 is the user.tab fieldnumber, not the user.dat byte-offset that was used in versions of SBBS priorto v3.20.These values are synchronized with userfields.h, but I keept the U_ prefixhere (instead of USER_) to maintain compatibility with existing JS scripts.This is a fix for issue #501 - thanks for the report Eric!
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (in GitKraken)@1:103/705 to Git commit to main/sbbs/master on Fri Mar 10 19:59:26 2023
    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.hIt's SCAN_CONT (for continuous). <sigh>Leave SCAN_CONST alias for backwards-compatibility, but deprecated.
    --- SBBSecho 3.20-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 Tue Feb 6 12:39:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3a04eb999767c699512f4c31
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add K_CP437 definition (for use with inkey())
    --- SBBSecho 3.20-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 Sun Mar 3 14:28:59 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c7747b9be61ecd7e47056023
    Modified Files:
    exec/load/sbbsdefs.js
    Log Message:
    Add SYS_MOUSE_HOT definition
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)