• Simple nodelist question

    From nathanael@21:4/123 to All on Tuesday, April 16, 2019 10:21:04
    I've just enabled MergeNodeLists in mutil.ini. I want to set up an
    event to auto-merge new incoming lists. Just curious as to which day FSX
    Net's and Fidonet's nodelists generally hatch.

    --- Mystic BBS v1.12 A43 2019/03/03 (Raspberry Pi/32)
    * Origin: *HUMONGOUS* BBS (jenandcal.familyds.org:2323) (21:4/123)
  • From Bucko@21:4/131 to nathanael on Monday, April 15, 2019 22:36:22
    On 16 Apr 2019, nathanael said the following...

    I've just enabled MergeNodeLists in mutil.ini. I want to set up an
    event to auto-merge new incoming lists. Just curious as to which day FSX Net's and Fidonet's nodelists generally hatch.

    I get my Fido Nodelist on thursdays.. Since I have a bunch of networks setup on my system I run it as part of my nightly maint, it only takes a few seconds for it to run so it's not a big deal.. I also have a shortcut on my desktop to do it manually, comes in handy when you join a new network and want to merge in the nodelist right away, I just edit the "merge nodelist mutil.ini" I have to include the location of the new nodelist and name and
    run it..

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: The Wrong Number Family Of BBS' - Wrong Number ][ (21:4/131)
  • From nathanael@21:4/123 to Bucko on Tuesday, April 16, 2019 14:01:56
    setup on my system I run it as part of my nightly maint, it only takes a

    Yeah, guess I could just add it to the nightlies; no big deal. Not like my Pi has a bunch of other stuff to do at 2AM.

    --- Mystic BBS v1.12 A43 2019/03/03 (Raspberry Pi/32)
    * Origin: *HUMONGOUS* BBS (jenandcal.familyds.org:2323) (21:4/123)
  • From Avon@21:1/101 to nathanael on Tuesday, April 16, 2019 19:21:25

    I've just enabled MergeNodeLists in mutil.ini. I want to set up an
    event to auto-merge new incoming lists. Just curious as to which day FSX Net's and Fidonet's nodelists generally hatch.

    Hi there :)

    fsxNet nodelist and infopack are hatched early Friday morning here in New Zealand so that means it might be sometime Thursday in other parts of the globe.

    Hope that helps

    Best, Paul

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Ozz Nixon@21:1/144 to nathanael on Tuesday, April 16, 2019 22:18:11
    On 2019-04-16 10:21:04 +0000, nathanael -> All said:

    I've just enabled MergeNodeLists in mutil.ini. I want to set up an
    event to auto-merge new incoming lists. Just curious as to which day FSX Net's and Fidonet's nodelists generally hatch.

    Fidonet is Friday - is is piece of my fetch program - compensates so it
    can be ran ANY day:

    Writeln('ExchangeBBS Fidonet Nodelist Downloader v0.1');
    Case DayOfWeek(Timestamp) of
    1:fn:='nodelist.z'+n2(DayOfYear(Timestamp)-2);
    2:fn:='nodelist.z'+n2(DayOfYear(Timestamp)-3);
    3:fn:='nodelist.z'+n2(DayOfYear(Timestamp)-4);
    4:fn:='nodelist.z'+n2(DayOfYear(Timestamp)-5);
    5:fn:='nodelist.z'+n2(DayOfYear(Timestamp)-6);
    6:fn:='nodelist.z'+n2(DayOfYear(Timestamp));
    7:fn:='nodelist.z'+n2(DayOfYear(Timestamp)-1);
    End;
    Client.Init;
    If Client.ConnectTo('www.filegate.net',80) then begin


    --
    .. Ozz Nixon
    ... Author ExchangeBBS (suite)
    .... Since 1983 BBS Developer

    --- ExchangeBBS NNTP Server v3.1/Linux64
    * Origin: nntp://bbs.exchangebbs.com:119/ (21:1/144.0)
  • From nathanael@21:4/123 to Ozz Nixon on Wednesday, April 17, 2019 14:36:44
    Fidonet is Friday - is is piece of my fetch program - compensates so it

    Cool! What's the advantage over setting a simple daily event in the event editor?

    --- Mystic BBS v1.12 A43 2019/03/03 (Raspberry Pi/32)
    * Origin: *HUMONGOUS* BBS (jenandcal.familyds.org:2323) (21:4/123)