• exec/load/cnfdefs.js cnflib.js

    From rswindell@VERT to CVS commit on Sat Mar 10 18:40:35 2018
    exec/load cnfdefs.js 1.4 1.5 cnflib.js 1.12 1.13
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv21521

    Modified Files:
    cnfdefs.js cnflib.js
    Log Message:
    Added file.cnf support (Nightfox, you could use this for your filearea-lb module).
    Also fixed a couple of field names (to match the Sync-JS model) in the
    msgs.cnf representation (e.g. op_ars -> operator_ars).



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to rswindell on Sat Mar 10 21:38:54 2018
    Re: exec/load/cnfdefs.js cnflib.js
    By: rswindell to CVS commit on Sat Mar 10 2018 01:40 pm

    cnfdefs.js cnflib.js
    Log Message:
    Added file.cnf support (Nightfox, you could use this for your filearea-lb module).

    Ah, cool, I'll have to take a look at that. And I'm not sure I'd say filearea-lb is "mine" really - It looks like echicken checked it into CVS 2 years ago. It hadn't been updated since then, and I just noticed it recently and started making use of it. filearea-lb makes use of echicken's filedir.js as well as file_size.js.

    Nightfox

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From rswindell@VERT to CVS commit on Thu Aug 15 23:33:36 2019
    exec/load cnfdefs.js 1.8 1.9 cnflib.js 1.13 1.14
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv3980

    Modified Files:
    cnfdefs.js cnflib.js
    Log Message:
    Added main.cnf support to cnflib/cnfdefs.js.
    Also renamed preqwk_ar to preqwk_ars, for consistency.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sun Nov 8 23:23:05 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/e963fe7e2dc64abe4134b6e3
    Modified Files:
    exec/load/cnfdefs.js cnflib.js
    Log Message:
    Save/restore padding bytes in .cnf files (instead of writing 0's).

    Some padding bytes are expected to be 0xff's (not 0x00's) when
    unused by configuration properties.

    Also, this insures that this library is compatible with future .cnf files
    (i.e. it won't over-write new configuration properties with 0's).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Jul 5 22:28:25 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/c5715e09f27e49e40fa06625
    Modified Files:
    exec/load/cnfdefs.js cnflib.js
    Log Message:
    Define structures for chat.cnf

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Jul 5 23:45:12 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/3a5af6d6f4f86f2405ab867d
    Modified Files:
    exec/load/cnfdefs.js cnflib.js
    Log Message:
    Define structures for node.cnf

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