• exec/load/cnfdefs.js

    From rswindell@1:103/705 to CVS commit on Mon Mar 5 16:34:29 2018
    exec/load cnfdefs.js 1.3 1.4
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv21660/load

    Modified Files:
    cnfdefs.js
    Log Message:
    Change the cnfdefs.js to use the configuration (.cnf) record field
    names from the Sync-JS object model (jsobjs.html) rather than from the
    C/C++ source code (sbbsdefs.js). I got buy-in from mcmlxxix to make this change, but any existing scripts which use the old names will need to be changed or its likely that the .cnf record changes aren't going to be
    made as intended (attn: CoA sysops).


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sat Mar 10 16:42:07 2018
    exec/load cnfdefs.js 1.5 1.6
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv1381

    Modified Files:
    cnfdefs.js
    Log Message:
    Renamed msg.msg_misc (bit-field) to msg.settings, for consistency.


    --- 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 15 02:26:05 2019
    exec/load cnfdefs.js 1.6 1.7
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv10316

    Modified Files:
    cnfdefs.js
    Log Message:
    Use 'key' rather than 'mnemonic' for file xfer protocol key (character) value.


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Feb 15 03:44:18 2019
    exec/load cnfdefs.js 1.7 1.8
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv19978

    Modified Files:
    cnfdefs.js
    Log Message:
    Use meaningful faddr_t field names (zone, net, node, point).
    Use more verbose names for global msgs.cnf properties (don't mimic the scfgdefs.h names).


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Mar 1 11:12:28 2020
    exec/load cnfdefs.js 1.9 1.10
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv3203

    Modified Files:
    cnfdefs.js
    Log Message:
    Added support for listmsgs_mod


    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Sun Nov 8 18:03:45 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/fbff979cd8f6224852be9c97
    Modified Files:
    exec/load/cnfdefs.js
    Log Message:
    Add missing/newer configuration to main cnf definition.- min_pwlen- textsec_mod- automsg_mod- xtrnsec_mod- nodelist_mod- whosonline_mod- privatemsg_mod- logonlist_modSince cnflib.js doesn't save/restore padding areas (yet), this explainswhy using scripts that use cnflib to update/modify configuration filescould result in some settings being reverted to default or blank valuesunexpectedly.Next-up: fix cnflib so it saves and restores padding areas in .cnf files.
    --- 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 Sat Jun 25 13:35:28 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/cdc37b1d4c5d03098230862c
    Modified Files:
    exec/load/cnfdefs.js
    Log Message:
    Fix: Some integer fields were defined as type:"str"
    --- SBBSecho 3.15-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 Jun 25 17:19:55 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/13e30862b5ccbbb511439e2d
    Modified Files:
    exec/load/cnfdefs.js
    Log Message:
    Add several missing fields that were added since v3.18With one of the new fields being 64-bit, this lib now requires the updatedFile object that supports
    read/writing 64-bit binary integers too.
    --- SBBSecho 3.15-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 Tue Jul 5 21:43:24 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/b9bbed5e1538c45a1c3753b1
    Modified Files:
    exec/load/cnfdefs.js
    Log Message:
    A few property name updates to be more aligned with JS obj model
    --- SBBSecho 3.15-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 Jul 6 21:54:20 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/70c97e34a0797ce78b3e2333
    Modified Files:
    exec/load/cnfdefs.js
    Log Message:
    Better alignment of names with JS object model. Other fixes.
    --- SBBSecho 3.15-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 Jul 13 23:34:44 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/ec112db72cd6bf8e537c2dd9
    Modified Files:
    exec/load/cnfdefs.js
    Log Message:
    Support the old 32-bit free-credits-per-day field, for upgrading old cnf files --- SBBSecho 3.15-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 Aug 4 18:24:52 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/0f6fea78abe19a4c05f722d3
    Modified Files:
    exec/load/cnfdefs.js
    Log Message:
    Updates to xedit_t and xtrnsec_t definitions (out of date)
    --- SBBSecho 3.15-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 Sep 15 20:19:04 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/ff3826fc0d165556d93074c2
    Modified Files:
    exec/load/cnfdefs.js
    Log Message:
    Add new/missing 'errlevel' field for timed events
    --- SBBSecho 3.15-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 Fri Sep 16 18:30:34 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/6d44eeeddc6671416afc78fe
    Modified Files:
    exec/load/cnfdefs.js
    Log Message:
    qhub_t node->node_num naming to more consistent with other objs
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)