• Specifying nodelists in Echocfg?

    From poindexter FORTRAN@VERT/REALITY to All on Monday, January 21, 2019 23:35:42
    In echocfg, I've got several domains configured, but it looks like the nodelists for each domain has to be specified with a hard-coded name?

    I was hoping that you could enter the base name and it would find the newest version of the nodelist, but it seems to fail with anything except a full 8.3 file spec.

    ---
    þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.org
  • From mark lewis@VERT to poindexter FORTRAN on Tuesday, January 22, 2019 16:56:06
    On 2019 Jan 21 23:35:42, you wrote to All:

    In echocfg, I've got several domains configured, but it looks like the nodelists for each domain has to be specified with a hard-coded name?

    I was hoping that you could enter the base name and it would find the newest version of the nodelist, but it seems to fail with anything
    except a full 8.3 file spec.

    in tickit, there's a file handler capability... for nodelists, nodelist_handler.js will extract the specified files from the archive and place
    it in the nodelist directory with the specified name from the domain entry in sbbsecho.ini... in the below, i'm using the DAILYLIST instead of the NODELIST area...

    sbbsecho.ini:
    =============
    [...]
    [domain:fidonet]
    Zones = 1,2,3,4,5,6
    DNSSuffix = binkp.net
    NodeList = ../ftn/nodelist/fidonet.txt
    [...]
    =============


    tickit.ini:
    =============
    [...]
    [DAILYLIST]
    Dir=FDIST-DAILYLIS
    Links=1:261/38,1:3634/12.73,1:123/115
    Handler=tickit/nodelist_handler.js
    HandlerArg={"domain":"fidonet", "match":"Z1DAILY.Z*", "nlmatch":"Z1DAILY.*"} SourceAddress=1:3634/12
    AKAMatching=false
    Uploader=DAILYLIST File Dist
    [...]
    =============



    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Things are never so bad that they can't get worse.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to poindexter FORTRAN on Tuesday, January 22, 2019 15:17:31
    Re: Specifying nodelists in Echocfg?
    By: poindexter FORTRAN to All on Mon Jan 21 2019 11:35 pm

    In echocfg, I've got several domains configured, but it looks like the nodelists for each domain has to be specified with a hard-coded name?

    I was hoping that you could enter the base name and it would find the newest version of the nodelist, but it seems to fail with anything except a full 8.3 file spec.

    Someone could add that feature very likely, but nope, it's currently just a filepath/name.

    digital man

    Synchronet "Real Fact" #32:
    The second most prolific contributor to Synchronet is Stephen Hurd (Deuce). Norco, CA WX: 60.4øF, 14.0% humidity, 4 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Al@VERT/TRMB to mark lewis on Thursday, January 24, 2019 11:46:27
    Re: Specifying nodelists in Echocfg?
    By: mark lewis to poindexter FORTRAN on Tue Jan 22 2019 04:56 pm

    tickit.ini:
    =============
    [...]
    [DAILYLIST]
    Dir=FDIST-DAILYLIS
    Links=1:261/38,1:3634/12.73,1:123/115
    Handler=tickit/nodelist_handler.js
    HandlerArg={"domain":"fidonet", "match":"Z1DAILY.Z*", "nlmatch":"Z1DAILY.*"}
    SourceAddress=1:3634/12
    AKAMatching=false
    Uploader=DAILYLIST File Dist
    [...]
    =============

    Does the SourceAddress keyword work in tickit.ini with the tickit.js that ships with Synchronet or is that your own modification?

    Ttyl :-),
    Al

    ... Gee! How'd you ever get it to do THAT?

    ---
    þ Synchronet þ The Rusty MailBox - Penticton, BC Canada
  • From mark lewis@VERT to Al on Thursday, January 24, 2019 16:07:14
    On 2019 Jan 24 11:46:26, you wrote to me:

    SourceAddress=1:3634/12
    AKAMatching=false
    Uploader=DAILYLIST File Dist

    Does the SourceAddress keyword work in tickit.ini with the tickit.js that ships with Synchronet or is that your own modification?

    all three of those are available since my update to tickit was accepted and committed to the repository (Jan 11 2019)... those would be versions

    exec/tickit.js 1.53
    exec/tickitcfg.js 1.7
    exec/load/fidocfg.js 1.36

    then on the 17th there was a bug fix for tickit.js which took it to 1.54...

    sourceaddress was, initially, a hack that DM did as a global override... my mods expanded that to per area in addition to the global hack... i don't know that they'd be considered hacks any more, either, since the config program can now also manilpulate them as needed globally or per area...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... I'd rather have a German division in front than a French one behind me.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Al@VERT/TRMB to mark lewis on Friday, January 25, 2019 03:02:23
    Re: Specifying nodelists in Echocfg?
    By: mark lewis to Al on Thu Jan 24 2019 04:07 pm

    Does the SourceAddress keyword work in tickit.ini with the
    tickit.js that ships with Synchronet or is that your own
    modification?

    all three of those are available since my update to tickit was accepted and committed to the repository (Jan 11 2019)...

    Excellent, I'll be able to use that. Thanks for your additions.

    Ttyl :-),
    Al

    ... Our program, who art in memory. EXE be thy name.

    ---
    þ Synchronet þ The Rusty MailBox - Penticton, BC Canada
  • From Rampage@VERT/SESTAR to Al on Friday, January 25, 2019 08:59:06
    Re: Specifying nodelists in Echocfg?
    By: Al to mark lewis on Fri Jan 25 2019 03:02:23

    Excellent, I'll be able to use that. Thanks for your additions.

    i'm glad to be able to contribute to the project and that others find my contribution helpful... i guess i need to go update the wiki, too ;)


    )\/(ark

    ---
    þ Synchronet þ SouthEast Star Mail HUB - SESTAR