• exec/load/fidocfg.js

    From echicken@VERT to CVS commit on Mon Dec 10 03:00:00 2018
    exec/load fidocfg.js 1.34 1.35
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv25835/load

    Modified Files:
    fidocfg.js
    Log Message:
    Revised private function get_bool in TickITCfg.
    Threw errors if 'val' was defined but non-string (no toUpperCase method).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Jan 7 19:05:00 2019
    exec/load fidocfg.js 1.35 1.36
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv6395

    Modified Files:
    fidocfg.js
    Log Message:
    Fix bug reported by pfortran:
    If a SessionPwd (in sbbsecho.ini) value was (just) a number, it would
    barf-up binkp.js and cause an authentication BinkP failure for that node.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Jan 11 12:35:00 2019
    exec/load fidocfg.js 1.36 1.37
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv17788

    Modified Files:
    fidocfg.js
    Log Message:
    TickIT patch supplied by Mark Lewis:
    tickit.js version pulled from $ID string in .js file.
    tickit version used in Created by line.
    tickit version used in Path line.
    utc time stamp of processing used in Path line per FTS-5006.001.
    per area uploader.
    address selection:
    per area aka matching in From and Path lines.
    per area source address in From and Path lines.
    global aka matching in From and Path lines (original addressing method).
    global source address in From and Path lines.
    main FTN address from system.fido_addr_list (preferred but last in line with the above overrides).
    can use domains on linked systems' addresses in sbbsecho.ini again.
    can use domains on any address in tickit.ini.
    domains are NOT currently written to the generated TIC files to avoid creating possible problems for other TIC processors.
    force replace is available globally and per area in the ini and not only the command line.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Jan 28 08:51:00 2019
    exec/load fidocfg.js 1.37 1.38
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv21689

    Modified Files:
    fidocfg.js
    Log Message:
    Forgot to commit this earlier (with tickitcfg.js rev 1.9):
    save() methods return true (on success) or an error string. No throw()'s.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed May 15 22:18:57 2019
    exec/load fidocfg.js 1.38 1.39
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv24628

    Modified Files:
    fidocfg.js
    Log Message:
    Read 'inbox' and 'outbox' [node:*] values from sbbsecho.ini and add to BinkITCfg.node[] objects.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri May 24 19:38:14 2019
    exec/load fidocfg.js 1.39 1.40
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv27606

    Modified Files:
    fidocfg.js
    Log Message:
    Make the BinkpAllowPlainText default value match the wiki which also matches rechocfg.c (true). No effect for any sbbsecho.ini which already has this
    key with a value (and they all should).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun May 26 15:10:46 2019
    exec/load fidocfg.js 1.40 1.41
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv19036

    Modified Files:
    fidocfg.js
    Log Message:
    Added a BinkP-global setting (in the [binkp] section): "PlainAuthOnly" (defaults to false). If you want to disable all CRAM-MD5 based authentication for both inbound and outbound BinkIT/BinkP connections/sessions (e.g. for trouble-shooting password mismatch issues), then set this to true.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Jun 16 18:36:29 2019
    exec/load fidocfg.js 1.42 1.43
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv12521

    Modified Files:
    fidocfg.js
    Log Message:
    Decided to be more consistent with the node option naming, renamed [BinkP]: CryptSupport (default true), to:
    PlainTextOnly (default false).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Apr 11 14:34:13 2020
    exec/load fidocfg.js 1.44 1.45
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv10977

    Modified Files:
    fidocfg.js
    Log Message:
    Added AutoAreas option (to global section), set to a comma-separated list of Library names (case-sensitive) for which you would like to have their directories automatically added to your tickit area list.
    Directories whose names are invalid area tags (e.g. contain a space) are
    not included.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wed Nov 11 06:22:28 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/24531cb1a6cf46d1d743aac8
    Modified Files:
    exec/load/fidocfg.js
    Log Message:
    Resilience around tickit.ini and freqit.ini file open operations.

    Throw exceptions rather than just loggin an "Unable to open" error
    (easier tracking fo the soruce of the error). Log the description and
    errno value associated with the file open failure.

    Create the .ini files if they don't already exist (rather than crashing
    out with an error).

    Replace the deprecated 'e' file open mode flag with 'x'.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Jan 8 10:17:37 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/054e7f8178d3c1e83b3a71a5
    Modified Files:
    exec/load/fidocfg.js
    Log Message:
    Fix TypeError: obj is not an object

    Reported by Night Stalker (INTERNAL)
    Most likely some unexpected content in sbbsecho.ini.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to main/sbbs/master on Tue Jan 26 12:57:49 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/bd61ccb208b4318bd80b0aef
    Modified Files:
    exec/load/fidocfg.js
    Log Message:
    Work on the assumption that obj is an Array...

    typeof (new Array()) === 'object' but an Array not not be an Object(?)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to main/sbbs/master on Tue Jan 26 13:02:08 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/87dceb286ef8215ca6d2efa1
    Modified Files:
    exec/load/fidocfg.js
    Log Message:
    Aha! null is an object that isn't an Object!

    var x = null;
    if (typeof x == 'object')
    print(Object.keys(x).join(', '));

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