• exec/load/cnfdefs.js

    From rswindell 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


  • From Rob Swindell 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.
  • From Rob Swindell 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"
  • From Rob Swindell 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.
  • From Rob Swindell 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
  • From Rob Swindell 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.
  • From Rob Swindell 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
  • From Rob Swindell 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)
  • From Rob Swindell 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
  • From Rob Swindell 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