Skip to content
Snippets Groups Projects
  1. Oct 05, 2018
    • echicken's avatar
      If domain_DomainName key exists in modopts.ini (where DomainName is a · cf8a5ede
      echicken authored
      domain name from sbbsecho.ini), use its value as the domain name in the
      lightbar list.
      For nodelist_DomainName keys, use the DomainName portion as the domain
      name in the lightbar list.
      (Don't use the parsed domain name from the nodelist file's first line,
      this is unreliable.)
      cf8a5ede
    • echicken's avatar
      Wrap the first attempt to run a nodelist through the parser in a try{}, · 2b598ada
      echicken authored
      log the filename and error if one occurs.
      2b598ada
    • echicken's avatar
      Skip missing nodelist files · 3945b202
      echicken authored
      3945b202
    • echicken's avatar
      25f3d2a4
    • echicken's avatar
      Reset index on auto-closed Trees. · 36e07990
      echicken authored
      36e07990
    • echicken's avatar
      FTN nodelist browser · d7d37a7d
      echicken authored
      Replaces 'ftnnv' thing that's been floating around.
      Loads any nodelists you've configured in echocfg/sbbsecho.ini.
      Has a search feature, let's you send netmail.
      
      You can optionally add this section and any keys to modopts.ini:
      
      [fido_nodelist_browser]
      auto_close_domain = true
      auto_close_zone = true
      auto_close_net = true
      nodelist_a = /path/to/some/nodelist
      nodelist_b = /path/to/some/other/nodelist
      
      The auto_close settings control whether branches in the lightbar tree are
      closed when you open another at the same level.  The defaults are more
      memory friendly.
      
      If you have nodelists not known to sbbsecho (or aren't using sbbsecho 3)
      you can add them here; the key must begin with 'nodelist_'.  Wildcards
      are not supported; you should have some external mechanism copying the
      current nodelist to a fixed path & filename.
      d7d37a7d
Loading