• exec/load/cnfdefs.js

    From deuce@VERT to CVS commit on Monday, November 09, 2015 13:43:10
    exec/load cnfdefs.js 1.1 1.2
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv24569

    Modified Files:
    cnfdefs.js
    Log Message:
    Add semi-colons, remove duplicate line per syncjslint.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Monday, March 05, 2018 16:34:29
    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).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, March 10, 2018 16:42:07
    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.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, February 15, 2019 02:26:05
    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.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, February 15, 2019 03:44:18
    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).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, March 01, 2020 11:12:28
    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



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sunday, November 08, 2020 18:03:45
    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_mod

    Since cnflib.js doesn't save/restore padding areas (yet), this explains
    why using scripts that use cnflib to update/modify configuration files
    could result in some settings being reverted to default or blank values unexpectedly.

    Next-up: fix cnflib so it saves and restores padding areas in .cnf files.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, June 25, 2022 13:35:28
    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"

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, June 25, 2022 17:19:55
    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.18

    With one of the new fields being 64-bit, this lib now requires the updated
    File object that supports read/writing 64-bit binary integers too.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, July 05, 2022 21:43:24
    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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, July 06, 2022 21:54:20
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, July 13, 2022 23:34:44
    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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, August 04, 2022 18:24:52
    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)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, September 15, 2022 20:19:04
    https://gitlab.synchro.net/main/sbbs/-/commit/ff3826fc0d165556d93074c2
    Modified Files:
    exec/load/cnfdefs.js
    Log Message:
    Add new/missing 'errlevel' field for timed events

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, September 16, 2022 18:30:34
    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

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